

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/topbar_background.jpg) repeat-x;
	font: normal small sans-serif;
	color: #878C66;
}

h1, h2, h3, h4, h5, h6 {
	color: #b91c2d;
	
	
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	line-height:18px;
}

a {
	text-decoration: none;
	color: #b91c2d;
}

a:hover {
	text-decoration: underline;
	color: #b91c2d;
}

/* Header */

#header {
	width: 700px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	background-image:url(images/logo.jpg);
	height:87px;
	width:214px;
}


/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(images/navigation.jpg) repeat-x;
	border: 1px solid #efefef;
	border-bottom: none;
	text-decoration: none;
	color: #363636;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #EFF0EB url(images/navigation.jpg) repeat-x;
	color:#CC0000;
	
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 470px;
}

#colOne .post {
	clear: both;
	margin-bottom: 3em;
}

#colOne .title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #efefef;
	font-size: 18px;
}

#colOne .posted, #colOne .meta {
	margin: 0;
	text-align: right;
	font-size: xx-small;
}

#colOne .posted {
	margin-top: -13px;
}

#colOne .meta {
	border-top: 1px solid #efefef;
}

#colOne .meta p {
	margin: 0;
}

/* Column Two */

#colTwo {
	float: left;
	width: 200px;
	
}

#colTwo #textfield1 {
	width: 170px;
}

#colTwo #submit1 {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li h2 {
	margin: 0;
	padding: 0;
	font-size:14px;
	color: #363636;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #efefef;
}


#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #efefef;
}

/* Footer */

#footer {

	margin: 0 auto;
	padding: 1em;
	border-top: 1px solid #efefef;
	background-color:#000000;
	height:175px;
}

#footer p {
	font-size: 11px;
	text-align:center;
	color:#959595;
	
}

#footer p a:link{
	font-size: 11px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	
}

#footer p a:hover{
	font-size: 11px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:underline;
	
	
}

#footer p a:active{
	font-size: 11px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	
}

#footer p a:visited{
	font-size: 11px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	
}

