.style60 {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/img01.jpg) repeat left top;
	background-attachment:fixed;
	background-position:center;
	display: block;
}

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

h1, h2, h3 {
	margin-top: 0;
	color: #6E6C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

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

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}





img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	width: 100%;
	height: 120px;
	background: url(images/img02.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#logo {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 80px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 102px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 100%;
	height: 45px;
	padding-top: 15px;
	
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #B2B2B2;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 100%;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 40%;
	padding-left: 5%;
	padding-right: 1%;
}

.post {
	margin-bottom: 10px;
	line-height: 200%;
	background: url(images/img06.jpg)   no-repeat center;
	margin-top: 10px;
	margin-left: 8px;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding: 15px 15px 0px 15px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */


.sidebar {
	float: left;
	width: 20%;
	background: url(images/img03.jpg) repeat-y left top;
	padding-left: 2%;
	padding-right: 1%;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	background: url(images/img06.jpg) repeat-x left top;
	margin-top: 7px;
	padding-top: 8px;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	background: url(images/img04.jpg) repeat-x left bottom;
}

#line {
	padding: 8px 0 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(images/img04.jpg) repeat-x left bottom;
}

#default {
	padding: 8px 0 8px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
}

.sidebar li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 0px;
}

.sidebar p {
	padding: 0px 15px;
}

.sidebar2 {
	float: left;
	width: 20%;
	background: url(images/img03.jpg) repeat-y left top;
	padding-right: 2%;
	padding-left: 1%;
}
/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/*.footer {
	background-color:#000000;
	background-position:center;
	bottom:auto;
	position:absolute;
	width:80%;
	height:60px;
	margin-left:10%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	margin-right: 10%;
	
	
}



.detailtab{
	width:500px;
	height:15px;
	background:url(images/tab.gif) no-repeat 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}

.detailtab a:hover,a.curtab{background:url(images/tabhover.png) 600px 25px;!important;text-decoration:none;} */

.detailtab a{
width:130px;
height:25px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 0px;
background:url(images/menx1.png) no-repeat;
text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 13px;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;

}
.detailtab a:hover {
width:130px;
height:25px;
background:url(images/menx2.png) no-repeat;
!important;text-decoration:none;
font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 13px;
color:#FFFFFF;
cursor:pointer;
display:block;
}





legend.h2 {  
width:100%;  
text-align:left;  
border:solid 1px;
border-color:#FFF;
margin:1px;
font-weight:bold;
 } 

fieldset {
	width:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	
}

.contact_element a {
margin: 0; padding: 12px 10px 0 0; 
font-family: Lucida Grande, Arial, Helvetica, Geneva, Verdana, sans-serif;
color:#FFF !important; font-size:12px; line-height: 16px;
font-weight: bold;


}

.contact_element a:hover {
margin: 0; padding: 12px 10px 0 0; font-family: Lucida Grande, Arial, Helvetica, Geneva, Verdana, sans-serif; color:#0000FF !important; font-size:12px; line-height: 16px; font-weight: bold;

}

#contact

.contact_element a {
	text-decoration: none;
	
	
}
