body {
	margin:0px;
	padding:0px;
	
	font-family:"Trebuchet MS",sans-serif;
	font-size:12px;
	color:#000;
	
	background-color:#C6C6B8;
}

a {
	color:#1E2832;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:7px 0px;
}

h1 {
	font-size:14px;
	margin:7px 0px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
	margin:0px;
}
h3 a {
	color:#000;
}

h4 {
	font-size:11px;
}

ul {
	margin:0px;
	padding-left:15px;
}

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

div#wrapper {
	width:983px;
	margin:0px auto;
}

/* Header */
div#header {
	clear:both;
	width:983px;
	height:150px;
	
	background:url(../media/header.jpg) no-repeat;
	border:1px solid #595B5A;
}
	
/* column container */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:983px;
	overflow:hidden;
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;	
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 3 Column settings */
.threecol {
	background-color:#DDE3E1;
	border:1px solid #A2A29D;
	z-index:1;
}
.threecol .colmid {
	right:23%;
	background:#fff;
}
.threecol .colleft {
	right:52%;
	background:#DDE3E1;
}
.threecol .col1 {
	width:48%;
	left:100%;
	padding-left:20px;
}
.threecol .col2 {
	width:21%;
	left:27%;
}
.threecol .col3 {
	width:22%;
	left:82%;
}

/* Footer */
div#footer {
	width:100%;
	clear:both;
	float:left;
	text-align:center;
}

/* http://matthewjamestaylor.com/blog/perfect-3-column.htm */

div#top-bar {
	width:100%;
	height:40px;
	line-height:30px;
	margin:0px;
	padding:0px;
}

/* Search */
div#search {
	width:21%;
	position:relative;
	top:0px;
	left:20px;
	z-index:100;
	height:20px;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:left;
}
div#search .text {
	width:175px;
	font-size:11px;
	position:absolute;
	left:0px;
}
div#search .button {
	font-size:11px;
	position:absolute;
	left:185px;
	width:40px;
}

/* Ads */
div#ads-top {
	margin-top:10px;
	width:468px;
	height:56px;
}

div.content-inner {
	padding:0px 20px;
}

ul.menu {
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
}
ul.menu li {
	line-height:15px;
	margin:0px;
	padding:0px;
}

table.maintable {
	background-color:#7484ad;
	width:100%;
}

table.maintable th {
	text-align:left;
	background-color:#7484AD;
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	padding-left:2px;
}

table.maintable th a {
	color:#FFF;
}

table.maintable th a:hover {
	color:#FFF;
	text-decoration:underline;
}

table.maintable td {
	padding-left:2px;
}

table.maintable td.cell1 {
	background-color:#FFF;
	font-weight:bold;
}

table.maintable td.cell2 {
	background-color:#FFF;
}

table.maintable tr.row1 {
	background-color:#FFF;
}

table.maintable tr.row2 {
	background-color:#EFEFEF;
}

table.maintable img {
   border:none;
}

table.maintable td.icons {
	width : 75px;
}

div#livesearch_results {
	clear:both;
	font-size:10px;
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	margin:-7px 0px 0px;
	border:1px solid #000;
	background-color:#FFF;
	width:168px;
	padding:0px 4px;
	display:none;
}
div#livesearch_results ul {
	list-style-type:none;
	z-index:100;
	position:relative;
	padding-left:5px;
}
div#livesearch_results ul li {
	line-height:15px;
	height:15px;
	margin:0px;
	padding:0px;
}

div#loginbar {
	top:0px;
	z-index:100;
	height:20px;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:left;
	text-align:right;
	font-size:10px;
	width:79%;
}

div#loginbar .text {
	width:75px;
	font-size:11px;
}
div#loginbar .button {
	font-size:11px;
	width:40px;
}

div.message {
	width:90%;
	border:1px dashed #000;
	font-weight:bold;
	color:#1E2832;
	padding:10px;
	margin:10px 0px 25px;
}

img.rss {
	border:none;
	position:relative;
	top:3px;
}
div#adsense-top {
	width:100%;
	text-align:center;
	margin:12px 0px 12px 0px;
}
div#adsense-right {
	width:200px;
	text-align:center;
	margin-top:30px;
}

div.clear {
	clear:both;
}