@charset "utf-8";

* {margin: 0; padding:0;}

a {color: #FF0000;}

p {margin: 30px 0px; line-height: 1.8;}

h1 {font-weight: normal; letter-spacing: .2em; font-size: 36px;}

h2 {font-weight: normal; letter-spacing: .2em; font-size: 18px;}

h3 {
	font-weight: normal;
	letter-spacing: .2em;
	font-size: 14px;
	text-transform: uppercase;
}

.big_heading {
	font-weight: normal;
	letter-spacing: .12em;
	font-size: 46px;
	color: #6c6e58;
}

body {
	background: url(images/body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
#	font-size: 16px;
	font-size: 18px;
#	color: #6c6e58;
	color: #000;
}

#top {
		height: 15px;
	}

#wrap {
#	width: 1024px;
	width: 980px;
	margin: 10px auto;
	position: relative;

}

#header {
	margin-bottom: 15px;
	height: 170px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
#	color: #6c6e58;
	color: #000000;
}

#container_left {
	float: left;
#	width: 560px;
	width: 500px;
	margin-bottom: 30px;
}

#container_right {
	float: right;
#	width: 420px;
	width: 360px;
	margin-bottom: 30px;
}

.container_left_col_1 {
	float: left;
#	width: 260px;
	width: 220px;
}

.container_left_col_2 {
	float: right;
#	width: 260px;
	width: 220px;
}

.container_right_col_1 {
	float: left;
#	width: 190px;
	width: 160px;
}

.container_right_col_2 {
	float: right;
#	width: 190px;
	width: 160px;
}



#container_left, #container_right, #container_left_col_1, #container_right_col_1, #container_left_col_2, #container_right_col_2 {
	padding: 3px;
}

#footer {
	margin: auto;
#	width: 1024px;
	width: 980px;
	border-top: 1px;
	clear: both;
	text-align: center;
}


.post_body {
	font-size: 16px;
}

.post_footer {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: .14em;
	color: #417378;
#	color: #FF0000;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/* Navigation*/

#navcontainer{
	width: 1024px;
	height: 30px;
	position: absolute;
	top:100px;
	left: 0;
}

#navcontainer ul
{
padding: .6em 0;
list-style-type: none;
#background-color: #d4af37;
background-color: #FF0000;
color: #FFF;
width: 100%;
text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #FF0000;
color: #000;
padding: .6em 2em;
border-right: 0px solid #fff;
}

#navcontainer li a:hover
{
background-color: #FF0000;
color: #fff;
}

/*sidebar navigation*/

#Vnavlist
{
border-bottom: 1px;
width: 190px;
}

#Vnavlist li
{
list-style: none;
padding: 0.4em;
border-top: 1px;
}

#Vnavlist p
{
list-style: none;
padding: 0.4em;
# border-top: 1px;
}

#Vnavlist li a { text-decoration: none; 
color: #FF0000;

}
