html, body{
	margin:0;
	padding:0;
	
}


img a{ border:none; outline:none;}
img{ border:none; outline:none;}
a{ border:none; outline:none;}



body {
	font: 11px/1.3em Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	background: url(/images/bg-image.jpg) no-repeat center top #0E272F;
	
}

.wrapper{
	width:1200px;
	margin:0 auto;
	min-height:1150px;
	height:auto !important;/*this is added to fix min-height in IE6*/
    height:1150px;/* (and this too) this is added to fix min-height in IE6*/
	
	background: url(/images/bg_dock_plate2.png) repeat-y;
	
}

.header{
	width:1069px;
	height:419px;
	margin:0 auto;
	z-index:2;
	position:relative;
}

.content-wrapper{
	position:relative;
	left:249px;
	z-index:1;
	width:795px;
}


.content{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	padding:0 30px;
	min-height:300px;
	height:auto !important;/*this is added to fix min-height in IE6*/
    height:300px;/* (and this too) this is added to fix min-height in IE6*/
	background:url(/images/bg-content-plate-repeat.jpg) repeat-y;
}

.content h2{
	font-size:18px;
	color:#430e0c;
	font-weight:bold;
}

.content h3{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}


.content-bottom{/*hold the white boxes below content*/
	background:url(/images/bg-bottom-content-plate3.png) no-repeat;
	width:735px;
	height:163px;
	padding:0 30px;
	font-size:10px;
}

.bottom_box{ /*white boxes below content*/
	width:100%;
	
}

.left_white{
	background:url(/images/left_whitebox.png) no-repeat;
	width:440px;
	height:134px;
	float:left;
}

.right_white{
	background:url(/images/right_whitebox.png) no-repeat;
	width:294px;
	height:134px;
	float:right;
}



.footer{
	width:795px;
	height:247px;
	background:url(/images/bg-footer2.png);
	position:relative;
	left:249px;
	color:#000000;
	font-size:10px;
}

.footer-content{
	padding:30px 20px 0 20px;
}

.footer_links{
	color:#430e0c;
	font-size:11px;
}

.footer a{
	color:#430e0c;
}

.footer a:hover{
	text-decoration: underline;
}

.elerts{
	padding:60px 0 0 0;
}


/* default link styles*/		
a{
	color:#430e0c;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.content { background-color:#FFF;}