body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: 400;
	background-image: url(images/specialtbg.jpg);
	background-repeat: repeat-x;
	background-color: #ECEDE5;
	color: #000000;
}

#container{
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	height: 42px;
	width: 800px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-image: url(images/headbg.jpg);
	background-color: #2E537F;
}

#logo {
	float: left;
	padding-top: 1px;
}

#navigation {
	float: left;
	height: 20px;
	width: 650px;
	font-size: 11px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: normal;
	background-repeat: no-repeat;
	padding-top: 26px;
}

#navigation ul {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: auto;

}


#navigation li {
	float: left;
	list-style-image: none;
	list-style-type: none;
}
#navigation li a {
	width: auto;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
}
#navigation li a:hover {
	color: #FF9900;
}

#rightContain {
	width: 360px;
	float: left;
	background-repeat: no-repeat;
	height: 480px;
	background-color: #FFFFFF;
}

.rightImage {
	float: left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;

}

#rightFooter {
	background-color: #FFFFFF;
	float: left;
	height: 40px;
	width: 360px;
	padding-top: 5px;
}

#main {
	float: left;
	width: 412px;
	font-size: 12px;
	background-image: url(images/container_bg.jpg);
	height: auto;
	padding-left: 10px;
	color: #666666;
	padding-right: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
}

#main ul {
	margin: 0px;
	padding-left: 15px;
	font-size: 11px;
}

#main li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	color: #666666;
	padding-top: 5px;
}

#mainLogo {
	width: 400px;
	padding-right: 10px;
	text-align: center;
}

#navInt {
	width: 415px;
	float: left;
	height: auto;
}

.imgNav {
	height: 100px;
	width: 120px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px;
	float: left;
	text-align: center;
}

#footer {
	float: left;
	height: auto;
	width: 412px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}

h1 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
	color: #2E537F;
	padding-top: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


td {
	font-family: Helvetica, sans-serif;
}

th {
	font-family: Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #FF910C;
}
