body {
	font: 14px Helvetica, "Trebuchet MS", Arial, Geneva, sans-serif;
	background: #333 url(../graphics/bodyback.jpg) repeat center;
}

#Main {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
}

#MainContent {
	background: url(../graphics/mainback.jpg) repeat-y right;
	width: 794px;
	margin:0px;
	padding:0px;
	clear:both;
}

#BottomBar {
	height: 10px;
	margin: 0;
	padding: 0;
	clear: both;
	margin-top:-3px;
}

a {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #aa0000;
}

.contactinfo {
	color: #eeeeee;
	text-shadow: 1px 1px 2px #333333;
	font-weight: bold;
	background: url(../graphics/decorbox_back.jpg) repeat center center;
	padding: 3px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.contactinfo a {
	color: #ffffff;
}

.decor_image {
	background-color: #e3e3e3;
	border: 1px solid #000000;
	margin: 5px;
	padding: 3px;
}

.captionimage {
	margin: 5px 10px;
	background-color: #ffcccc;
	border: thin solid #cc2222;
	padding: 10px;
	text-align: center;
	float: right;
	font-size: 11px;
	color: #eeeeee;
	line-height: 11px;
}

li {
	list-style-image: url(../graphics/tinypuzzlepiece.jpg);
	list-style-position: outside;
}

/* @group Header */

#Header {
	height: 155px;
	margin: 0;
	padding: 0;
}

#Header a img {
	border: none;
}
#Header a {
	text-decoration:none;
}



/* @end */

/* @group Navigation */

#Nav {
	line-height: 30px;
	height: 30px;
	background: url(../graphics/navback.jpg) repeat-x;
	margin-bottom: -1px;
}

#Nav a {
	color: #eeeeee;
	text-decoration: none;
	line-height: 30px;
	float: left;
	padding-right: 4px;
	padding-left: 16px;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	background: url(../graphics/navimage.jpg) no-repeat left center;
}

#Nav a:hover {
	background: url(../graphics/navimagehover.jpg) no-repeat left center;
	color: #ffffff;
}



/* @end */

/* @group Marketing */

.marketing span {
	float: left;
	color: #003366;
	font-variant: small-caps;
	font-size: 36px;
	letter-spacing: 5px;
	width: 170px;
	margin-top: 10px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #666666;
}

.marketing {
	height: 231px;
	width: 764px;
	background: url(../graphics/marketing1.jpg) no-repeat;
	border-bottom: 2px solid #003366;
}

.sub_marketing {
	height: 149px;
	width: 764px;
	border-bottom: 2px solid #999999;
}



/* @end */

/* @group Left Bar */

.leftbar {
	width: 177px;
	background: #cc3637 url(../graphics/leftback.jpg) repeat-y;
	margin:0px;
	padding:0px;
	color: #ffffff;
}

.leftbar h3 {
	text-align: center;
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.leftbox {
	width: 163px;
	margin-bottom: 10px;
	background: url(../graphics/leftboxback.jpg) repeat-y;
	margin-top: 10px;
	margin-left: 7px;
	text-align: center;
	float: left;
}

.button {
	margin-left:4%;
	width:87%;
	float:left;
	background:#eeeeee;
	border: solid 1px #cc3333;
	text-align:center;
	padding:3px;
	margin-top:2px;
}

.button:hover {
	background:#ffffff;
	text-decoration:none;
	font-weight:bold;
	border: solid 1px #333333;
}

/* @end */

/* @group Content */

.content {
	width: 617px;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
}

.content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #cc2222;
	font-size: 32px;
	text-align: center;
}

.content h3 {
	color: #774488;
	margin-top: 5px;
	margin-bottom: 0;
}

.content p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	text-align: justify;
	font-size: 14px;
	padding: 10px;
}

.mainbottom {
	margin: 0px;
}

/* @end */

#Footer {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	color: #cccccc;
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}

#Footer a {
	color: #cccccc;
	text-decoration: none;
}

#Footer a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}