body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ADA189;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	background-color: #000000;
	background-image: url(test/background3.jpg);
	background-position: center top;
	background-attachment: fixed;
}
p {
	font-size: 80%;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 1;
	font-size: 80%;
	border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
	background-color: transparent;
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

 

#nav ul li {
padding: 0;
margin: 0; 
}

#nav ul li a{
	background-color: #FFCC00;
	color: #000000;
	display: block;
	padding: 4px 0 6px 4px;
	text-decoration: none;
	height: 1%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}


#nav a:hover, #nav a:focus {
	background-color: #FFFF66;
	color: #FFCC00;
	font-weight: bold;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	background-image: url(test/body_bg.gif);
	border-left-color: #000000;
}
/* holder styles */
#holder {
	width: 1024px; /* This image creates the three column faux effect */
	text-align: center;
	margin: 0 auto;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC33;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFCC33;
	background-color: #000000;
}

/* header styles */
#header {
	background-color: #FFCC00;
	height: 110px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FF9933;
	
}
.callout {
	font: bold xx-large Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin: 0;
	padding: 20px;
	background-color: #00FF00;
}

/* navigation styles */
#nav {
	width: 225px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
	background-color: #000000;
	border: 0px none #000000;
	color: #FFCC00;
}
#holder #nav h2 {
	font-size: 16px;
	font-weight: bold;
	background-image: url(test/body_bg.gif);
	padding: 10px;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	border: 1px solid #FFCC00;
}



/* content styles */
#content {
	background-color: #000000;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
#content a:link {
	color: #FFCC00;
}

#content p {
	line-height: 130%;
	color: #FFCC00;
	padding: 0px 30px;
	margin-right: 30px;
	margin-left: 30px;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 250px;
	background-color: #806600;
	border-left-width: thin;
	border-left-style: inset;
	border-left-color: #FFCC00;
	background-repeat: repeat-y;
	background-image: url(test/body_bg.gif);
}
#news p {
	color: #FFCC00;
}
#news a:link {
	color: #FF9900;
}
a:visited {
	color: #FFCC00;
}



/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #ffcc33;
	font-size: 80%;
	color: #000000;
	background: #FFCC33;  /* This background color covers the faux column effect that spans the entire holder div */
}
#holder #footer a {
	color: #000000;
}
#holder #footer a:link {
	color: #000000;
}
#holder #footer a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#content a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#holder #google {
	background-image: none;
	height: 40px;
	width: auto;
	margin: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
