html {


}
body {

	margin: 0px;
	padding: 0px;
	background-color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
p {margin: 0;}
a{
	text-decoration: underline;
	color: #666666;
}
a:hover{
	text-decoration: none;
}

div{
	margin: 0px;
	padding: 0px;
}
#top {
	background-image: url(images/top_p1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	margin: 0 auto;
}

#top .topmenu {
	padding-top: 33px;
	padding-left: 250px;
	padding-bottom: 9px;		
}

#main {
	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	background-image: url(images/main_bg_pic.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-bottom: 5px;
}
#main #container .flash_box {
	margin-left: 205px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#container .four_boxes li {
/*	margin-left: 18px;*/
	list-style-position: inside;
}

#container .four_boxes ul {
	list-style-image: url(images/check-icon.jpg);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #767676;
	padding: 0px;
}


#container .four_boxes {
	background-image: url(images/4boxes_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 97px;
	padding: 0px;
}
#container .four_boxes .details {
	margin-right: 3px;
	float: right;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div.four-boxes-table
{
	padding: 7px;
}

div.cell-narrow
{
	float: left;
	width: 140px;
	height: 95px;
}

div.cell-wide
{
	float: left;
	width: 170px;
	height: 95px;
}

div.cell-separator-narrow
{
	width: 5px;
	height: 95px;
	float: left;
}

div.cell-separator-wide
{
	width: 9px;
	height: 95px;
	float: left;
}

div.row-separator-wide
{
	clear: both;
	height: 11px;
	font-size: 1px;
	margin: 0px;
}

div.clear
{
	clear: both
}

#bottom {
	background-image: url(images/bottom_p1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	color: #818689;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	height: 50px;
	margin-top: 0px;
}
#bottom .copyright {
	float: left;
	padding-left: 34px;
	padding-top: 5px;
}
#bottom .fotter_links {
	float: right;
	padding-right: 40px;
	padding-top: 5px;
}
#bottom .fotter_links a {
    color: #818689;
	text-decoration: none;
}
#bottom .fotter_links a:hover {
	color: #666666;
	text-decoration: underline;
}
.afterclear{
height: 0px; 
clear: both;
}
