/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #c2d0da;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	color: #006699;
	margin-top:10px;
}

h1{ 
	font-size:1px;
	color: #006699;
}

/********************************************
	LAYOUT
********************************************/ 
.wrap {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../imgs/menu_bg.gif) top right repeat-y;
}


/*========= HEADER =========*/	
.header {
	background: #c2d0da;
	padding: 0px 0px 40px 0px;
}
.header a{
	color: #006699;
	text-decoration: none;
}


/*========= Content =========*/	
.content {
	clear: both;
	width: 800px;
}


/*========= LEFT COLUMN =========*/	
.left {
	float:left;
	width: 600px;
}
.left .content{
	width: 580px;
	padding: 10px;
	line-height: 18px;
}
.left ul{
	list-style: none;
	padding: 0px 0px 20px 0px; margin: 0;
}
.left li{ }
.left a{ 
	font-weight: bold;
	font: Verdana, Arial, Helvetica, sans-serif; 
	color: #006699;
	text-decoration: none;
}
.left h2{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	padding-bottom: 10px;
}


/*========= RIGHT COLUMN =========*/	
.right {
	float: left;
	width: 200px;
	color: #fff;
}	
.right .menu{
	padding: 10px;
	text-align: left;
	line-height: 20px;
}
.right ul{
	list-style: none;
	padding: 0px; margin: 0px;
}
.right li{
}
.right a{ 
	text-decoration: none;
	color: #fff;
}
.right a:hover{
	text-decoration: underline;
}

.right .ads{
	margin: 10px;
	border: 0px #fff solid;
}



/*========= Footer =========*/	
.footer {
	clear: both;
	margin-top: 0px;
	text-align: right;
	padding: 10px 0px 10px 00px;
	background: #c2d0da;
	font-size: 10px;
}
.footer a{ color: #006699; text-decoration: none; }
.footer a:hover{ text-decoration: underline; }

