@charset "utf-8";
/* Leif Robertson 2008 */


/*-------- General styles --------*/


* {
	padding:0;
	margin: 0;
}
	
body {
	background:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
	
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header{
	background:url(../images/top.jpg) no-repeat;
	height:206px;
}


#clear {
	clear:both;
}

A:link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:active{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:hover{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

p{
	line-height:150%;
	margin-bottom:10px;
}

.hide{
	visibility:hidden;
}

img{
	border:none;
}



/*-----------------------------------------------------------------*/


#content{
	background:url(../images/contentBG.jpg) repeat-y;
}

#content h1{
	text-align:center;
	padding:10px 0 20px 0;
}

#content h2{
	text-align:left;
	padding:10px 0 20px 0;
	margin-left:200px;
}


.left{
	float:left;
}

.right{
	float:right;
}


/* -------------------- footer styles -------------------------------- */

#footer {
	background: url(../images/footer.jpg) no-repeat;
	color: #000;
	height:103px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;	
}
	
#footer a{
	color: #393434;
	text-decoration: none;
}
	
#footer a:hover{
	color: #000;
	text-decoration: none;
}
	
#footer p{
	text-align:center;
	font-weight:bold;
	padding-top:10px;
}


