* {
	margin:0;
	padding:0;
	}
body {
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 0;
}

  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }
  .page_margins { min-width: 1100px; max-width: 1100px; }
  .page { padding: 0px; }


.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {
	background-color:#FFFFFF;
}

#main_wrapper {
	margin: 0px auto;
	padding: 160px 0px 0px 152px;
	width: 768px;
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	text-align: left;
}


/** begin: INSIDE **/

#flash {
	float: right;
	height: 294px;
	width: 393px;
	margin-top: -131px;
	margin-right: 60px;
}

#header {
	background: url(../images/home_01.jpg) no-repeat left top;
	width: 900px;
	height: 89px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content{
	float: left;
	margin: 168px 0px 0px 252px;
	text-align: left;
	padding: 0px;
	width: 670px;
}


/** begin: NAVBAR **/

#navbar{
	background: url(../images/home_02.jpg) no-repeat left top;
	height: 27px;
	width: 678px;
	text-align: left;
	clear: left;
	float: left;
	padding-left: 222px;
}
.navbar{
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #0000FF;
}

/** begin: HEADLINES **/

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	color: #371d3b;
}

h1{
	font-size: 16px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}
h2{
}
h3{
}
h4{
}


/** begin: FOOTER **/

#footer{
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 3px;
	height: 14px;
	width: 897px;
	clear: left;
	text-align: right;
}
.footer{
	line-height: 12px;
	color: #ffe6c8;
	font-size: 10px;
}
.footer a:link {color: #ffe6c8; text-decoration: none;}
.footer a:visited {color: #ffe6c8; text-decoration: none;}
.footer a:hover {color: #9c0105; text-decoration: none;}
.footer a:active {color: #9c0105; text-decoration: none;}



/** begin: GENERAL **/

p{
	padding-bottom: 5px;
}
ul{
	line-height: 13px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
li{
	line-height: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

a:link {
	color: #294378;
	text-decoration: none;
}
a:visited {
	color: #294378;
	text-decoration: none;
}
a:hover {color: #294378; text-decoration: none;}
a:active {color: #294378; text-decoration: none;}

.clear{
	clear: both;
}

/** begin: PICS **/

.pics_left{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pics_right{
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


