/* main elements */
html, body {
	background: url('../media/bg.gif') repeat;
	font: 13px "Arial", Lucida Grande, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #29166F;
	font: bold;
}
/* wrapper */
#container {
	background: #fff;
	width: 725px;
	margin: 0px auto;
}
/* banner */
#banner {
	background: url('../images/head.jpg') top left no-repeat;
	height: 165px;
}	
/* right */
#content {
	float: right;
	background: #fff;
	width: 525px;
	border-bottom: 2px solid #ccc;
	margin: 0;
	padding: 5px;
}
#content a {
	color:#0D0F33;
	text-decoration: underline;
}
#content a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
#screen{
	background: #ffffff;
	color: #29166F;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font: bold;
	}
#screen a{
	background: #ffffff;
	color: #29166F;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font: bold;
	text-shadow: Black;
	word-spacing:5px;
	
	}
	
#screen a:hover{
	background: #29166f;
	color: White;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font: bold;
	word-spacing:5px;
	}
/* bottom box */
.bottom {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	width: 250px;
	margin: 10px 5px 5px 0px;
	padding: 5px;
}
/* left */
#leftbar {
	float: left;
	width: 175px;
	margin: 3px;
	padding: 0;
}	
/* news box / whatever */
#box {
	border: 1px dotted #ccc;
	background: #eee;
	width: 160px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
}
/* footer */
#footer {
	background: url('../images/purple_foot.gif') no-repeat;
	clear: both;
	color: #AAAAAA;
	margin:4px 0px 0px 0px;
	padding:4px 0px 10px 0px;
	text-align: center;
}

/* secondary elements */
#banner h1 { font-size: 45px; color: #fff; margin: 0; padding: 0px 0px 0px 5px; letter-spacing: -0.12cm; }
.bannertag { color: #fff; float: right; margin: 5px 15px 0px 0px; }
#content h2 { font-size: 1.3em; margin: 0; padding: 0px 0px 0px 17px; color: #29166f; top left no-repeat; height: 16px; }
#content p { margin: 0px 0px 10px 0px; }
#leftbar ul { font-size: 13px; margin: 5px 0px 10px 0px; padding: 0; border-top: 2px solid #29166f;  font: bold;  } #leftbar li { font-size: 13px; margin: 0; padding: 5px 0px 5px 0px; list-style: none; border-bottom: 2px solid #29166f; text-align: center; }
#leftbar a { color: #29166f; display: block; text-decoration: none; } #leftbar a:hover { text-decoration: underline; } #box p { margin: 0; }
#content a { color: #29166f; } .bottom a { color: #9c3; }
.title { font-size: 1.2em; margin:0px 0px 7px 0px; padding: 0px 0px 0px 20px; color: #29166f; background: url('../media/bomb.jpg') top left no-repeat; height: 16px; } .bottom p { margin: 0px 0px 5px 0px; }
acronym { color: #9c3; }
.detail { color: #9c3; font-variant: small-caps; padding: 2px; }
#footer a { color: #EEEEEE; text-decoration: none; } #footer a:hover { color: #AAAAAA; text-decoration: underline; }
