body {
	
	background: #FCF7E8 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 15px Arial, Helvetica, sans-serif;
	color: #626262;
	margin: 0 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}



h1, h1 a, h2 a, h3, h3 a {
	
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
border-bottom: 1px #D8DFE6 dotted;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #444444;	
margin: 0;
padding: 0 30px 40px 10px;
letter-spacing: -1px;
font-size: 2em;
}


h3
{
border-bottom: 1px #D8DFE6 dotted;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #444444;	
margin: 0;
padding-left: 30px;
font-size: 2em;
}

h3:a
{
border-bottom: 1px #D8DFE6 dotted;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #444444;	
margin: 0;
padding-left: 30px;
font-size: 2em;
}

img
{
border: 0;
}

strong
{
background: #ffffee;
}

h3 {
	font-size: 1em;
}



p, ol, ul
{
line-height: 1.2em;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #489D1F;
	
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 129px;
}

#logo h1, #logo p {
	float: left;
	text-transform: lowercase;
	 
}

#logo h1 {
	font-size: 1.2em;
	padding: 20px 0 0 20px;
}

#logo p {
	margin: 20px;
	padding: 20px 0 0 4px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

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

#logo p a {
	color: #333333;
	}

#logo p strong
{
color: #333333;
background: none;
	}
#menu {
	float: right;
	position: absolute;
	top: 15px;
	right: 10px;
}

#menu ul {
	
	margin: 31px 0 0 0;
	padding-top: 35px;
	list-style: none;
	line-height: 200%;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 20px 1px 20px;
	background: url(images/img03.jpg) repeat-x left top;
	border-top: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;

	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #C78C04;
}

#menu .last {
	margin-right: 10px;
}

#menu a:hover {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: url(images/img02.jpg) repeat-x left top;
	color: #FFFFFF;
}

/* Page */

#page {
	padding: 20px 7px 0 7px;
	margin: 20px;
}




/* Content */

#content {
	background: #FFFFFF url(images/img04.jpg) repeat-y left bottom;
	margin-right: 260px;
	padding: 4px 20px;
	border-top: 4px #F4BA0F solid;
}

.post {
	padding-top: 20px;
	margin-bottom: 10px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	font-weight: normal;
	font-size: 1.5em;
	color: #489D1F;
}

.title h2 a {
	color: #489D1F;
}

.post .title p {
	margin: 0;
	padding: 7px 0 7px 20px;
	border-top: 1px #D8DFE6 dotted;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #EEA90B;
}

.post .entry {
	padding: 0;
	border-top: 1px #D8DFE6 dotted;
}

.post .links {
	padding: 5px 0;
	
	border-bottom: 1px #D8DFE6 dotted;
	margin-top: 10px;
	text-align: right;
}

.post .links a {
	font-weight: bold;
	font-size: 11px;
}

.post .links a:hover {
}

.post .links .more {
}

.post .links .comments {
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 254px;
	background: #FFFFFF;
	border-top: 4px #F4BA0F solid;
	
}

#sidebar a{
	font-size: 12px;
}
ul
{
list-style: none;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
	
}

#sidebar li {
	margin-bottom: 5px;
	}

#sidebar li ul {
	 padding: 10px 30px 40px 20px;
	list-style: none;
	line-height: 1.4em;
	
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	
	list-style: none;
}


#sidebar h2 {
   
    padding: 5px 25px 0px 2px;
	margin: 7px 10px 0 25px;
	font-weight: normal;
	font-size: 1.3em;
	color: #E47F07;
	list-style: none;
}

#sidebar em
{
font-size: 11px;
}

#sidebar a,img
{
border: 0;
}


.boderimg
{
}
.borderimg img
{
border: 1px dotted #F4BA0F;
}

/* Search */

#search {
	padding: 27px 10px 40px 10px;
}
#search {
  width: 198px;
  font-size: 2em;
  
}

#sidebar p
{
padding-top: 5px;
}

/* Categories */

