body 	{ 
	font: 80% verdana, arial, tahoma;
	line-height: 1.5;
	color: #70737f; 
  	margin: 10 auto;
	background: #FFF url(../images/bg.jpg) repeat-x;
	}
	
a:link 	{ 
	text-decoration: none; 
	color: #273d9b;
	}
	
a:visited { 
	text-decoration: none; 
	color: #273d9b;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #f0560b;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	}

#menu {
	width: 883px;
	height: 20px;
	padding: 8px;
	background: #223894 url(../images/menu_bg.jpg) repeat-x;
	color: #FFF;
	text-align: center;
	}
	
#menu a:link 	{ 
	text-decoration: none; 
	color: #FFF;
	}
	
#menu a:visited { 
	text-decoration: none; 
	color: #FFF;
	}
	
#menu a:hover, a:active { 
	text-decoration: none; 
	color: #639ff8;
	}	
		
#leftking {
	width: 640px;
	padding-right: 9px;
	float: left;
	}
	
#left {
	width: 635px;
	min-height: 300px;
	float: left;
	padding: 5px;
	background: #FFF;
	}

.quicklinks {
	background: #FFF url(../images/quicklinks_bg.jpg) no-repeat;
	}
	
#rightking {
	width: 250px;
	float: left;
	}

#right {
	width: 235px;
	padding: 5px;
	float: right;
	background: #FFF;
	}

h1 {
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 21px;
	color: #294ba2;
	border-bottom: 1px solid #c4ced6;
	padding: 0px 0px 2px 4px;
	}	
	
h2 {
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 16px;
	color: #eeb53c;
	border-bottom: 1px solid #e0e6eb;
	padding: 0px 0px 2px 4px;
	}		
	
.title {
	font-family: Cambria, serif;
	font-size: 27px;
	color: #e0a241;
	}
	
#footer {
	width: 883px;
	min-height: 76px;
	padding: 8px;
	margin: 0 auto;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #FFF;
	}	
	
.footer_left {
	width: 640px;
	padding-bottom: 10px;
	float: left;
	}
	
.footer_right {
	width: 170px;
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 5px;
	float: right;
	}
	
#footer a:link 	{ 
	text-decoration: none; 
	color: #FFF;
	}
	
#footer a:visited { 
	text-decoration: none; 
	color: #FFF;
	}
	
#footer a:hover, a:active { 
	text-decoration: none; 
	color: #639ff8;
	}		