BODY
{
	background-color: #4728cc;
	margin: 5px;
	padding: 0;
	text-align: center;
}
#page
{
	margin: auto;
	width: 800px;
	height: 750px;
	padding: 0;
	background-image: url("images/back_blue.jpg");
	background-repeat:no-repeat ;
	color: black;
	font-family: Sylfaen;
}
#page2
{
	margin: 0 50 0 50;
	position:relative;
	height: 670px;
	top:20px;
}
#title
{
	padding:0;
	width: 700px;
	height: 100px;
}
.navbar1
{
	font-size: 18px;
	position: relative;
	text-align: right;
	display:block;
	width: 100%;
	right: 5px;
}
.navbar1 a
{
	text-decoration: none;
	color: black;
}
.navbar1 a:hover
{
	text-decoration: underline;
}
#navbar_hor
{
	left:17px;
	position: relative;
	margin-top: 18px;
	padding:0;
	width: 100%;
	height: 40px;
}
#maincontent
{
	margin-top: 15px;
	position:relative;
	width: 700px;
	height: 440px;
}
 #left_content
{
	width: 180px;
	height: 440px;
	float: left;
	margin-left:7px;
}
#center_content
{
	position:relative;
	float: right;
	left: -10px;
	width: 470px;
	height: 440px;
	overflow: auto;

}
#footer
{
	position: relative;
	top: 10px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	float: left;
}
#footer a
{
	color: #ef7226;
}
#footer a:hover
{
	color: black;
}
form
{
	margin: 0;
	padding: 0;
}
.link
{
	margin: 0 2 0 15;
	float: left;
	display: block;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
}
.link h2
{
	color: White;
}

.link a
{
	text-decoration: none;

	color: black;
}
.link a:hover
{
	text-decoration: underline;
}
