						/* Global */
*  { 
	margin: 0; padding: 0;
	}
body {
	background: #fff; 
	color: #999;
	font: normal 85%/150% verdana,ariel,san-serif;
	text-align: center;
	}	
.clearfloats {
	clear: both;
	}
.float-left {
	float: left;
	}

							/* elements */
a {
	text-decoration: none;
	color: #666;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
p {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	color: #999;
	}				
h1 {
	margin: 20px 0px 5px 0px;
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #000;
	text-align: center;
	}
h2 {
	margin: 0px 0px 3px 0px;
	font-size: 1.3em;
	color: #999;
	}

h3 {
	margin: 0px 0px 3px 0px;
	line-height: 150%;
	font-size: 1em;
	color: #999;
	}
  
h4 {
	margin: 0px 0px 5px 0px;
	font-size: .9em;
	font-weight: normal;
	color: #B0C4DE;
	text-align: right;
	}
	
h5 {
	margin: 5px 0px 0px 0px;
	font-size: 1em;
	color: #fff;
	background-color: #ADADAD;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}

						/* wrappers */	
						
div#mainwrapper {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 760px;
	}
div#header {
	width:100%;
	overflow: auto;
	border-bottom:1px solid #ccc;
	margin: 20px 0 0 0;
	}	
div#subhead-1 {
	position:relative;
	width: 240px;
	float: left;
	}	
div#subhead-2 {
	position:relative;
	width: 520px;
	float: left;
	}
div#columns {
	width: 760px;
	background-image: url(assets/columns-bg01.GIF);
	background-repeat: repeat-y;
	overflow: auto;
	}
div#menu-1 {
	position:relative;
	margin: 0px 0 0 0;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 240px;
	font-size: .8em;
	text-align: center;
	}
div#content-1 {
	position:relative;
	float: right;
	display: inline;
	width: 520px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	}
div#content-2 {
	position:relative;
	float: right;
	display: inline;
	width: 520px;
	vertical-align: top;
	margin: 20px 0px 20px 0px;
	}
div#footer {
	width:760px;
	border-top:1px solid #ccc;
	}

						/* header styles */
#header h1 {
	text-align: center;
	}
#header h2 {
	margin: 20px 0 0 0;
	}		

									/* navigation */

div#menu-1 ul {
	width: 80px;
	margin: 20px auto;
	}
div#menu-1 li {
	background-color: #acacac;
	margin: 10px 0 0 0;
	list-style: none;
	}	
#menu-1 a {
	color: #fff;
	text-decoration: none;
	}
#menu-1 span a  {
	color: #fff;
	text-decoration: none;
	}	
#menu-1 a:hover {
	text-decoration: none;
	color: #000;
	}
#menu-1 a:visited {
	text-decoration: none;
	}
	
div#artsite {
	width: 120px;
	margin:5px auto;
	border-top: 1px solid #ccc;

}

						/* contextual elements */
	
#body-1 p.caption {
	font-size: .7em;
	margin: -10px 0px 0px 0px;
	}
#sponsor p{
	font-size: 1.1em;
	color: #ffef95;
	}
						/* images */

div#homepics img{
	margin: 0px 5px 0px 0px;
	border: 3px solid #000;
	}
#left-col img {
	margin: 0px 0px 2px 0px;
	}

						/* rules */
						
hr {
	height: 1px;
	color: #666;
	}
.rulebelow {
 	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
 	}
.rule-above-dots {
 	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px dotted #000;
 	}
.rule-left {
	border-left: 1px solid #666;
	padding-left: 20px
	}			

.underline {
	text-decoration: underline;
}						

