* {
	padding:0;
	margin:0;
	}

body {
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Tahoma, georgia;
	font-size: 12px;
	line-height: 20px;
	background:url(bg.png) repeat-y top center #111;
	color:#C5CDDA;
	}

img {
	border:0;
	}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#D7A4C3;
	}

a:hover {
	text-decoration:none;
	color:#D7A4C3;
	}

p {
	margin-top: 15px;
	margin-bottom: 20px;
	}

#wrapper {
	width:790px;
	background:#104684;
	margin:0 auto;
	}

#header {
	height:365px;
	background:url(header.jpg) no-repeat top left;
	margin-bottom:10px;
	}

#content {
	width:550px;
	padding:10px;
	float:left;
	}

#sidebar {
	width:170px;
	padding:10px;
	float:right;
	font-family: georgia;
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	}

#footer {
	clear:both;
	padding:0px;
	text-align: center;
	font-size: .9em;
	}

h1 {	font-size:16px;
	font-family: georgia;
	font-style: italic;
	text-transform: lowercase;	
	letter-spacing: 1.5px;
	color: #D7A4C3;
}

h1:first-letter { font-size:18px;
	font-family: georgia;
	font-style: italic;
	text-transform: uppercase;	
	letter-spacing: 1.5px;
	color: #4ABEEF;
}


h2 {
	font-size:16px;
	font-family: georgia;
	font-style: italic;
	text-transform: lowercase;	
	letter-spacing: 1.5px;
	color:#D7A4C3;
	border-left:3px solid #4ABEEF;
	padding:3px 5px 4px 5px;
	background:#104684;
	border-bottom:1px dotted #333;
	}

#sidebar ul {
	list-style-type:none;
	background:#104684;
	margin-bottom:30px;
	}

#sidebar li a {
	display:block;
	padding:5px;
	border-left:3px solid #4ABEEF;
	border-bottom:1px dotted #333;
	color:#4ABEEF;
	}

#sidebar li a:hover {
	display:block;
	padding:5px;
	border-left:3px solid #D7A4C3;
	border-bottom:1px dotted #333;
	background:#121212;
	color:#D7A4C3;
	}

input, textarea, select, option{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 8pt;
	letter-spacing: 1px;
	color: #D7A4C3;
	padding: 2px;
	border-bottom: 2px solid #4ABEEF;
	border-top: 1px solid #4ABEEF;
	border-left: 1px solid #4ABEEF;
	border-right: 1px solid #4ABEEF;
	}
