* { 
	margin: 0;
	padding: 0;
	}

/* Images */

.drop-shadow {
	float: left;
	position: relative;
	margin: 10px 3px 0 10px !important;
	margin: 10px 3px 0 5px; 
	background: transparent url(images/drop_shadow.png) bottom right no-repeat !important;
	}

.drop-shadow img {
	padding: 4px;
	display: block;
	position: relative;
	margin: -12px 6px 0px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	}

.drop-shadow a { 
	border-bottom-width: 0;
	}

/* Other Html Elements */

blockquote {
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #eeeeee;
	border: 1px solid #a9a9a9;
	}

code { 
	font-family: Consolas, Monaco, Verdana, "Courier New";
	font-size: .93em;
	}

abbr, acronym, cite { 
	border-bottom: 1px dotted #333333;
	cursor: help;
	}

ins { 
	font-weight: bold;
	text-decoration: none;
	}

hr {
	clear: both;
	height: 1px;
	visibility: hidden;
	}

/* Structure */

body { 
	background-color: #999999;
	color: #2f2a3e;
	}

/* Wrapper */

#wrapper {
	margin: 0 Auto;
	width: 770px;
	background: url(img/bkg.png) repeat;
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background-color: #000000;
	border-top: 0px solid #31274c;	
	background: #000000 url(img/header.jpg) top left no-repeat;
	}

#header h1 {
	margin: 0px 0px 0px 50px;
	padding: 13px 0px 10px 210px;
	text-decoration: none;
	font-size:2.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#009966;
	}

/* Navigation */

#navigation {
	width: 770px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(img/bkg_nav.gif) repeat;
	height: 35px;
	text-decoration: none;
	}

#navigation ul { 
	list-style-type: none;
	}

#navigation ul li { 
	float: left;
	}

#navigation ul li a {
	float: left;
	padding: 8px 9px 0px 9px;
	display: inline;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	}

#navigation ul li a:hover { 
	background-color: #d3ed7f;
	padding: 8px 9px 7px 9px;
	color: #990000;
	}

#navigation ul li a:active { 
	color: #eeeeee;
	}

/* Mainbody */

#mainbody {
	margin: 0 Auto;
	padding: 20px 0px 0px 20px;
	width: 770px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

/* menu */

#menu {
	margin: 0;
	width: 170px;
	}

#menu h2 {
	padding: 8px 9px 15px 9px;
	color: #009933;
	font-weight: bolder;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style: none;
}

#menu ul li {
}

#menu a {
	padding: 5px 0 0 10px;
	text-decoration: none;
	font-size: 11pt;
	font-style: italic;
	color: #990000;
	font-weight: bolder;
}

#menu a:hover {
	color: #F08F02;
}

/* Content */

#content {
	margin-left: 175px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 565px;
	padding: 10px 0px 0px 3px;
	background-color: #d3ed7f;
	}

#content .drop-shadow p { 
	bottom: 11px;
	}

/* Footer */

#footer {
	color: #ffffff;
	width: 770px;
	clear: both;
	margin: 0 auto;
	background: url(img/bkg_nav.gif) repeat;
	padding: 0px 0;
	text-align: center;
	font-size: 14px;
	}

#footer p { 
	padding: 5px 0;
	}

#footer a { 
	color: #FFFFFF;
	border-bottom-color: #776d91;
	}

#footer a:hover, #footer a:active { 
	color: #FFCC00;
	border-bottom-color: #968ab3;
	}
