body {
	background-color: #000 /*#222*/;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content {
	width: 960px;
	margin: 24px auto;
	border:1px solid #333;
	/*border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;*/
	background: #fff; /*url(../images/vertguitShadow2.gif) no-repeat fixed left center;*/
	overflow:hidden;
}

#banner {
	width: 960px;
	text-align: left;
	float:left;
	padding: 0;
	background-color:#222;
/*	border-bottom:1px solid #555;*/
}



#pageheading {
	width: 100%;
	clear:both;
	margin: 0 auto;
	/*border-bottom: 3px double #999;*/
	text-align: center;
}


#ptitle {
	font-size: 1.2em;
	letter-spacing: 0.1625em;
	margin:0;
	font-weight:bold;
	border-bottom: 3px double #999;
	text-align:center;
	color:#000;
}

#bottom-section {
	float:left;
	width:960px;
	margin-top:8px;
}

.sidebar {
	margin-top:0;
	width: 180px;
	float:left;
}

#menucontent {
	margin: 0 auto 0 2px;
	color:#000;
	padding:0;
	color: #000;
	font-size: .85em;
}

#menucontent ul {
	margin:0;
	padding:0;

}

#menucontent li{
	list-style-type: none;
	display:inline;
	font-weight:bold;
}

#menucontent a{
	display: block;
	padding:5px;
	font-weight:normal;
	/*background-color:#e0e0ee;
	border:1px solid #bbb;*/
	border-bottom:1px solid #bbb;
	color:black;
	margin-bottom:3px;
	text-decoration:none;
}

#menucontent li strong{
	font-weight:bold;
	display: block;
	padding:5px;
	/*background-color:#e0e0ee;
	border:1px solid #bbb;*/
	border-bottom:1px solid #bbb;
	color:black;
	margin-bottom:3px;
	text-decoration:none;
}

#menucontent a:hover {
	background-color: #000;
	color:#fff;
}

#menucontent a:active {
	background-color: #000;
	color:#ffc;
}


#mainInfo {
	width: 560px;
	margin: 0 20px;
	line-height:  1.3em; /*1.6em;*/
	float:left;
}
/*
#mainInfo h4, #mainInfo h3 {
	margin:6px 0;
	padding: 6px 0;
}

#mainInfo .cutout1 {
	line-height: 120%;
}

#mainInfo h3+p {
	margin-top:-18px;
	padding-top:0;
}

#mainInfo h4+p {
	margin-top:-12px;
	padding-top:0;
}
*/

#mainInfo p, #mainInfo td {
	font-size: .8em;
	margin-top:12px;
}

#mainInfo h4 {
	font-size:.9em;
}

#mainInfo td.pic {
	font-size: 11px;
	line-height: normal;
}

#mainInfo p.update {
	font-size: 10px;
	margin-bottom:12px;
	margin-top:12px;
}

.sidebarR {
	margin-top:8px;
	width: 180px;
	float:right;
	text-align:left;
}

.sidebarR h4 {
	text-align:center;
}


#footercontent {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	font-size: .7em;
	background-color: #333;
	}

.footer a:link {color: #fff;}
.footer a:visited {color: #fff;}
.footer a:hover {color: #9cf;}

.footer {
	margin:6px 0;
	list-style: none;

}

.footer li{
	display: inline;
	/*font-weight: bold;*/
	padding-left: 24px;
}

.footer li a{
	text-decoration: none;
}


a {text-decoration: none;}
a:link {color: #00c;}
a:visited {color: #909;}
a:hover {text-decoration: underline;}

.sidebar p, .sidebarR p{
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	margin-top: 12px;
}

.sidebar h4, .sidebarR h4{
	font-size: .8em;
	margin-top:0;
	padding-top:0;
	margin-bottom: 12px;
	padding-bottom:0;
	border-bottom: 1px solid #999;
}

.sidebar h4+p, .sidebarR h4+p{
	margin-top:-5px;
	padding-top:0;
}
.smtext { font-size: 11px;}


.highlightBold {color:#900; font-weight:bold;}



.zebra {background-color: #eee;}