/* @override http://stevemayne.co.uk/wordpress/wp-content/themes/theme_08/style.css */

body {
	margin: 0;
	padding: 0; 
	background: #000 ;
    font-family: 
    "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
    color: #917e3c;
	visibility: visible;
	overflow: hidden;
}

h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #7e7f0b;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	
}

h2 {
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bca26f;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	bottom: 40px;
	margin-right: 45px;
}

p {
	line-height: 1.6em;
}
img {
	border: 1px solid #463207;
	margin: 2px;
}

a {
	border: none;
	color: #979835;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a:hover {
	
	color: #fdfe9a;
	border-style: none;
}

/* //////////////////////////// */




#post {
	padding: 12px;
	margin-top: 90px;
	margin-left: 12px;
	margin-right: 12px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #f4f1d2;
	width: 450px;
	height: 420px;
}


.smalltime{

	text-align: left;
	color: #7e4008;
	padding: 0px 0px 0 14px;
	margin: 0 0 0px;
	background: url(images/posttime.gif) no-repeat 0px 0px;
	font: 0.8em Arial, Helvetica, Sans-Serif;
}


/* MAIN////////////// */


#wrap {
	margin: 2pt auto 10pt;
	padding: 0pt;
	position: relative;
	width:1036px;
	height:780px;
	visibility: visible;
	overflow: hidden;
}

#main_ {
	position:absolute;
	left:0px;
	top:0px;
	width:488px;
	height:780px;
	background-image: url(images/main.jpg);
}

#content_ {
	position:absolute;
	left:488px;
	top:0px;
	width:548px;
	height:594px;
	background-image: url(images/content.jpg);
}

#menu_ {
	position:absolute;
	left:488px;
	top:594px;
	width:548px;
	height:186px;
	background-image: url(images/menu.jpg);
}
/* INDEX CSS/////////////////////////// */
/*- Menu Tabs ----- */
#nav { clear: both; float: right; list-style-type: none; list-style-image: none; list-style-position: outside; position: absolute; top: 0px;z-index: 1;font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;color: #666;
	left: 10px;
	width: 480px;
	margin-bottom: 26px;
}
#nav li { float: left; margin-left: 2px; line-height: 1.4; }
#nav li a { padding: 2px 2pt 4px; color: #333; text-shadow: ; text-decoration: none; font-weight: bold; text-align: center; width: 65px; height: 14px; display: block; background-image: url('images/tab.png'); background-repeat: no-repeat; background-position: left bottom;
}

#nav li a:hover, ul
#nav li a:active { background-position: left top;
	color: #fff;
}
#nav li current_page_item a,{ background-position: left top; }

#nav .current_page_item a, ul#menu .current_page_item a:visited{
	color: #000;
	background-position: left top;
	font-weight: bold;
}

/* My Comment */






