* {
	margin: 0;
	padding: 0;
}

body {
	background: #161616;
	text-align: center;
	font: 12px Helvetica;
	color: #cacaca;

}

a, a:link, a:visited, a:active {
	color: #6f3c1b;
	text-decoration: none;
}

a:hover {
	color: #c55827;
}

a img {
	border: none;
}

h2 {
	color: #6f3c1b;
	font-size: 18px;
	border-bottom: 1px solid #6f3c1b;
	margin-bottom: 10px;
	text-align: left;
}

h3 {
	color: #6f3c1b;
	font-size: 18px;
	border-bottom: 1px solid #6f3c1b;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}

h4 {
	color: #6f3c1b;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: left;
}


.clear {
	clear: both;
}

#wrap {
	width: 900px; width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	height: 30px;
	position: relative;
	top: -3px;
	font-size: 14px;
}

#navigation a.tab {
	float: left;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
	text-decoration: none;
/*	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;*/
	border: 1px solid #666;
	color: #666;
}

#navigation a:hover, #navigation a.active {
	color: #cacaca;
}

#content {
	padding: 15px;
	margin-top: 15px;
}

#left {
	float: left;
	width: 570px;
}

#about img {
	float: left;
	margin-right: 5px;
	border: 1px solid #666;
	padding: 2px;
}

#blog {
	height: 704px;
	overflow-y: auto;
	margin-top: 15px;
	background: #161616;
	border: 1px solid #666;
	padding: 5px;
}

#right {
	float: right;
	width: 380px;
	background: #161616;
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
}

#right img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

#contact_form {
	text-align: center;
}

#contact_form fieldset {
	border: 0;
}

#contact_form table {
	width: 400px;
	margin: 50px auto;
	text-align: left;
}

#contact_form td {
	padding-bottom: 10px;
	vertical-align: top;
}

#contact_form .left {
	width: 75px;
}

#contact_form .right {
	width: 325px;
}

#contact_form input {
	width: 325px;
}

#contact_form textarea {
	width: 327px;
	height: 300px;
}


#links {
	text-align: center;
}

#links fieldset {
	border: 0;
}

#links table {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}

#links td {
	padding-bottom: 20px;
	vertical-align: top;
}

#links .left {
	width: 175px;
}

#links .right {
	width: 425px;
}

#footer {
	margin:  15px 0;
	color: #666;
}

.fb, .xml, .nbn {
	float: right;
	margin-top: 3px;
	margin-right: 13px;
}

.caps {
	text-transform: uppercase;
}

