body
{
	font-family: sans-serif;
	margin: auto;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
	font-size: 0.8em;
	color: #9CAA9D;
}

#band
{
	position: absolute;
	top: 105px;
	width: 100%;
	height: 200px;
	background-image: url("../images/band.jpg");
	background-repeat: repeat-x;
}

#mainlayout
{
	position: relative;
	width: 800px;
	margin: auto;
}

#header
{
	position: relative;
	width: 800px;
	height: 120px;
}

#logo
{
	position: absolute;
	left: 10px;
}

#menu
{
	position: absolute;
	top: 20px;
	right: 80px;
}

#menu a
{
	padding-left: 10px;
	padding-right: 10px;
}

#image
{
	position: relative;
	width: 950px;
	height: 180px;
}

#content
{
	position: relative;
	width: 760px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#side
{
	position: absolute;
	top: -10px;
	left: 20px;
	width: 200px;
	height: 500px;
	background-image: url("../images/test.jpg");
	background-repeat: no-repeat;
	padding-top: 20px;
	display: none;
}

#side table
{
	margin-left: 10px;
	margin-top: 10px;
}

#side td
{
	padding: 5px;
}

#footer
{
	position: relative;
	width: 800px;
	text-align: center;
	color: #9CAA9D;
}

#footer p
{
	text-align: center;
}

#footer a
{
	padding-left: 10px;
	padding-right: 10px;
}

hr
{
	color: #9CAA9D;
	background-color: #9CAA9D;
	width: 80%;
	margin-top: 20px;
	border: none;
	height: 1px;
}

h1
{
	font-weight: normal;
	font-size: 2em;
	color: #EE1C25;
}

h2
{
	font-weight: bold;
	font-size: 1.2em;
	color: #EE1C25;
}

a
{
	color: #9CAA9D;
	text-decoration: none;
}

a:hover
{
	color: #EE1C25;
}

.name
{
	font-size: 1.4em;
	font-weight: bold;
}

.title
{
	font-size: 1.2em;
}

td
{
	padding: 20px;
	vertical-align: top;
}

p
{
	text-align: justify;
}
