body { font: .8em Verdana, Arial, Sans-Serif; line-height: 1.6em; margin: 10px 0 0 0; background: #ccc;}

a { color: #FF9900; background: inherit; }
a:hover { color: #00FF00; background: inherit; }

h1 { font: bold 1.9em Arial, Arial, Sans-Serif; color: #214584; padding: 0; margin: 0;}
h2 { font: bold 1.2em Arial, Arial, Sans-Serif; padding: 0; margin: 0; }
ul {  padding: 0; margin: 0;}
li { list-style-type: none; boder-bottom: 1px dashed #ff0099;}

#wrap {
	margin: 0 auto;
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	padding: 0px;
}

.box a{
 color: #000000;
 font: bold;
}

.box a:hover {
 color: #FF6600;
}

#left {
	float: left;
	width: 500px;
	padding: 0 0 0 40px;	
	border: 0px solid #ccc;
}

#left .newsbox{
float:left;
border:1px sodid #ccc;
}

	
	
#right {
	float: right;
	width: 200px;
	margin: 0 30px 0px 10px;
}

#right .box {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding: 1em;
	margin: 0 0 1em 0;
}

#right .box li{
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
	margin: 0 0 0 0;
}

#right .box a{
	text-decoration: none;
}

#footer { clear: both; border-top: 1px dotted #ccc; margin: 0 0 0 0; text-align: center; font-size: .8em;}

#ads { background: #fff url('images/ads-shadows.jpg'); 
	background-repeat: no-repeat;
	width: 549px;
	height: 109px;
	padding-left: 40px;
	padding-top: 22px;
}

#header {
	width: 820px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}

#menu a {
	color: #FFF;	
	text-decoration: none;
}

#menu a:hover {
	color: #FFCC00;	
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #fff;	
}
#menu ul li#current a {	
	color: #fff;
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }