body {
	margin: 0px;
	background-color: #fff;
	font-family: Trebuchet MS;
	font-size: 12px;
	background:url(images/bg.jpg); background-repeat:repeat-x; background-attachment:scroll;
}

a:link, a:visited {color: #00CC00; font-weight: normal; text-decoration: none;}

a:hover {color: #0099FF; text-decoration: underline; font-weight:bold;}

#main {border-left: dotted #333 1px; padding: 3px; text-align:justify;}

#links {
	padding-left:0px;
}

#links ul {
	list-style-type:none;
	
	padding: 0;
	margin-left: 1em;
}

#links li {
	list-style-type:none;
	display:block;
	padding: 3px;
	padding-left:0px;
	border-top: dotted 1px #999;
	width: 150px;
	text-transform:uppercase;
}

h4 {color: #CC0000; font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-transform: capitalize;}
h5 {color: #0099FF; font-family: Arial, Helvetica, sans-serif; font-size: 15px; text-transform: uppercase; border-bottom:1px dotted #678;}


#right {padding-left: 0}
#right ul{padding-left: 0; display: block; float:left;}
#right li {list-style-type: none; border-top: dotted #666 1px; padding-bottom: 5px; padding-left: 3px;}

#content {padding: 4px; border: 1px solid  #CCCCCC; color: #333; background-color: #Ffc;}