/* Body styles */

body {
	background: #F8BF24 url(background.jpg) repeat;
	font-weight: normal;
	text-align: justify;
	margin: 0 auto;
	scrollbar-base-color:#BC4B48;}

a, body, p, table, th, td, tr, form, input, textarea, option, select {
	font-family: verdana, tahoma, helvetica, "san-serif";
	font-size: 12px;}

/* Div IDs */

#image {
	position: absolute;
	z-index: 0; 
	left: 0px;
	top: 0px;
	width: 780px;
	height: 313px;}

#nav {
	position: absolute; 
	z-index: 0;
	left: 52px;
	top: 270px;
	width: 702px;}

#main {
	position: absolute; 
	z-index: 0;
	left: 52px;
	top: 298px;
	width: 702px;}

#main h1 {
	font-size: 14px; 
	text-align: center; 
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 4px;
	margin: 0px 0px 5px; 
	padding: 6px 0px 3px 0px; 
	border-bottom: 0px solid #000000; 
	background-color: #C37B7B;
	font-family: verdana, "sans-serif";} 

#main h2 {
	font-size: 12px; 
	text-align: left; 
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 4px;
	margin: 0px 0px 5px; 
	padding: 6px 0px 3px 0px; 
	border-bottom: 0px solid #000000; 
	font-family: verdana, "sans-serif";}

#main h3 {
	font-size: 12px; 
	text-align: center; 
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 4px;
	margin: 0px 0px 5px; 
	padding: 6px 0px 3px 0px; 
	border-bottom: 1px solid #000000; 
	font-family: verdana, "sans-serif";}

#navlist {
	margin-left: 0px;
	padding-left: 30px;
	list-style: none;}

#navlist li {
	padding-left: 10px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;}

img {
	border: 0px;}

/* Blog classes */

textarea {
     width: 80%;
     height: 100px;
}

/* Form styles */

form {
	color: #000000;
	font-weight: normal;}

input, textarea, select, option {
	background-color: ;
	border: 1px solid #000000; 
	color: #000000;}

/* Link styles */

a {
	color: #F88824; 
	text-decoration: none;
	border-bottom: 1px solid #F8BF24;}

a:hover {
	color: #F88824;
	text-decoration: underline;
	text-transform: uppercase;
	border-bottom: 1px solid #FF6154;}
