@charset "UTF-8";
/* CSS Document */


/****************************
** MAIN CONTAINERS FOR SITE *
*****************************/
html {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	width: 99.5%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 840px;
	padding: 0;
	margin: 10px auto;
	background-image:url(../images/black-strip.gif);
	background-repeat:repeat-y;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
}

#sidebar {
	width: 150px;
	height: 600px;
	padding: 10px;
	margin: 0;
	float: left;	
	color: #FFFFFF;
}



#sidebar p { text-align: right; margin: 30px 0 0 0; color: #666666; }

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 40px 0 0 0;
	text-align: right;
}
#sidebar ul li {
	padding: 3px 0;
	color: #666666;
}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar a:hover, .current {
	text-decoration: underline;
}
#sidebar img {
	margin: 0 3px;
}

#header {
	width: 640px;
	margin: 80px 0 0 0;
	padding: 0;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 3em;
	color: #CCCCCC;
}

#content {
	float: left;
	width: 643px;
	margin: 0 0 0 25px;
}

h1 {
	margin: 45px 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}


h2 {
	font-weight: normal;
	font-size: 1.45em;
	margin: 30px 0 0 0;
}

#footer {
	width: 840px;
	margin: 10px auto;
	font-size: 1em;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;	
}


#content p { font-size: 1em; line-height: 2em; }

.clear-both { clear: both; }


