/* DESIGNED AND CRAFTED BY PHILLIP CAUDELL */
/*           www.designphill.com           */

body,td,th {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #10131D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

a:link {
	color: #525E80;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #525E80;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
	color: #525E80;
}

#menu_container{
	width:780px;
	height:26px;
	margin:auto;
	margin-top:110px;

}

#menu_container a:link,
#menu_container a:visited{
	width:90px;
	height:20px;
	float:right;
	margin-left:15px;
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	padding-top:6px;
	background-image:url(/images/menu_link_bg.png);
}

#menu_container a:hover{
	background-image:url(/images/menu_link_hover_bg.png);
	color:#FFFFFF;
}


.page_container{
	margin:auto;
	margin-top:30px;
}

.page_center{
	width:720px;
	height:auto;
	background-image:url(/images/page_center_top.gif);
	clear:auto;
	background-repeat:repeat-x;
	background-color:#0B0F16;
	padding:30px;
}

.page_shadow_top_left{
	width:15px;
	height:15px;
	background-image:url(/images/page_shadow_top_left.png);
	background-position:bottom;
	background-repeat:repeat-x;

}

.page_shadow_top{
	width:auto;
	height:15px;
	background-image:url(/images/page_shadow_top.png);
	background-position:bottom;
	background-repeat:repeat-x;

}

.page_shadow_top_right{
	width:15px;
	height:15px;
	background-image:url(/images/page_shadow_top_right.png);
	background-repeat:repeat-x;
}

.page_shadow_right{
	width:15px;
	height:auto;
	background-image:url(/images/page_shadow_right.png);
}

.page_shadow_left{
	width:15px;
	height:auto;
	background-image:url(/images/page_shadow_left.png);
}

.page_shadow_bottom{
	width:auto;
	height:15px;
	background-image:url(/images/page_shadow_bottom.png);
	background-position:top;
	background-repeat:repeat-x;
}

.page_shadow_bottom_right{
	width:15px;
	height:15px;
	background-image:url(/images/page_shadow_bottom_right.png);
	background-position:top;
	background-repeat:repeat-x;
}

.page_shadow_bottom_left{
	width:15px;
	height:15px;
	background-image:url(/images/page_shadow_bottom_left.png);
	background-position:top;
	background-repeat:repeat-x;
}

.photo_container_left{
	width:auto;
	height:auto;
	padding:5px;
	background-color:#FFFFFF;
	float:left;
}

p{
	margin:0px;
	margin-bottom:20px;
	line-height:22px;
}

h1{
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;
}

h2{
	font-weight:bold;
	margin:0px;
	margin-bottom:2px;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
}

.content_container_right{
	float:right;
	margin-left:30px;
	margin-top:30px;
	width:400px;
}

.footer{
	width:auto;
	margin:20px;
	margin-bottom:40px;
	color:#2F364B;
	text-align:center;
}

ul{
	margin:0px;
	margin-bottom:20px;
}

li{
	margin:0px;
	margin-left:5px;
	margin-bottom:5px;
}

form{
	margin:0px;
}

input{
	margin:0px;
	display:block;
	margin-bottom:10px;
	width:360px;
	padding:5px;
}

textarea{
	margin:0px;
	display:block;
	margin-bottom:10px;
	width:360px;
	padding:5px;
	height:150px;
}