@charset "utf-8";
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


body {
	margin: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.page {
	height: auto;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 126px;
	width: 804px;
}
.logo {
	height: 86px;
	width: 294px;
	padding-left: 25px;
	padding-top: 22px;
}



.clear {
	clear: both;
	display: block;
}
.main {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 804px;
}
.main_left_col {
	float: left;
	height: auto;
	width: 179px;
	margin-left: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.main_right_col {
	float: right;
	height: auto;
	width: 545px;
	margin-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.left_nav {
	margin: 0px;
	list-style-type: none;
}
.left_nav li {
	margin-bottom: 7px;
}
