@charset "UTF-8";
/* CSS Document */


/* NORMALIZE HTML */

body, div,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;}
	
ol, ul {
	list-style: none;}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;}
	
table {
	border-collapse: collapse;
	border-spacing: 0;}
	
fieldset, img {
	border: 0;
	padding: 0;
	margin: 0;}
	
caption, th {
	text-align: left;}
	
q:before, q:after {
	content: '';}
	
	
	
/* POSITIONING & BACKGROUND */

body {
	background-image: url(../img/bkg.png); 
	background-position: top;
	background-repeat: repeat-x;}
	
div#wrap {
	width: 877px;
	margin: auto;
	margin-top: 22px;
	background-image: url(../img/content_bkg.png);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0 58px;}
	
div#content {
	width: 761px;
	margin: auto;
	padding: 8px;}
	
div#header {
	width: 741px;}
	
div#main_nav {
	width: 741px;
	height: 51px;
	display: inline;}
	
div#main_nav a img {
	padding: 4px 0 16px 0;}
	
div#sub_nav {
	width: 741px;
	height: 26px;
	display: inline;}
	
div#main_content {
	width: 741px;}
		
div#text {
	padding: 0 174px;}
	
div#footer {
	width: 741px;}
	
div#add_nav {
	width: 741px;
	height: 20px;
	display: inline;}
	
td {
	padding: 5px;
	vertical-align: top;}
	
div#footer div#line {
	background-image: url(../img/footer_div.png);
	background-repeat: repeat-x;
	margin-top: 8px;
	width: 738px;
	height: 8px;}
		
div#footer p {
	padding: 8px 0 4px 0;}
	
#last {
	padding-left: 58px;}
	
	
	
/* TYPE */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;}
	
div#text {
	text-align: justify;
	line-height: 140%;}
	
div#text span {
	text-transform: uppercase;}
	
div#footer {
	font-size: 10px;
	text-align: center;}