@charset "utf-8";
@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-color: #060807;
}
.page {
	height: auto;
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 428px;
}


.clear {
	clear: both;
	display: block;
}
.main_top_col {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 974px;
}
.main_middle_col {
	background-image: url(images/main_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 974px;
}
.main_middle_col_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	;
	;
	;
	;
	font-size: 13px;
	line-height: 2em;
	color: #000;
	text-align: justify;
}
.main_bottom_col {
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
	width: 974px;
}
.address {
	outline:none;
	font-size:18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-family: Verdana, Geneva, sans-serif;
}

