body {
	margin: 0px;
	padding: 0px;
	background-color: #2e2e2e;
	color: #ccc;
	font-family: georgia, serif;
	}
a {
	color: #c00075;
	text-decoration: none;
	}
	a:hover {
		border-bottom: 1px dotted #c00075;
		}
#header {
	margin-top: 15px;
	height: 186px;
	background: url('/tmp_header.png') no-repeat;
	}
	#header h1 {
		visibility: hidden;
		margin: 0;
		}
		
#container {
	padding-left: 180px;
	}
	
#content {
	position: relative;
	background: url('/img/content_bg.gif') repeat-x;
	top: -40px;
	width: 60%;
	padding: 10px;
	min-height: 500px;
	overflow: hidden;
	float: left;
	padding-bottom: 50px;
	}
	#content h1 {
		font-size: 1.5em;
		padding-top: 0px;
		margin-top: 0px;
		}
		
#footer {
	width: 60%;
	color: #555;
	text-align: center;
	float: left;
	font-size: .7em;
	padding: 5px;
	}
	
#news {
	}
	#news ul {
		margin: 0px;
		padding: 2px 2px 2px 15px;
		}
	
#login {
	}

#sidebar {
	position: relative;
	top: -40px;
	width: 25%;
	float: left;
	margin-left: 20px;
	}
	
#sidebar .sidebox {
	width: 100%;
	padding: 5px;
	margin-bottom: 20px;
	background: #313131;
	border: 1px solid #444;
	font-size: .8em;
	}
	#sidebar .sidebox h1 {
		background: #444;
		margin: 0px;
		padding: 2px 2px 2px 10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: .9em;
		word-spacing: 6px;
		letter-spacing: 2px;
		}
	
	
#contactform {
	margin: 15px;
	padding: 10px;
	border: 1px solid #444;
	}
	#contactform input, #contactform textarea {
		width: 300px;
		border: 1px solid #999;
		background: #ccc;
		}
	#contactform input:focus, #contactform textarea:focus {
		background: #fff;
		}
	#contactform label {
		float: left;
		display: block;
		width: 110px;
		}
	#contactform ol {
		margin: 0;
		padding: 0;
		}
	#contactform li {
		list-style: none;
		margin: 0;
		padding: 5px;
		}
	#contactform input.button {
		width: auto;
		}
	#nav {
		font-family: arial, sans-serif;
		position: absolute;
		width: 500px;
		left: 177px;
		top: 35px;
		font-weight: bold;
		color: #666;
		text-transform: uppercase;
		font-size: 11px;
		word-spacing: 5px;
		letter-spacing: 1px;
		}

.newsitem {
	margin: 2px;
	}	
.newsitem h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
	}
.newsitem div {
	height: 24pt;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 2px;
	color: #888;
	cursor: pointer;
	}
	.newsitem div:hover {
		text-decoration: underline;
		}

.error {
	color: #c00;
	}
