						/* Global */
*  { 
	margin: 0; padding: 0;
	}

body {
	background: #fff; 
	color: #8a8a8a;
	font: normal 80%/150% verdana,ariel,san-serif;
	text-align: center;
	}	

.clearfloats {
	clear: both;
	}

						/* Aslett clearing method  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */

						/* end of Aslett clearing method */

						/* wrap all */	
						
div#wrap-all {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
	margin-top: 20px;
	}


							/* elements */
a {
	text-decoration: underline;
	color: #8a8a8a;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
p {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	color: #8a8a8a;
	text-align: left;
	}				
h1 {
	margin: 20px 0px 5px 0px;
	font-size: 1em;
	letter-spacing: 2px;
	color: #8a8a8a;
	text-align: center;
	}
h2 {
	margin: 15px 0px 15px 0px;
	font-size: 1em;
	color: #fff;
	text-align: center;
	background-color: #8a8a8a;
	}

h3 {
	margin: 20px 0px 10px 0px;
	line-height: 120%;
	font-size: 1em;
	color: #8a8a8a;
	text-align: left;
	}
  
h4 {
	margin: 0px 0px 5px 0px;
	font-size: .9em;
	font-weight: normal;
	color: #8a8a8a;
	text-align: right;
	}
	
h5 {
	margin: 5px 0px 0px 35px;
	font-size: 1em;
	color: #fff;
	background-color: #ADADAD;
	padding: 1px 10px 1px 5px;
	text-align: right;
}

						/* containers */
						

div#content-1 {
	width: 100%;
	vertical-align: top;
	}
div#content-1 p{
	text-align: center;
}

div#content-2 {
	width: 100%;
	vertical-align: top;
	margin: 10px 0px 0px 0px;
	}
	
									/* menu-1 */
 
div#menu-1{
	margin: 0px 0 30px 0;
	padding: 0px 0px 10px 0px;
	width: 100%;
	font-size: .8em;
	border-bottom: 1px solid #ccc;
	}

div#menu-1 a {
	color: #8a8a8a;
	background-color: #fff;	
	text-decoration: none;
	margin: 2px 5px
	}
	
div#menu-1 a:hover {
	text-decoration: none;
	background-color: #ccc;
	}
	
div#menu-1 a:visited {
	text-decoration: none;
	color: #8a8a8a;
	}
						/* images */

div#content-2 img{
	margin: 0px 15px 15px 0px;
	}

						/* rules */
						
hr {
	height: 1px;
	color: #666;
	}

.rulebelow {
 	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #8a8a8a;
 }
 
.rule-above-dots {
 	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px dotted #8a8a8a;
 	}
	
.rule-left {
	border-left: 1px solid #8a8a8a;
	padding-left: 20px
}			

						/* special classes */
.margin-left100 {
	margin-left: 100px;
	}

.center {
	text-align: cneter;
	margin: auto;
	}
				
.float-left {
	float: left;
	}
	

