body {
	background-color: #1A1363;
	font: 80% Arial, geneva, helvetica, sans-serif;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #1A1363; 
        height: 595px;
}
#header {

	height: 135px;
}
#header img {
	float: left;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 50px 0px 0px 317px;
}
#header li {
	float: left;
	padding-right: 1em;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: 0.95em Tahoma, Arial, geneva, sans-serif;
}


#content {
	float: right;
	width: 539px;
	padding: 0px 10px;
	background: #fff;
        height: auto;

}
#left {
	background: #BAD5B6;
	width: 196px;
	padding-top: 0px;
	padding-bottom: 30px;

	margin: 0px;
	background-image: url(../images/boxers_02.jpg); 
	background-repeat: no-repeat;
	color: #1A1363;
	float: left;
        height: 100%;
}
#right {
	float: right;
	width: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px;
	background-image: url(../images/boxers_05.jpg); 
	background-repeat: no-repeat;
        height: 100%;
}
#left ul {
	list-style: none;
}
#left ul a:link, #left ul a:visited {
	color: #2b666a;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#footer {
	background: #1A1363
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 0.9em;
	height: 30px;
	padding: 5px;
}