body {
font-size : 12px;
font-family : georgia;
color : #000000;
} 

#homebg {
background :  url(images/home_bg.jpg) fixed repeat;
} 

#aboutbg {
background :  url(images/about_bg.jpg) fixed repeat;
} 

#contactbg {
background :  url(images/contact_bg.jpg) fixed repeat;
} 

blockquote {
font-size : 10px;
font-family : arial;
color : ;
text-align : ;
} 

/* the horizontal menu styles start here */

div#listmenu {
	width:100%; 	/* makes the container div stretch to the width of the browser window */
	height: 30px; /* sets a height for the container div */
	font-size:100%;	/* sets the font size of the list (which become links) */
	font-weight: bold; /* sets the font weight of the list (which become links) */
	text-transform: uppercase;
	background-color: none; /* colors the background of the div */
	min-width: 450px; /* sets a minimum width for the div */
	margin-left: -68;
	}
	
div#listmenu ul {margin:0 0 0 -80px;/* indents the entire list from left edge of containing div */
	}
	
div#listmenu li {
	float: left;	/* causes the list items to align horizontally instead of stack vertically */
	list-style-type: none;	/* removes the bullet from each list item */
	background-color: none; /*sets the background of the list items */
	padding-right: 18px; /* creates space between the list items */
	padding-left: 18px;
	padding-top: 7px; /* creates space above the list items */
	padding-bottom: 0px; /* creates space below the list items */
	}

div#listmenu li:hover { 
	background :  url(images/nav_hover.jpg) fixed repeat;
	height: 23px;
	}
	
div#listmenu a {
	padding:0 6px; /*creates space on each side (right and left) of links */
	text-decoration:none;	 /* removes the links' underlining */
	color:#CCC;	/* sets the text color of the links in their up state */
	}
	
div#listmenu a:hover {
	color:#333;	/* sets the text color of the links in their hover state */
	}

/* the horizontal menu styles end here */


a:link
{
	font-size: 10pt;
	color: #cdbf61;
	text-decoration: none;
}

a:visited {
	font-size: 10pt;
	color: #cdbf61;
	text-decoration: none;
}

a:hover {
	font-size: 10pt;
	color: #EEE;
	text-decoration: none;
}

a:active {
	font-size: 10pt;
	color: #EEE;
	text-decoration: none;
}	

#contenthome {
font-size : 14px;
font-family : georgia;
color : ;
text-align : ;
line-height: 18pt;
padding: 15pt;
padding-right: 15pt;
} 

#contentabout {
overflow: auto;
height: 428px;
width: 510px;
font-size : 12px;
font-family : georgia;
line-height: 18pt;
padding: 15pt;
padding-right: 20pt;
} 

#contentcontact {
font-size : 12px;
font-family : georgia;
line-height: 18pt;
padding: 15pt;
padding-right: 20pt;
} 

#nav {
font-family: georgia;
color: #222;
padding-left: 15pt;
letter-spacing: 1pt;
text-transform: none;
}

.post_title { 
position:relative; 
font-family:georgia; 
margin-top: -8pt;
} 
 
.post_title h1 { 
position:absolute; 
top:-9px; 
left:2px; 
font-size: 12pt;
font-family: georgia;
color: #222;
text-align: left;
} 
 
.post_title h6 { 
position:absolute; 
top:1; 
left:0; 
font-size:30px; 
color:#cdbf61; 
padding:0; 
margin:0; 
font-size: 12pt;	
}

#footer {
font-size: 12px;
font-family: georgia;
color: #333;
text-align: center;
padding: 13pt;
margin-left: auto;
margin-right: auto;
margin-top: 3pt;
} 

