@charset "utf-8";
/* General Content */

body {
	background-color:#000000;
	font: 10px trebuchet ms, Arial, sans-serif #ffffff;
	background-image: url('/images/graphics-bg.jpg')
}
#title {
	height: 50px;
	text-align:center;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
}
#sidebar {
	width: 180px;
	position:relative;
	color:#FFFFFF;
	font-size: 10px;
	font-family: trebuchet ms, Arial, sans-serif;
	padding: 3px;
	line-height: 11px;
}
#main {
	top: 0px;
	position: relative;
	width: 570px;
	color:#FFFFFF;
	font-size:10px;
	font-family: trebuchet ms, Arial, sans-serif;
	padding: 3px;
	line-height: 11px;

}

/* Headers */

#sidebar h1 {
	font-size: 14px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px solid #792222;
}
#sidebar h2 {
	background-color:#666666;
	color: #000000;
	font-size: 7px;
	line-height:5px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana;
	text-align:right;
	border: 1px dotted #999999;
	padding: 2px;
	margin-top: -10px;
}
#main h1 {
	font-size: 14px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
	border-bottom: 4px solid #29547D;
}
#main h2 {
	background-color:#333333;
	color: #F5F5F5;	
	font-size: 7px; 
	line-height:5px; 
	font-weight: bold;
	text-transform: uppercase;
    font-family: Verdana; 
	text-align:right;
	border: 1px dotted #666666;
	padding: 2px;
	padding-right: 20px;
	margin-top: -10px; 
}

/* Links & Images */
#main a:link, #main a:visited, #main a:active, #sidebar a:link, #sidebar a:visited, #sidebar a:active  {
	color: #b95439;
	text-decoration: none;
}
#main a:hover, #sidebar a:hover {
	color: #e5dad0;
	border-bottom: 1px dotted #ffffff;
} 
img {
	text-decoration: none;
	border: 0px;
}