@charset "utf-8";
/* CSS Document
Captive Monkey / 10/11/2007
Copyright (c) CaptiveMonkey
 */

body {
	background: url(headbg.jpg) repeat-x #000033;
	font-family: Tahoma, Arial, Verdana;
	font:72.5% tahoma, arial, helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
}

a:link {
	text-decoration: underline; 
	color:#000; 
	font-weight:bold;
	}
	
a:visited {
	text-decoration: underline;
	color:#000; 
	font-weight:bold;
	}
	
a:active {
	text-decoration: underline;
	color:#000; 
	font-weight:bold;
	}
	
a:hover {
	text-decoration: none; 
	color:#000; 
	font-weight:bold;
}

#container {
	width:800px;
	margin:0 auto;
}

.leftcol {
float:left;
width:380px;
text-align:right;
padding-bottom:5px;
}


.rightcol{
float:right;
width:400px;
text-align:left;
padding-bottom:5px;
}

.header {
	height:60px;
}