@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color:#1f1f1f;
	margin:0px;
	background-image:url(../_img/bg_home.png);
	background-repeat:repeat-x;
}

#header {
	margin-left:auto;
	margin-right:auto;
	width:856px;
	height:233px;
	background-image:url(../_img/header.jpg);
	position:relative;
}

#contacts {
	position:absolute;
	top:30px;
	left:540px;	
	width:280px;
}

#mail_address {
	font-size:20px;
}
#map_link {
	font-size:14px;
	padding-top:10px;
}

#contacts a:link, #contacts a:active, #contacts a:visited {
	color:#000;	
}
#contacts a:hover {
	color:#666;	
}

#strapbar {
	position:absolute;
	top:233px;
	left:0px;
	background-image:url(../_img/grey_bar.png);
	width:856px;
	height:44px;
	font-size:20px;
	color:#666;
	font-style:italic;
	padding-top:20px;
}

#h1 {
	position:absolute;
	top:346px;
	left:53px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	width:804px;
}

#page_list {
	position:absolute;
	color:#FFF;
	top:392px;
	left:51px;
	width:430px;
	margin:0px;
	height: 286px;
}
#page_list ul {
	margin:0px;
	padding:0px;
	font-size:16px;
	line-height:26px;
	list-style:square;
}

#page_list a:active, #page_list a:hover, #page_list a:link {
	color:#ffca08;
}
#page_list a:hover {
	color:#CCC;	
}

#enter_btn {
	position:absolute;
	top:750px;
	left:525px;
}

#youtube {
	position:absolute;
	top:383px;
	left:521px;
	background-color:#2d2d2d;
	padding:10px;
}

#youtube_caption {
	font-size:14px;
	color:#CCC;
	padding-top:10px;
}

#spacer {
	position:absolute;
	top:720px;
	left:25px;
}

