/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #000000 url(/images/assets/body_bg.jpg) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #797979;
	margin-top: 65px;
}
p,a,ul,td,li {font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;text-decoration: none;color: #797979;}
h1 {
	margin: 0;
	color:#4169e1;
	font-weight: normal;
	font-size:20px;
	text-align: center;
}
div {text-align: left;}
.spacer {height:25px;}
.blue {color:#364267;}
.margin {margin-left:25px;margin-right:25px;}

div#container {position:relative;margin:0 auto;width: 950px;background-color:#000000;}

div#header {width: 100%;}

div#wrapper {width: 100%;}

div#footer {margin-left: 10px;margin-right: 10px;}
	div#footer p {font-size: 11px;}
	div#footer a {font-size:11px;text-decoration:underline;}
	
/* End Layout Required */

ul#MainMenu {list-style: none;margin: 0;padding: 0;float:right;margin-top: 30px;margin-right:10px;}
ul#MainMenu li {float: left;margin-left: 15px;}
ul#MainMenu li a {font-size: 14px;color: #bfbfbf;font-weight:bold;font-family: Georgia, "Times New Roman", Times, serif;}
ul#MainMenu li a:hover,ul#MainMenu li a.active {color:#86a4fd;}

div#mainGallery {margin-left: 10px;margin-right: 10px;width:930px;height:509px;background: url(/images/assets/glowBg.jpg) top left no-repeat;}

div.thumbList img {border: none;padding: 25px;background-color: #222222;margin: 1px;cursor: pointer;}
	div.thumbList img:hover {background-color: #2c2c2c;border: 1px solid #2e57bc;padding: 24px;}
div.alertGal {font-size:35px;color: #4169e1;text-align: center;font-weight: bold;}
	div.alertGal img {margin-left:15px;margin-right:15px;border:none;}


div#galleryView {text-align:center;}

input,textarea,select {background-color: #000000;border: 1px solid #797979;font-size: 12px;font-family: Arial, Helvetica, sans-serif;color: #797979;}
img.border {
	float:right;
	margin: 15px;
	padding:4px;
	border: 1px solid #797979;
}