* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url("background.gif") repeat-x top left;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
}

.clearfix:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}

.haslayout {
	height: 1%;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, serif;
}

h1 a, h1 a:visited {
	border: 0;
	color: #333;
}

h1 a:hover {
	color: #555;
	border: 0;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

a, a:visited {
	color: #637277;
}

a:hover {
	color: #9eaeb3;
}

a img, a:visited img {
	border: 0;
}

.clearfix:after{	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}

#topbar {
	background: #222;
	color: #fff;
	font-size: 11px;
	padding: 1em;
}

#topbar a, #topbar a:visited {
	color: #ddd;
	text-decoration: underline;
	border-bottom: none;
}

#wrap {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#header {
	margin: 40px 0 20px;
	text-align: center;
}

#tagline {
	font-size: 11px;
	width: 500px;
	margin: 20px auto;
	text-align: left;
	line-height: 1.6em;
	color: #666;
}

#columns {
	margin-top: 30px;
	text-align: center;
}

#footer {
	clear: both;
	margin: 30px 0px;
	text-align: center;
	color: #666;
}

.column {
	width: 30%;
	float: left;
	margin-right: 15px;
	text-align: left;
}

.column h1 {
	color: #242e35;
	margin: 0 0 1em 0;
}

.column h1 a {
	text-decoration: none;
}

.row {
	background: #f1f1f1;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 2em;
	margin-bottom: 1em;
}

.important {
    padding: 8px 10px 7px 20px;
    border: #3c0 1px solid;
}

*>.important {
    background: #fff;
    -moz-border-radius: 4px;
}

.important legend {
    padding: 1px 15px;
    background: #f3fff3;
    border: #3c0 1px solid;
    color: #3a0;
    font: 1.2em "Trebuchet MS";
    -moz-border-radius: 4px;
}

.entry {
	margin: 0 0 0 5px;
	padding: 0;
	}

.entry p { padding: 0; margin: 10px 0; }

input {
	padding: 5px;
	margin:  10px 5px 0 0;
	background: #fff;
	border: 1px solid #0C386E;
	}
textarea {
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #0C386E;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	padding: 7px;
	margin-right: 10px;
	color: #fff;
	border: 1px double #333;
	background: #0C386E;
	}

/* advertising */

#ads_bottom {
	margin: 2em;
	text-align: center;
}
