/* CSS Document */
#content {
width:900px;
float: right;
}

#main {
position: relative;
width:700px;
float:right;
}

#sidebar {
width:175px;
float:left;
}

#wrapper {
width:900px;
margin-left:0;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.nav {
	width: 100px;
	background: #666699;
	border: solid 1px #ffffff;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	Display: block;

}
a:hover.nav {
	width: 100px;
	background: #000;
	color: #FFFFFF;
	border: solid, 1px, #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;

}
.caption {
	font-size: 12px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
.title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 650px;
	background: #CC6600;
	font-size: 14px;
	margin: 0px;

}

a {
	color: #00CCCC;
}
a:hover {
	color: #009999;
}
a:active {
	color: #00CCCC;
}

hr.clear {
clear:both;
display:block;
visibility:hidden;
}



