/*** General ***/
body {
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif; background-color: #666666;
}

img {
	border: 0;
}

h1 {
	font-family: arial;
	font-size: 16px;
	color: #ed1d24; font-weight: bold;
}
.subheading {
	font-family: arial;
	color: #af040f;
	font-weight: bold;
	}

p {
	margin-top: 3px;
}


span.red {
	margin-top: 3px; float:left; color: #ed1d24;
}

ul
{ font-weight: bold;}

a
{	color: #ed1d24; text-decoration: none;}
a:hover
{	color: #ed1d24; text-decoration: underline;}
a.small
{	color: #666666; text-decoration: none; font-size: 10px; }
a.small:hover
{	color: #666666; text-decoration: underline;}

/*** End of General ***/

/*** Containers ***/
div#container {
	margin: 0 auto;
	padding-top: 10px;
	width: 813px;
}
div#inner-container {
	float: left;
	margin: 0 auto;
	width: 813px;
	background-color: #ffffff;

}
/*** End of Containers ***/

/*** Top ***/
div.top-left {
	background-image: url(images/top-left-corner.jpg);
	float: left;
	height: 198px;
	width: 54px;
}

div.top-right {
	float: left;
	height: 198px;
	width: 759px; background-color: #000000;
}
div.logo {
	float: left;
	background-color: #000000; width: 718px;
}

/*** End of Top ***/

/*** Navigation ***/
div.nav {
width: 759px;
	float: left;
	background-color: #000000;
	color: #ffffff; padding-top:5px;
}
div.nav a {
	float: left;
	padding-right: 4px; padding-left: 4px; padding-top: 2px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
div.nav a:hover {
}
div.nav2 {
	float: left;
	background-color: #e8d4af;
	width: 190px;
	color: #fff;
		padding-top: 3px;
}
div.nav2 a {
	float: left;
	display: block;
	padding: 5px 8px 0px 8px;
	background-color: #e8d4af;
	
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	
}
div.nav2 a:hover {
	color: #a78d6e;
	font-size: 11px;
		font-weight: bold;
}
/*** End of Navigation ***/

/*** Cotent ***/

div.content {
	float: left;
	width: 759px; padding-left: 54px;
	background-color: #ffffff; background-image: url(images/white-left-fade.jpg); background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}

div.inner_content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 703px; color: #555555; font-size: 12px; padding-top: 30px; 
}
div.main { padding-top: 30px;
	font-size: 12px;
	float: left;
	width:703px; color: #555555;
}
div.mainpic { 
	font-size: 13px;
	float: left;
	width:250px;
}
div.maintxt { 
	font-size: 12px;
	float: left;
	width:453px; color: #555555;
}

/*** End of Content ***/

/*** Bottom ***/
div.footerspacer
{ 	float: left;
	width: 759px; padding-left: 54px;
	background-color: #ffffff; background-image: url(images/white-left-fade.jpg); background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;height: 10px; float:left;  }
div.footer
{ background-image: url(images/footer_image.jpg); height: 46px; float:left; width: 814px;  }

div.footerlinks {
margin-left: 54px; margin-right: 54px; border-top: 1px solid red; text-align:center;
font-family:Arial, Helvetica, sans-serif; color: #666666; font-size:10px; padding-top: 5px;
}

/*** End of Bottom ***/
