/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #000000 url(images/assets/body_bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	behavior: url(csshover.htc);
}
img {behavior: url(pngbehavior.htc);}

p,a,ul,td,li {font-family: Arial, Helvetica, sans-serif;font-size: 12px;text-decoration: none;color: #ffffff;}
div {text-align: left;}

div.divSpacer {position: relative;width: 100%;height: 100px;}

div#container {position:relative;margin:0 auto;width: 950px;}

div#header {position: relative;width: 950px;height: 89px;}
ul#mainMenu {position: absolute;top: 30px;right: 0;list-style: none;margin: 0;padding: 0;}
	ul#mainMenu li {float: left;margin: 0;margin-right: 40px;}
		ul#mainMenu li a {font-family:Georgia, "Times New Roman", Times, serif;text-transform: uppercase;font-size: 16px;font-weight:bold;}
		ul#mainMenu li a:hover,ul#mainMenu li a.active {color: #cab5ff;}
ul#mainMenu ul {position: absolute;list-style: none;margin: 0;padding: 0;left: 35px;}

div#wrapper {position: relative;width: 100%;text-align:center;}
div#main {position: relative;width: 930px;background-color: #000000;margin: 0 auto;}

div#footer {position: relative;width: 100%;}
	div#footer p,div#footer a {font-size: 11px;color: #737374;font-family:Georgia, "Times New Roman", Times, serif;text-transform: uppercase;}
/* End Layout Required */

div#thumbNails,div#mainPic {display: none;}
div#main div.showIt {display: block;}

div#thumbNails img {margin: 10px;padding: 5px;border: 1px solid #454545;background-color: #000000;cursor: pointer;}
	div#thumbNails img:hover {padding: 1px;border: 5px solid #4d446b;}
div#wrapper div.center {position: relative;width: 100%;text-align: center;}
div#wrapper div.center a {color: #ffffff;font-family:Georgia, "Times New Roman", Times, serif;text-transform: uppercase;font-size:15px;}
div#wrapper div.center a:hover {color: #b8a4ed;}

div#mainPic {background-color: #000000;width: 930px;text-align: center;}
	div#mainPic img {margin: 5px;cursor: pointer;}

div#mainPic a {color: #808080;font-family:Georgia, "Times New Roman", Times, serif;text-transform: uppercase;cursor:pointer;font-size:15px;}
	div#mainPic div.right {position: relative;width: 100%;text-align: right;}