.clearfix {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;}

body {
	margin:				0px;
	padding:			0px;
	background-color:	#000000;
}

img {
	border:				0px none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#container {
	width:				970px;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			0px 0px 30px 0px;
}

#top {
	width:				970px;
	height:				199px;
	background-image:	url("../images/top_bg.jpg");
	background-repeat:	no-repeat;
	margin:				0px;
	padding:			0px;
}

#logo {
	width:				400px;
	height:				231px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			82px 0px 0px 0px;
}

#main {
	width:				970px;
	min-height:			679px;
	height:				auto !important;
	height:				679px;
	margin:				0px;
	background-image:	url("../images/main_bg.jpg");
	background-repeat:	no-repeat;
	background-position:top;
	padding:			15px 0px 0px 0px;
}

#footer {
	width:				970px;
	margin:				0px;
	padding:			0px;
}

#footer_nav {
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			20px;
	font-family:		verdana;
	font-size:			11px;
	font-weight:		bold;
	color:				#555555;
	text-align:			center;
}

#footer_nav a:link, a:visited {
	color:				#555555;
	text-decoration:	none;
}

#footer_nav a:hover {
	color:				#555555;
	text-decoration:	underline;
}

.text_copyright {
	font-family:		verdana, arial;
	font-size:			11px;
	color:				#555555;
}

.testamonial {
	margin:				0px;
	padding:			0px;
	font-size:			12px;
	font-style:			italic;
	font-weight:		bold;
	color:				#333333;
}

.testamonial_text {
	text-align:			left;
}

.testamonial_sig {
	text-align:			right;
}

ul.piclist {display:block; margin:0px; padding:2px; text-align:center}
ul.piclist li {display:inline; margin:0px; padding:2px 4px; list-style-type:none}
