@charset "utf-8";
/* CSS Document */
body {
	color:#FFF;
	background-color:#01447e;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position: top 20px;
}
a, a:visited {
	color:#0aaaf3;
}

a:active, a:hover {
	color:#FFF
}

h1 {
	font-size: 13pt;
	background-image:url(../images/header_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom: 1px solid #09C;
	padding-bottom:3px;
	padding-left:7px;
}
ul {
    padding-left: 5px;
    margin: 0px;
}
li {
	margin-left:15px;
}

.logoimg {
	margin-top:15px;
}


/*Main Content Containers*/
div#holder {
	font-family:Arial, Helvetica, sans-serif;
	width: 793px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:30px;
}
div#content_top {
	font-size:9pt;
	background-image:url(../images/bg_main_top_1.png);
	background-repeat:no-repeat;
	height:373px;
	padding-left:15px;
	padding-right:15px;
	z-index:20;
}
div#content_full {
	font-size:9pt;
	background-image:url(../images/bg_main_full.png);
	background-repeat:no-repeat;
	height:549px;
	padding:20px;
	padding-top:35px;
	z-index:20;
}
div#content_bot {
	color:#F4F4F4;
	font-size:9pt;
	background-image:url(../images/bg_main_bot_1.png);
	background-repeat:no-repeat;
	height:231px;/*padding:20px;*/
}
div#footer {
	margin-top:10px;
	text-align:center;
	height:25px;
	font-size:9pt;
}
/*Nav*/
div#nav {
	height:80px;
	padding-left:20px;
	padding-right:20px;
}
div#nav a {
	color:#0aaaf3;
	text-decoration:none;
}
div#navmenu {
	z-index:1;
	margin-top:45px;
	float:right;
}
div#navmenu a.topnav {
	font-size:14pt;
	padding:10px;
	margin:5px;
}
div#navmenu a.topnav:hover {
	background-color:#09F;
	color:#FFF;
}


/* Content Containers*/
div#content_image_main {
	background-image:url(../images/captures_friendwall.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	height:100%;
}
div#content_image_download {
	background-image:url(../images/captures_albums.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	height:100%;
}
div#content_270_tall {
	float:right;
	width:277px;
	height:270px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top:60px;
	margin-right:20px;
	background-image:url(../images/block_top_310_tall.png);
	background-repeat:no-repeat;
}
div#content_270 {
	width:287px;
	height:200px;
	padding-top:0px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/block_top_310.png);
	background-repeat:no-repeat;
}
div#content_text_full {
	width:699px;
	height:523px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	background-image:url(../images/block_full.png);
	background-repeat:no-repeat;
}


/*Div Specific Styles*/
div#content_bot hr {
	border:0;
	border-top:solid 1px #444;
	color:#444;
}
div#content_bot h1 {
	color:#CCC;
}
div#content_full h1 {
	margin-bottom:5px;
}
div#footer a {
	color:#0aaaf3;
}
