@charset "UTF-8";
/* CSS Document */

body{
	margin:20px 0 0 0;
	background:#fefefe;
	font-family:monaco,  'Lucida Console', monospace;
	font-size:10px;
	color:#000;
	text-decoration:none;
}

img{
	border:none;
}

a{
	color:#437dbf;
	text-decoration:none;
}

h1{
	font-family:monaco,  'Lucida Console', monospace;
	font-size:10px;
	color:#000;
	text-decoration:none;
	display:block;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}

a:hover{
	color:#000;
}

.clear{
	clear:both;
}

#wrapper{
	width:930px;
	margin:0 auto;
}
.completeWidth, .footer{
	width:930px;
	margin:0 0 20px 0;
}

.footer{
	color:#666;
	font-size:9px;
	margin:-10px 0 10px 0;
}

.blackLine{
	width:930px;
	height:1px;
	background:#000;
	clear:both;
	margin:0 0 20px 0;
}

.logo{
	float:left;
}

.headerRight{
	float:right;
	text-align:right;
}

.featured{
	width:930px;
	height:180px;
	background:#CCC;
	margin:0 0 20px 0;
}
.collumn, .lastCollumn, .menuButton{
	width:303px;
	margin:0 10px 10px 0;
	float:left;
	overflow:hidden;
}

.menuButton, .menuButton a, .lastMenuButton, .lastMenuButton a{
	margin: 0 10px 0 0;
	color:#000;
}

.lastMenuButton{
	margin:0;
}

.menuButton a:hover, .lastMenuButton a:hover{
	color:#437dbf;
}

.doubleCollumn{
	width:616px;
	margin:0 10px 20px 0;
	float:left;
	overflow:hidden;
}

.lastCollumn{
	margin:0 0 10px 0;
}


