* {
	margin:0px;
}

body {
	background-color: #879BA5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #879BA5;
}

#body_wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

#wrapper_bg {
	width:683px;
	background-color:#BDC8CE;
	height:808px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	background-color:#F1F3F3;
	margin-left:auto;
	margin-right:auto;
	top:40px;
	width:667px;
	height:700px;
	position:relative;
}

#top_border {
	width:667px;
	height:35px;
	background-image:url(images/border_top.gif);
	text-align:center;
}

#header {
	width:667px;
	height:78px;
	background-image:url(images/head_bg.gif);
}

#content {
	width:547px;
	height:547px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-x;
	padding:20px 60px;
	text-align:justify;
}

div#content p {
	padding:5px 25px;
}

div#content p span,
div#content ul span{
	color:#999;
	font-weight:bold;
}

div#content ul {
	color:#6D8892;
	padding:5px 35px;
}

div#content ul li {
	padding:5px 0;
}

#logo {
	width:240px;
	height:78px;
	float:left;
}

div#logo img {
	margin-left:20px;
	margin-top:15px;
}

#nav {
	width:340px;
	height:41px;
	top:37px;
	float:right;
	position:relative;
}

div#nav img {
	margin:0 2px;
}

#border_bottom {
	width:667px;
	height:35px;
	background-image:url(images/border_down.gif);
}

#mail_login {
	color:#FFF;
}