@charset "UTF-8";
/* CSS Document */

#container {
	width: 780px;
	height: 680px;
	border: 0px;
	margin: auto;
	background: url(../images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 23px;
	color: #444;
	font-size: 18px;
}

.boxtop {
height: 13px;
background: url(../images/box-top-middle.gif);
margin-top: 10px;
}

#top {
width: 826px;
margin: auto;
}

a:link {
	text-decoration: none;
	color: #3366CC;
	
}
a:visited {
	text-decoration: none;
	color: #3366CC;
	
}
a:hover {
	text-decoration: none;
	color: #EE0000
}

a:active {
	color: #EE0000;
}

.boxbottom{
height: 15px;
background: url(../images/box-bottom-middle.gif);
}

#bottom {
	width: 826px;
	margin: auto
}

#footer{
	font-size: 12px;
	
}
.boxtopleft {
z-index: 999;
float: left;
}

.boxtopright {
z-index: 999;
float: right;
}

.boxbottomleft {
float: left;
z-index: 999;
}

.boxbottomright {
float: right;
z-index: 999;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
}
.style2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 35px;
}
