body {
	font: 14px Helvetica, "Trebuchet MS", Arial, Geneva, sans-serif;
	background: #333 url(../graphics/bodyback.jpg) repeat;
}

#Main {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #222222;
	border-top-width: thin;
	border-left-width: thin;
}

#MainContent {
	background: url(../graphics/maincontentback.jpg) repeat-x;
	width: 764px;
}

a {
	color: #b0855a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #95714e;
}

.contactinfo {
	color: #008800;
	text-shadow: 1px 1px 2px #999999;
	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%;
}

.contactinfo a {
	color: #ffffff;
}

.decor_image {
	background-color: #333333;
	border: 1px solid #000000;
	margin: 5px;
	padding: 3px;
}

.captionimage {
	margin: 5px 10px;
	background-color: #333333;
	border: thin solid #111111;
	padding: 5px;
	text-align: center;
	float: right;
	font-size: 11px;
	color: #eeeeee;
	line-height: 11px;
}

/* @group Header */

#Header {
	height: 130px;
	margin: 0;
	padding: 0;
}

#Header img {
	
}

.tagline {
	float: right;
	margin: 15px 3px 3px;
	color: #333333;
	letter-spacing: 3px;
	text-align: right;
	font: small-caps 30px/30px Castellar;
}

.tagline small {
	font-size: 18px;
	font-variant: normal;
	color: #008800;
}

.logotext {
	clear: left;
	float: left;
	font-size: 24px;
	color: #b0855a;
	font-weight: bold;
	margin-left: 5px;
	letter-spacing: 2px;
	line-height: 10px;
}



/* @end */

/* @group Navigation */

#Nav {
	line-height: 24px;
	height: 24px;
	background: url(../graphics/navback.jpg) repeat-x;
	border-top: 2px solid #b0855a;
	border-bottom: 2px solid #b0855a;
}

#Nav a {
	color: #cccccc;
	text-decoration: none;
	line-height: 24px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	text-shadow: 2px 2px 2px #000000;
	font-size: 14px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}

#Nav a:hover {
	background: url(../graphics/navhover.jpg) repeat-x;
	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: 180px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.leftbar h3 {
	text-align: center;
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.leftbar center {
	color: #2d1c0a;
	margin-top: 0;
	margin-bottom: 0;
}

.decor_box {
	width: 167px;
	margin-bottom: 30px;
	background: url(../graphics/decorbox_middle.jpg) repeat-y;
	margin-top: 10px;
	margin-left: 5px;
}

.decor_box h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../graphics/decorbox_top.jpg) no-repeat;
	height: 30px;
	line-height: 20px;
	text-indent: 8px;
	color: #eeeeee;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 12px;
}

.decor_box p {
	color: #eeeeee;
	margin-top: 0px;
	width: 155px;
	margin-left: 5px;
	text-align: justify;
	margin-bottom: 0px;
	font-size: 12px;
}

.decor_box a {
	color: #dddddd;
	font-size: 12px;
}

.decor_box a:hover {
	color: #ffffff;
}



/* @end */

/* @group Content */

.content {
	width: 540px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #008800;
	font-size: 24px;
}

.content h3 {
	color: #b0855a;
	margin-top: 5px;
	margin-bottom: 0;
}

.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	text-align: justify;
	font-size: 12px;
	padding: 0 5px;
}

/* @end */

#Footer {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	color: #cccccc;
	padding-top: 10px;
	font-size: 12px;
}

#Footer a {
	color: #cccccc;
	text-decoration: none;
	float: right;
}

#Footer a:hover {
	border-bottom-style: dotted;
	border-bottom-width: thin;
}