@charset "UTF-8";
/* CSS Document */



/*--------------------generalRules--------------------*/

* {
	margin: 0;
	}
	
html, body  {
	height: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}

img {
	border: 0;
	}
	
.hide, hr {
	display: none;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
	
	
/*--------------------typography--------------------*/
	
p {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	margin: 0 0 10px;
	}
	
.strong {
	font-weight: bold;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 10px 0;
	line-height: 24px;
	}
	
h1 .strong {
	font-weight: bold;
	}

	
	
/*--------------------layout--------------------*/
	
#bg_wrapper {
	background: url(images/wrapper_bg.gif) repeat-y;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	}
	
#bg_wrapper_top {
	background: url(images/bg_top.gif) no-repeat;
	width: 800px;
	height: 300px;
	position: relative;
	}



/*--------------------header--------------------*/

#header {
	width: 780px;
	height: 115px;
	margin: 0 10px;
	position: relative;
	}
	
#header_border {
	display: none;
	}
	


/*--------------------flash--------------------*/

#flash_wrapper {
	display: none;
	}
	
#flash_header {
	display: none;
	}



/*--------------------content--------------------*/
	

#content {
	width: 660px;
	margin: 30px 70px 0 70px;
	position: relative;
	}
	
#content .title {
	border-bottom: solid #000 2px;
	padding-bottom: 8px;
	}
	


/*--------------------footer--------------------*/
	

#footer {
	width: 660px;
	height: 120px;
	margin: 40px 70px 30px 70px;
	position: relative;
	}
	
	
#footer_details {
	display: block;
	border-top: solid #000 2px;
	padding-top: 8px;
	margin-bottom: 5px;
	position: relative;
	}

#footer_info .copy {
	display: none;
	}
	
#footer_info .credit {
	display: none;
	}
	
#footer_info a {
	color: #783c0f;
	text-decoration: none;
	}
	
#footer_info a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	



