﻿body {
	background-color:#fff;
	color:#fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px;
	padding: 0px;
	/*background-image: url(images/bg.gif);
	background-repeat: no-repeat;*/

	
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 610px;
	vertical-align: top;
	/*float:left;*/
	
}
a{
	font-size:12px;
	color: red;
	
}
p{
	margin: 15px 0px;
}

/********************** Header **************************
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:780px;
	height:187px;
	position:relative;
}
#header ul{
	
	width:500px;
	display:block;
	top:34px;
	left:230px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:23px;
	padding:0px 0px 0px 0px;
	text-align:center;
	
}
#header li{
	display:block;	
	text-align:left;
	line-height: 2em;	

}
#header ul a{
	text-decoration:none;
	color:white;
	margin: 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#7B7C80;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:40px;
	left:229px;
	width:230px;
	position:absolute;
	color: #BE2036;
	font-weight: bold;
	font-size: 26px;
	
}
#header_text p{
	font-size: 18px;
	color:#000000;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}*/
/********************** Content ***************************/
#content {
	/***background-image:url(images/content_bg.gif);****/
	width:780px;
	background-color: white;
	height:100%;
}
img{
	border-width:0px;
}
h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
	
}

h2{
	color:#3F71E7;
	font-size:18px;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
}
h3{
	
	text-align:center;
	
	
	
}





/********************** Footer ***************************/
#footerline {
clear:both;
/***background-image:url(images/footer_bg.gif);***/
font-size:1px;
height:10px;
}
#footer {
	width:780px;
	text-align:center;
	padding: 20px 0px;
	color: #000000;
	background-color: white;
}

