/*General*/
hmtl{
	overflow-y: scroll !important;
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #eeeeee;
}

body, img, p, tr, td {
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #333333; /*black*/
	border: none;
}

p {
	line-height: 18px;
}

/*build*/

#build_main {
	height: 620px;
	width: 920px;
	
	text-align: left;
	
	background-color: #ffffff;	
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#build_head {
	width: 920px;
	height: 260px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#build_logo {
	height: 80px;
	width: 260px;
	
	float: left;
	
	background-image: url(../img/layout/bg_head.gif);
	background-repeat: repeat-x;
}

#build_head_right {
	height: 80px;
	width: 660px;
	
	float: right;
	
	text-align:right;
	
	vertical-align:top;
	
	background-image: url(../img/layout/bg_head.gif);
	background-repeat: repeat-x;
}

#build_nav {
	height: 32px;
	width: 920px;
	
	margin-top: 20px;
	
	background-image: url(../img/layout/bg_nav.gif);
	background-repeat: repeat-x;
	
	vertical-align:top;
}


#build_content {
	width: 920px;
	
	background-color: #ffffff;
	background-image:url(../img/layout/bg_content.gif);
	background-repeat:repeat-y;
	
	margin-top: 20px;
}

#build_subnav {
	width: 179px;
	
	float: left;
	
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

#build_bottom {
	background-color: #e5e5e5;
	height: 1px;
	clear: both;
	
	font-size: 0px;
}

/*nav*/

#build_nav p{
	padding-top: 8px;
	margin-left: 40px;
}

#build_nav a{
	text-decoration:none;
}

#build_nav a.nav_active {
	color: #999999;
}

/*subnav*/
#subnav {
	margin-top: 20px;
	list-style: none;
	
	display: block;
}

#build_subnav a {
	text-decoration: none;	
	padding-top: 3px;
	padding-left: 40px;
	padding-bottom: 3px;
	
	display: block;
	width: 139px !important;
	width: 179px;
	height: 16px;
}

#subnav a.nav_inactive:hover {
	color: #333333;
	
	background-image: url(../img/layout/bg_subnav.gif);
	background-repeat: repeat-x;
}

#build_subnav a.nav_active{
	background-image: url(../img/layout/bg_subnav.gif);
	background-repeat: repeat-x;
}

#build_subnav a.nav_active:hover {
	color: #333333;
}

/*content*/

#content {
	width: 679px;
	min-height: 290px;
	
	margin-left: 20px;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	
	float: right;
	
	vertical-align:top;
	
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

/*#content *{
	margin-left: 20px;
	margin-right: 20px;
}*/

#content h1.title {
	padding-top: 20px;
}

#content table {
	width: 678px;
}

#content img {
	float: right;
}

#content_table img {
	float: left;
}

#content .img_right {
	height:42px;
}

#content .p_right {
	text-align:right;

}

/*title*/

h1 {
	font-size: 11px;
	font-weight: bold;
	
	padding-bottom: 20px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	
	padding-bottom: 7px;
}

h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	
	padding-bottom: 7px;
}

/*links*/

a:link {
	color: #333333; /*black*/
}

a:visited {
	color: #333333; /*black*/
}

a:hover {
	color: #999999; /*grey*/
}

a:active {
	color: #999999; /*grey*/
}

/*table*/

table, td	{
	padding: 5px;
}
.s_row	{
	background-color: #EEEEEE;
}
/*form*/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
 	background-color: #FFFFFF;
	font-size: 10px;
    border: 1px solid #e5e5e5; /*grey*/
	margin-bottom: 6px;
}

/*img*/

#build_logo img.logo {
	margin-top: 10px;
	margin-left: 40px;
}

#build_head_right img.logo {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

/*list*/

#content ul {
	margin-left: 20px;
}

/*special*/

#deep_logo {
	height: 10px;
	width: 920px;
	
	text-align: right;
	
	margin-top: 405px;
	
	position:relative;
	
	vertical-align:baseline;
}
/* gallery */
#gallery img{
		float:left;
		
		margin-right: 10px;
		margin-bottom: 10px;
		}
		
#gallery p{
		margin-bottom: 10px;
		}
