/* Main CSS Document */

/* global styles */

html	{
	height:101%;
	margin-bottom:.1em;
	}

body	{
	background-color:#003366;
	background-image:url(../img/BG.gif);
	font-family:Helvetica, Arial, sans-serif;
	padding-bottom:5px;
	color:#FFFFFF;
	}

p	{
	color:#FFFFFF;
	font-size:14px;
	margin-top:3px;
	line-height:1.3em;
	}

h1,h2,h3,h4,h5,h6	{
	color:#FFFFFF;
	}

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

/* main styles */

#mainWrap	{
	margin:0 auto 0 auto;
	width:768px;
	height:568px;
	background-color:#000000
	}

/* header styles */

#headerWrap	{
	width:100%;
	height:103px;
	padding-top:12px;
	background:url(../img/headerBG.jpg) top center no-repeat;
	text-align:center;
	}

h1.header	{
	margin:0 auto 0 auto;
	padding:0px;
	display: block;
	width:598px;
	height:92px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	background: url(../img/header.gif) 0 0 no-repeat;
	}

/* content styles */

#contentWrap	{
	width:748px;
	height:404px;
	background:url(../img/contentBG.jpg) top center no-repeat;
	padding:10px;
	}

#sidebarWrap	{
	float:left;
	width:150px;
	height:395px;
	border-right:#000000 1px dotted;
	}

#menuWrap	{
	width:100%;
	text-align:left;
	}

#menuWrap ul	{
	margin-left:0px;
	padding-left:25px;
	}

#extraWrap img	{
	margin-top:60px;
	text-align:center;
	}

#content	{
	float:right;
	width:490px;
	height:400px;
	padding-right:90px;
	overflow:auto;
	}

#content p	{
	text-align:justify;
	margin-top:12px;
	}

img.preview	{
	/*margin:0 auto;*/
	width:450px;
	height:189px;
	}

.hidden	{
	display:none;
	}

/* gallery styles */

span.back-link	{
	font-size:11px;
	}

#galleryWrap	{
	width:100%;
	text-align:left;
	}

a.thumbnail	{
	}

a:hover.thumbnail	{
	}

img.thumbnail	{
	border:#FFFFFF 8px solid;
	width:100px;
	height:100px;
	margin:10px;
	}

/* footerWrap */

#footerWrap	{
	width:100%;
	height:26px;
	background:url(../img/footerBG.jpg) bottom center no-repeat;
	text-align:center;
	padding-top:3px;
	}

#footerWrap p	{
	color:#ffffff;
	}

#footerWrap a	{
	color:#ffffff;
	text-decoration:none;
	}

#footerWrap a:hover	{
	color:#000000;
	text-decoration:none;
	background:#ffffff;
	}


