* {
	margin: 60;
	padding: 0;
}

body {
	font-size: 13px;
      color: #FFFFFF;
	font-family: Arial, verdana;
	background-color: #FFF;
}


p {
	margin-bottom: 13px;
}


h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #212121;
}

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

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


#pagewrap {
	margin: 20;
	background: url(images/background.jpg) no-repeat;
	width: 800px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}


#content {
	position: relative;
	margin-top: 20px;
	margin-left: 45px;
}

#contentback {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 710px;
	height: 410px;

	z-index: 10;
	background: #808080; 	
	-moz-opacity:0.4;	
	-khtml-opacity: 0.4; 
	opacity: 0.4; 
	filter:alpha(opacity=40);
}


#contentbody {
	position: relative;
	height: 410px;
	width: 710px;
	overflow: hidden;
	z-index: 11;
	color: #CCCCCC;
}

#contentwrap {
	padding: 20px;
}


#menu {
	background: url(images/menu-back.jpg) no-repeat;
	width: 800px;
	height: 63px;
	margin-top: 83px;
	text-align: center;
}

#menu li {
	list-style-type: none;
	display: inline;
}


#menu a {
	color: 000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 49px;
	text-transform: uppercase;
	margin-left: 25px;
}

#menu a:hover {
	color: #fff;
}

#menu .sel {
	color: #fff;
}



/* ------ Post -------------------------------- */

.Post {
	MARGIN-BOTTOM: 60px;
	FONT-SIZE: 12px;
	PADDING: 0px;
}

.PostHead {
	HEIGHT: 60px;
	BORDER-BOTTOM: 2px solid #6D6D6D;
	MARGIN-BOTTOM: 10px;
}

.PostHead h1 {
	DISPLAY: block;
	MARGIN-BOTTOM: 5px;
	FONT-WEIGHT: normal;
}


.PostHead h1 a {
	text-decoration: none;
	color: #000;
}

.PostHead h1 a:hover {
	color: #7B6219;
}


.PostAuthor {
	FONT-SIZE: 10px; 
	font-weight: bold;
	FONT-FAMILY: verdana;
}

.PostContent {
	MARGIN-BOTTOM: 20px;
}

.PostComments { 
	BACKGROUND: url(images/PostCom.png) no-repeat left center; 
	PADDING-LEFT: 22px;
	MARGIN-RIGHT: 15px;
}

.PostCategory { 
	BACKGROUND: url(images/PostCateg.png) no-repeat left center;
	PADDING-LEFT: 20px; 
}

.PostDet {
	FONT-FAMILY: verdana;
	FONT-SIZE: 11px;
}

.PostError {
	MARGIN-TOP: 10px;
}





#gallery {
	margin-top: 20px;
	margin-left: 75px;
	background: url(images/gallery-box.jpg) no-repeat;
	width: 664px;
	height: 224px;
}


#bottomtext {
	float: right;
	margin-right: 65px;
	margin-top: 23px;
	color: #fff;
	letter-spacing: -1px;
	font-size: 13px;
}

#wpcf label {
	clear: both;
	display: block;
	float: right;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}



