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

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #f7f7f7;
	color: #525252;
	margin: 0;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

#header {
	background: url(../images/header.gif) no-repeat top center;
	height: 120px;
}

#left {
	background: url(../images/body.gif) repeat-y left top;
	height: 400px;
	margin-top: -14px;
	padding-left: 5px;
}

#content {
	background: url(../images/body.gif) repeat-y top center;
	height: 100%;
	width: 100%;
}

#right {
	background: url(../images/body.gif) repeat-y right top;
	height: 400px;
}

#footer {
	background: url(../images/footer.gif) no-repeat top center;
	color: #ffffff;
	width: 780px;
	height: 60px;
	margin: 0 auto;
	padding-top: 60px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.box {
	clear: both;
}