/* CSS Document */

* {
	text-align: center;
	position: inherit;
}

body {
	background:url(bg5.png);
	font:70% Verdana;
	}
	
a {
	color:#0066CC;
}

a:hover {
text-decoration:none;
}

#header {
height:145px;
display:block;
background:url(BG2.png) top center no-repeat;
}

#social {
	width: 150px;
	height: 50px;
	align: right;
	float: right;
	padding-right: 200px;
}

h1.main_title {
	font:170% Century Gothic;
	color:#0066CC;
	font-weight:bold;
	margin:20px auto 0;
	text-align:center;
}

h1.main_title a {
	color:#0066CC;
	text-decoration:none;
}

#container {
	width:765px;
	margin:0 auto;
	padding:1px;
	text-align:justify;
	background-color: #FFFFFF;
	height: auto;
	overflow: visible;
}

#navigation {
	width:770px;
	color:#FFFFFF;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: Georgia;
	font-size: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
	align:center;
	height: 20px
	background-image: url(navig.jpg);
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
	padding:12px;
	color:#0066CC;
	text-decoration:none;
	margin-right:0px;
}

#nav a:hover {
	color:#0033CC;
}

#nav a.active {
	
	color:#fff;
	font-weight:normal;
}

#inner_container {
	padding:10px 10px 10px 25px;
}

#sidebar {
	width:125px;
	padding:5px;
	float:right;
	background:#2b2626;
	color:#bdbdc1;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
	text-indent:0;
	font-size:100%;
	line-height:0px;
}

#content {
	margin-right:0px;
	width: 730px;
	position: fixed;
	padding-left: 1px;
	background-color: #FFFFFF;
	overflow: visible;
}

blockquote {
padding:2px 17px;
}

p {
	margin:10px 0;
	padding:5px;
	line-height:20px;
	text-indent:25px;
	text-align: center;
	color: #FFFFFF;
}

p.note {
padding:5px;
background:#2D2D44;
color:#fff;

}

#container h1 {
font:170% Arial;
color:#fff;
margin:15px 0;
}

#container h2 {
	font:110% Verdana;
	color:#191816;
	font-weight:bold;
	margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}

#container img {
}

#footer {
	width:520px;
	padding:0px;
	margin:0 auto;
	clear:both;
	opacity:0.7;
	text-align: center;
	height: 31px;
	margin-top: 1px;
	float: inherit;
}

#content table {
width:475px;
background:#1E1E2D;
margin:25px 0;
float:right;
}

td {
padding:8px;
text-align:center;
no-repeat: #1E1E2D;
font:100% Georgia;
}

th {
color:#fff;
padding:10px;
}

#footer p {
	text-indent:0;
	vertical-align: bottom;
}

#footer p.validate {
float:right;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
