.menu {background-image:url(../images/nav1.jpg);
background-repeat:repeat-x;
	border-bottom:1px solid #111;
	border-top:1px solid #444;
	padding-left:120px;
}
ul#menu
{
	margin:0px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	background:transparent url(../images/nav1.jpg) repeat-x top left;
	font-family: "Times New Roman", Times, serif;

}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#69C;
	text-decoration:none;
	font-weight:bold;
	height:29px;
	padding:11px 25px 0px 25px;
	border-right:1px solid #111;
	border-left:1px solid #444;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:29px;
	background:transparent url(../images/nav2.jpg);		
	background-repeat:repeat-x;

}
	

ul#menu li a.current
{
	display:inline;
	height:40px;
	background:transparent url(../images/nav1.jpg);
	background-repeat:repeat-x;
	float:left;
	margin:0;
}




body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	margin:0 0 0 0;
	line-height:16px;
	background-color:#111;
}



* { margin: 0; padding: 0; }
#wrapper {
	width: 820px;
	margin: 0 auto 0 auto;
	background-color:#000;
	border-right:1px solid #333;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
	padding-left:30px;
	padding-right:30px;

}
#header {
	margin: 0 auto 0 auto;
	display: block;
	width: 820px;
	text-align:center;
	background-image: url(../images/header-back.jpg);
	background-repeat:repeat-x;
}

a:link {
	color: #69C;
	text-decoration:underline;
}
a:visited {
	color: #69C;
	text-decoration:underline;

}
a:hover {
	color: #FFF;
	text-decoration:underline;
}
h1 {
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	color:#CCC;
	border-bottom:1px solid #69C;
	margin-bottom:10px;
	line-height:40px;
	font-variant:small-caps;
}
h2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#CCC;
	margin-bottom:5px;
	line-height:25px;
	font-variant:small-caps;
}
#body-start {}
#content {
	padding:10px 30px 10px 30px;
	margin:20px 0px 10px 20px;
	width:525px;
	text-align:justify;
	background-color: #222;
	border:1px solid #333;
	float:right;
}
.img-border {center; margin-bottom:10px; border:1px solid #333; font-weight:bold; }
#content p {text-align:justify;}
#content ul {margin-left:30px;}
#content ul li { padding-bottom:5px;}
#content ol {margin-left:30px;}
#content ol li { padding-bottom:5px; font-weight:bold;}
#content ol ul li { padding-bottom:5px; font-weight:normal;}
#sidebar {
	width:200px;
	margin:20px 0px 0px 0px;
	text-align:center;
	float:left

}
#footer {
	width:750px;
	margin: auto;
	text-align:justify;
	font-size:10px;
	color:#666;
	clear:both;
	line-height:14px;
} 
#footer a {
	color:#C69;
	text-decoration:none;
}
#footer a:hover {
	color:#903;
	text-decoration:none;
}

input {width:220px; border:1px solid #666; color:#666; height:17px; background-color:#CCC; padding-top:2px;}