body {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: #EDEDED;
	text-align: center;
	margin: 0px;
	}
input,select,textarea{
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
img{
	border:0px;
	margin:1px;
	vertical-align: middle;
}
#page {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	width: 800px;
	border: 1px solid #ddd;
	border-top: none;
	background:white;
}

#header {
	padding: 0;
	margin: 0;
	width:800px;
	height: 274px;
	background: url('../images/header_1.jpg') no-repeat;
	float:left;
	}
	
ul.menu {
	margin: 0;
	padding: 0;
	width:800px;
	height: 26px;
	left: 20px;
	background: url('../images/header_2.jpg') no-repeat;
	float:left;
}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: white;
	color: black !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}
.info{
	height:30px;
	width: 770px;
	padding:10px 10px 0 20px;
	border-bottom:1px dashed orange;
	text-align:justify;
	float:left;
}
.info a:link{
	color:#000000;
	text-decoration:none;
}
.info a:visited{
	color:#000000;
	text-decoration:none;
}
.info a:hover{
	color:red;
	text-decoration:underline;
}
.title{
	height:25px;
	width: 770px;
	padding:6px 10px 0 20px;
	text-align:justify;
	background:#f0f0f0;
	border-bottom:1px dashed #000000;
	float:left;
}
.title a:link{
	font-size:90%;
	color:#000000;
	text-decoration:none;
}
.title a:visited{
	font-size:90%;
	color:#000000;
	text-decoration:none;
}
.title a:hover{
	font-size:90%;
	color:#000000;
	text-decoration:underline;
}
.msg {
	float:left;
	width:770px;
	text-align:justify;
	padding:10px 10px 0 20px;
}
.extra{
	width:770px;
	border-bottom:1px dashed #000000;
	font-size:90%;
	text-align:right;
	height:20px;
	padding:3px 10px 0 20px;
	float:left;
}
.extra a:link{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}
.extra a:visited{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}
.extra a:hover{
	font-size:9pt;
	color:#000000;
	text-decoration:underline;
}
.nav{
	border-bottom:1px dashed #000000;
	text-align:right;
	height:20px;
	width: 770px;
	padding:3px 10px 0 20px;
	float:left;
}
.nav a:link{
	color:#000000;
	text-decoration:none;
}
.nav a:visited{
	color:#000000;
	text-decoration:none;
}
.nav a:hover{
	color:red;
	text-decoration:underline;
}
