body{
	background:#888;
	text-align:center; /*5.5 hack*/
	font:500 10pt Verdana,Times New Roman, Times, serif;
	margin:0;
	padding: 10px 0;
}
h1{
	font-size:110%;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}
h2{
	font-size:105%;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}
h3{
	font: 700 100% Arial;
	padding:0 10px;
}
p{
	font-size:90%;
	padding: 0 10px;
	line-height:1.5em;
}
#page{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	background:#Transparent;
	width:765px;
	border: 1px solid #333;
	text-align:left;
}
#header{
	background:transparent;
	border-bottom:Gold;
}
#nav{
	background-color:#333;
	/*background-image:url(../images/bgs/topNavBg.gif);*/
	background-repeat:repeat-y;
	width: 100%;
	padding:5px 0;
	border-bottom: 1px solid red;
}

#nav ul {
	padding: 0; /* Removes default padding some browsers add to lists. */
	margin: 0 18px 0 10px; /* Creates space between right and left edges of nav list and edges of nav div. The right margin is larger than the left to accommodate the extra space caused by the shadow part of the background image on the right. */
	list-style-type: none; /* Removes default list bullets. */
	font-size: 80%; /* Sets font size smaller than default. */
	/*border-top: 1px solid gold;  Adds border to top of nav list */
	text-align: center; /* Centers items in nav list. */
}
#nav li {
	padding: 0; /* Removes default list item padding added by some browsers. */
	margin: 0 0 0 5px; /* Spaces out each list item from the others. */
	display: inline; /* Makes list items display horizontally. */
}
#nav li a:link, #nav li a:visited {
	color: #CCC; /* Sets color of unvisited and visited links to dark purple. */
	text-decoration: none; /* Removes default underline on links. */
	padding: 0 2px 2px; /* Spaces out each link from the pipe separators. Padding is used intstead of margin so that the background color used in the next selector will not so tightly enclose the text. */
	font-weight: bold; /* Makes the link text bold. */
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
	background: #f00; /* Changes background color of links to dark gray on hover, activation, and focus. */
	color: #FFF; /* Changes text color of links to white on hover, activation, and focus. */
}
#leftside{
	width:180px;
	float:left;
	top:0;
	right:0;
	background:#DDD;
	border:1px solid red;
	margin: 10px 5px;
	padding:10px 0;
	color:black;
}
#rightside{
	margin: 10px 5px 10px 220px;
	width:525px;
	background:#fcfcfc;
}
#main_content{
	margin: 10px 5px;
	padding: 10px 5px;
	background:#fcfcfc;
}
#subnav ul {
	margin: 0; /* Removes default list margin added by some browsers. */
	padding: 0; /* Removes default list padding added by some browsers. */
	/*list-style-type: none; /* Removes default list bullets. */
}
#subnav li {
	margin-top: 2px; /* Spaces list items out from each other. */
}
#subnav ul a:link, #subnav ul a:visited {
	color: #000; /* Sets link color of unvisited and visited links to dark purple. */
	text-decoration: none; /* Removes default link underlines. */
	padding: 2px 6px; /* Creates space around links so that background color set in selector below does not so tightly enclose link text. */
}
#subnav ul a:hover, #subnav ul a:active, #subnav ul a:focus {
	color: #F00; /* Sets link color to brighter blue on hover, activation, and focus. */
	/*background: #000;*/ /* Sets background color to light gray on hover, activation, and focus. */
}
#footer{
	background:Transparent;
	background-image:url();
	background-position:bottom left;
	background-repeat:no-repeat;
	/*border-top:1px solid gold;*/
	text-align:right;
	padding:10px 10px;
	font: 500 10pt Verdana;
	clear:both;
}
#gbee{
	background-image:url(../images/bgs/gb.gif) no-repeat;
	position:absolute;
	left:320px;
}
	
hr{
	1px solid color:gold;
}

h1, 2, 3{
	font-variant:small-caps;
}
h2{
	color:#885555;
}
.contentImage{
	padding: 0 10px 10px 10px;
	cursor: hand;
}