@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;
         }

a, a:active, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF; 
	text-decoration: underline;	
}
body {
	background-color: #72B6BF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page {
	height: auto;
	width: 1144px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

#header {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


.clear {
	clear: both;
	display: block;
}


#main {
	width: 1144px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	text-align: justify;
}
#babe {
	background-image: url(images/babe.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 740px;
	width: 326px;
	min-height: 740px;
	position: relative;
	z-index: 1000;
	margin-right: -9px;
}
#main_top {
	background-image: url(images/main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 88px;
	width: 818px;
}

#main_middle {
	background-image: url(images/main_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 818px;
}

#main_bottom {
	background-image: url(images/main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 88px;
	width: 818px;
}


#content {
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	float:left;
	position: relative;
	z-index: 1;
}
#nav {
	float: left;
	width: 223px;
}
#content_main {
	float: right;
	width: 520px;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	position: relative;
}


h1 {
	color: #285359;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 2em;
}
.img_left_margin {
	margin-left: 15px;
}

.img_right_margin {
	margin-right: 15px;
}

