@charset "UTF-8";


* {
	margin: 0;
	}

html, body {
	height: 100%;
	background-color: #3A6F8F;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#header {
	height: 62px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;

}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
    .clearfix {display:block;}
/* End hide from IE Mac */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -52px;
	margin-left: auto;
}
#footer, .push {
	width: 100%;
	height: 52px;
	}
	
#footer #footer_content {
	background-color: #9D9DA0;
	height: 52px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#footer #footer_content #trhtjy-trhtjy {
	background-color: #EAEAEB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	height: 15px;
	padding: 4px;
}
	 
	
#nav {
	height: 63px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav  #navigation  li  {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#home_content {
	height: 506px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
#drill_content {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	
}
a.link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A6F8F;
	background-color: #FFFFFF;
	text-decoration: none;
}

