*{
	margin:0;
	padding:0;
}

#global{
	width:854px;
	margin:0 auto;
	text-align:left;
	color:#144466;
}

body{
	text-align:center;
}

#header{
	height:164px;
	background:url("images/header.png") no-repeat;
	margin-bottom:40px;
	margin-top:20px;
}

#header_title{
	float:left;
	margin:35px 0 0 50px;
}

#header_title a, #header_links a{
	font-size:80px;
	text-decoration:none;
	color:#FFF;
}

#header_links{
	float:right;
	margin:92px 35px 0 0;
}

#header_links a{
	font-size:18px;
	margin-right:20px;
}

#header_links img{
	border:none;
}

#content_top{
	height:45px;
	background:url("images/content_top.png") no-repeat;
}

#content_content{
	background:url("images/content_content.png") repeat-y;
	padding:0 40px;
}

a:link{

	color: #515F67;
	text-decoration: none;

}

a:visited{

	color: #515F67;
	text-decoration: none;

}

a:active{

	color: #6F6B90;
	text-decoration: none;

}

a:hover{

	color: #6F6B90;
	text-decoration: none;

}

#content_bottom{
	height:40px;
	background:url("images/content_bottom.png") no-repeat;
	margin-bottom:40px;
}

#footer{
	width:854px;
	height:54px;
	background:url("images/footer.png") no-repeat;
	padding:15px 0;
	clear:both;
	text-align:center;
}

.form p{
	width:700px;
}

.form label{
	width:150px;
	height:25px;
	float:left;
}