#sidebar #categories li {
padding-top: 5px;
list-style: none;

}


/* Footer */

#footer {
	padding: 20px 0 10px 0;
	border-top: 3px #F4BA0F solid;
	background: #65AE2D;
	width: 100%;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #E9E955;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .legal a {
	padding: 0;
	font-size: 12px;
}

#xhtml-css {
	text-decoration: none;
	color: #E9E955;
	text-align: right;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
}

#xhtml-css a {
	text-decoration: none;
	color: #E9E955;
	text-align: right;
}

#sense {
	width: 200px;
	text-align: center;
	padding-left: 16px;
	margin: 8px 0 0 16px;
}

#table_content
{
margin: 0 auto;
display: table;
border: 1px #D8DFE6 dotted;
}




#table_content
{
border-top: 1px #D8DFE6 dotted;
font-family: tahoma, arial, times new roman;
font-size: 11px;
}


#table_content img
{
border-left: 2px solid #489D1F;
border-right: 2px solid #489D1F;
border-top: 2px solid #489D1F;
border-bottom: 2px solid #489D1F;
}
#table_content a
{
font-family: tahoma, arial, times new roman;
font-size: 12px;
font-weight: bold;
background: #ffffee;
color: #343434;
}


#primary-table
{
margin: 0 auto;
display: table;
border-top: 1px #D8DFE6 dotted;
border-bottom: 1px #D8DFE6 dotted;
}




#primary-table
{
border-top: 1px #D8DFE6 dotted;
font-family: tahoma, arial, times new roman;
font-size: 11px;
}


#primary-table img
{
border-left: 2px solid #489D1F;
border-right: 2px solid #489D1F;
border-top: 2px solid #489D1F;
border-bottom: 2px solid #489D1F;
}
#primary-table a
{
font-family: tahoma, arial, times new roman;
font-size: 12px;
font-weight: bold;
background: #ffffee;
color: #343434;
}

hr 
{
height: 1px;
color: #F8F2F2;
}

/* Frame  */

#blank
{
margin: 0 0 0 0;
background: #000000;
}

#frame_bar
{
position: absolute;
top: 0px;
width:100%;
height:93px;
background: #000000 url('images/frame.gif') repeat-x;
border-bottom: 5px solid #faeaaa;
}

#width
{
position: relative;
width: 100%;
height: 93px;
margin: 0 auto;
}

div.pro
{
width: 100%;
}

#imgsite img
{
position: absolute;
left: 2px;
border: 0;
}

#zip
{
position: absolute;
right: 20px;
bottom: -1px;
}
#zip ul
{
list-style: none;
}
#zip li
{
float: left;
}
#zip li a
{
background: #faeaaa;
margin-left: 0.6em;
display: block;
padding: 0.5em 1.0em 0.5em 1.0em;
border: solid 1px #faeaaa;
color: #616161;
font-weight: bold;
font-size: 1.1em;
text-transform: lowercase;
text-decoration: none;
}

#zip li a:hover
{
background: #000000;
color: #ffffff;
border-bottom: 1px #585858;
}
#linklayouts
{
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
margin-left: 16px;
}

#linklayouts a
{
text-decoration: underline;
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
color: #489D1F;

}

#linklayouts a:hover
{
text-decoration: none;
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
color: #F11515;

}




#linklayouts2
{
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
margin-left: 16px;
}

#linklayouts2 a
{
text-decoration: underline;
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
color: #489D1F;

}

#linklayouts2 a:hover
{
text-decoration: none;
font-family: tahoma, arial, verdana;
font-size: 13px;
padding: 5px 0 5px 0;
color: #F11515;

}


#ads-top
{
text-align: center;
padding-top: 10px;
}
#ads-top img
{
border: 1px solid #858686;
}
#ads-right
{
text-align: center;
padding-top: 10px;
}

#ads-right img
{
border: none;
}

#ads-bottom
{
}
#ads-bottom img
{
border: 1px solid #858686;
}


