/* CSS Document */
body {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	line-height:150%;}
a {
	font-weight:bold;
	color:#333399;}

#main {
	width:715px;}
	
#header {
	background:url(../images/header.jpg) no-repeat;
	width:715px;
	height:238px;}
	
#sidebar {
	width:220px;
	float:left;
	}
#contentheader {
	width:455px;
	float:right;
	text-transform:uppercase;
	color:#333399;
	border:1px solid #e5e5e5;
	font-weight:bold;}	
#content {
	width:455px;
	float:right;
	padding-top:10px;}
	
#content a {
	text-decoration:none;
	color:#333399;
	font-weight:bold;
}

#separator {
	height:10px;
	clear:both;
	width:100%;}
#separatorv {
	height:300px;
	border-left:dotted 2px #666666;
	width:2px;}
	
#footer {
	clear:both;
	width:720px;
	align:center;
	padding:20px;}
	
/* SIDEBAR CONTENT */
#mainmenu {
	padding-top:10px;
	padding-bottom:20px;}

body>ul#mainmenu  {
	padding-left:20px;}

#mainmenu ul {
	padding-left:0px;}

#mainmenu li {
	list-style-type:none; 
	padding-left:0px;
	}
#mainmenu li a {
	text-decoration:none;
	color:#333399;
	padding-left:17px;
	display:inline-block;
	font-size:12px;
	}

#mainmenu li a:hover {
	background:url(../images/list.jpg) no-repeat;
	}
	
#quote {
	background:url(../images/quote.jpg) no-repeat center top;
	
	width:210px;
	padding:0;
	margin:0;
	clear:both;
	}
	
#quotecontent {
	width:180px;
	font-weight:bold;
	padding-top:100px;
	padding-left:30px;}

