html, body, img {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #932700 url("../images/html_bg.jpg") 0 0 repeat;
}

h1 {
	margin: 22px 0 0 0;
	font: bold 20px Arial;
	color: #d0151c;
	letter-spacing: 1px;
	border-bottom: 1px solid #d0151c;
}

#maincontainer {
	margin: 15px auto;
	width: 824px;
}

#topcontainer {
	width: 824px;
}

#logo {
	width: 824px;
	height: 131px;
	background: url("../images/logo_bg.png") 0 0 no-repeat;
}

#menu {	
	width: 824px;
	height: 65px;
	background: url("../images/menu_bg.png") 0 0 no-repeat;
	text-align: center;
}

#nav {
	padding: 21px 0 0 0;
}

#nav a {
	font: bold 16px Arial;
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #d0151c;
}

#header {
	width: 824px;
	height: 202px;
	background: url("../images/header_bg.png") 0 0 repeat-y;
}

#collage {
	width: 784px;
	height: 202px;
	margin: 0 0 0 20px;
	background: url("../images/collage_bg.jpg") 0 0 no-repeat;
}

#leftandright {
	position: relative;
	float: left;
	width: 824px;
	margin: 0;
	padding: 0 0 25px 0;
	background: url("../images/leftandright_bg.png") 0 0 repeat-y;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 248px;
	background: url("../images/leftcontainer_bg.gif") right 0 no-repeat;

	font: normal 12px/18px Arial;
	color: #000000;
	text-align: justify;
}

#leftcontainer-content {
	padding: 0 20px 0 40px;
}

#leftcontainer-content a {
	color: #000080;
}

#leftcontainer-content a:hover {
	text-decoration: none;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 576px;
	background: url("../images/rightcontainer_bg.gif") 0 0 no-repeat;

	font: normal 12px/18px Arial;
	color: #4b4b4b;
	text-align: justify;
}

#rightcontainer-content {
	padding: 0 40px 0 20px;
}

#rightcontainer-content a {
	color: #d0151c;
}

#rightcontainer-content a:hover {
	text-decoration: none;
}

#rightcontainer-content img {
	padding: 1px;
	border: 2px solid #d0151c;
}

#bottomcontainer {
	position: relative;
	float: left;
	width: 824px;
	height: 75px;
	background: url("../images/bottomcontainer_bg.png") 0 0 no-repeat;
}

#bottomcontainer-content {
	margin: 10px 0 0 0;

	font: normal 12px/20px Arial;
	color: #878787;
	text-align: center;
}

#bottomcontainer-content a {
	color: #d0151c;
}

#bottomcontainer-content a:hover {
	text-decoration: none;
}
