body {
	color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
	background-color: #000000;
	background-position: center;
}
p {
	font-size: 80%;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 1;
	font-size: 24px;
	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{
	color: #CCCCCC;
	display: block;
	text-decoration: none;
	height: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 4px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
}


#nav a:hover, #nav a:focus {
	color: #FFFFFF;
	font-weight: bolder;
	border: 2px none #CCCCCC;
}
/* 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;
	border: 0px none #000000;
}
#holder #nav h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
	border: 3px solid #CCCCCC;
}



/* 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: #CCCCCC;
}

#content p {
	line-height: 130%;
	color: #CCCCCC;
	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: #CCCCCC;
}



/* 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;
}
.callout {
	font-size: x-large;
	font-weight: bold;
	background-color: #CCCCCC;
}
