/*---------
Regina Police Service Half Marathon 2008 
Design/development by the Regina Police Service
www.reginapolice.ca --------------*/

*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url("../images/bg.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#693;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	text-align: center;
	min-width:780px;
}


#wrapper{
	text-align: left;
	width:780px;
	margin: auto;
	background-color:#fff;
}

#header{
	width:780px;
	height:215px;
	background-image:url("../images/header.gif");
	
}

#nav{
	width:780px;
	height:78px;
	background-image:url("../images/nav_bg.jpg");
	font-size: 1.2em;
	color: #000;
	text-align: center;
	padding-top: 13px;
	}
	
	#nav a{
	color: #fff;
	font-weight: bold;
}
	#nav a:hover{color:#000}


#columnleft{
	background-image:url("../images/side_left.jpg");
	float: right;
	width: 200px;
	margin:20px 20px 10px 0;
	text-align: center;
	
	
	}
	#columnleft p{
	color: #fff;
	font-size:11px;
	text-align: center;
		}
		
			#columnleft p a:link {
			color: #fff;
			font-size:12px;
			text-align: center;
			font-weight:bold;

		}
		
			#columnleft p a:hover {
			color: #030;
			font-size:12px;
			text-align: center;
			font-weight:bold;

		}
	
	#columnleft h1{
	color: #666;
	font-size:1em;
	text-align: center;
		}
		

#content{
	float:left;
	background: #fff; 
	width:530px;	
}


	
	#content p{
		padding:5px 10px 10px 10px;
		line-height: 20px;
	}
	
	#content h1{
		padding: 0 0 0 10px;
		font-size: 1.8em;
		color:#000;
	}

	#content h2{
	padding: 0 0 0 10px;
	font-size: 1.3em;
	color:#000;
	
	}

	#content h3{
	padding: 0 0 0 10px;
	font-size: 1em;
	color:#666;
	
	}
	
	#content h4{
	padding: 0 0 0 10px;
	font-size: 2em;
	color:#900;
	
	}
	
	#content h5{
	font-size: 2.0em;
	color: #090;
	padding: 0 0 0 10px;
	
}




#footer{
	width:780px;
	height:30px;
	background-image:url("../images/footer_bg.jpg");
	text-align:center;
	color:#333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
}
	#footer a{
	color:#fff;
		}
	#footer a:hover{
		color: #333;
		}	

#clearer{
	clear:both;
	height:0;
	font:0px;
	line-height:0;
}

/* --------------------------Misc--------------------------------------------*/
img.floatLeft { 
	float: left; 
	margin: 8px;

}
img.floatRight {
	float: right;
	margin: 50px;
}
img.floatNone {
	border:.1em solid #333;
	float: none;
	margin: 4px;
}
li{
	padding-left:1px;
}
ul{
	padding-left:30px;
}
/*------------------------------Typography --------------------------------------*/

a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

.subheading{
	font:bolder 22px Arial, Helvetica, sans-serif;
	color: #600;
	text-transform:uppercase;
}

.subheadingsmall {

	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.small_text {
	font:9px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
}



