/*Generic Template {{{white style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	min-height: 100%;
	height: auto;
	height: 100%;
	}	
	
body {
	background: #fff url(images/bottom_bg.jpg) bottom left no-repeat fixed;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 15px 0;
	}
	
.container {
	width: 946px;
	margin: 0 auto;
	}
		
.main_contain {
	width: 946px;
	margin: 0 auto;
	padding-bottom: 100px;
	}
	
.top_img {
	background: url(images/top_bg.jpg) top center no-repeat;
	display: block;
	height: 165px;
	width: 760px;
	margin: 0 auto;
	}
	
#header {	
	width: 760px;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	}
	
#header h1 {
	font-size: 40px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	padding-left: 10px;
	color: #000;
	margin: 0;
	}
	
h1 {
	font-size: 20px;
	}	
	
h2 {
	font-size: 16px;
	}
	
h3 {
	font-size: 14px;
	}	
	
h4 {
	font-size: 12px;
	}	
	
a {
	color: black;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: gray;
	}
	
.menu1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	padding-top: 10px;
	background: url(images/top_nav_03.gif) 0 0 no-repeat;
	}
	
.menu1 ul {
	width: 145px;
	text-align: center;
	background: url(images/footer_nav_09.gif) bottom left no-repeat;
	padding-bottom: 15px;
	}
		
.menu1 li {
	display: block;
	list-style-type: none;
	background: url(images/body_nav_07.gif) 0 0 no-repeat;
	}
	
.menu1 ul a {
	display: block;
	color: #000;
	font-size: 11px;
	padding: 5px 0;
	margin: 0 6px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}		
	
.menu1 ul a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
.menu1 ul a:active {
	font-weight: bold;
	}
	
/*-- end of menus --*/	
		
.main_content_wrap {
	position: relative;
	width: 946px;
	margin-top: 20px;
	}		
		
.content_wrap {
	width: 760px;
	margin-left: 150px;
	background: url(images/top_05.gif) 0 0 no-repeat;
	padding-top: 20px;
	position: relative;
	}		
		
.content {
	width: 760px;
	background: url(images/body_10.gif) 0 0 repeat-y;
	}		
	
.content_text {
	width: 720px;
	margin: 0 auto;
	}	
	
.content ul {
	padding-left: 15px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}
	
.content p {
	padding: 5px 0;
	}	
	
.footer {
	background: url(images/footer_13.gif) 0 0 no-repeat;
	color: #000;
	text-align: center;
	width: 760px;
	padding: 10px 0 7px 0;
	}	
	
	