@charset "utf-8";
/* CSS Document */

body {
	min-width: 1100px;
 	padding: 0;
	margin: 0 auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Sans-Serif;
	background: #c8c8c3;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

a {
	text-decoration: none;
	border: none;
}

a img {
	border: none;
}

#bgtop {
	overflow: visible;
	background: url('top.png') repeat-x;
}

#page {
	overflow: visible;
	padding: 0;
	padding-top: 20px;
	margin: 0 auto;
	width: 1100;
	text-align: center;
}

#header 	{
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: url('title.png') center no-repeat;
	height: 188px;
	width: 1000px;
	border: none;
}

#wide {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	background: #b7b7b2;
	width: 1000px;
	border: none;
}

#links {
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0;
	margin: 0 auto;
	font-size: 9px;
	font-family: 'Verdana', Sans-Serif;
	color: #c6eff0;
	text-align: center;
	text-decoration: none;
}

#links a {
	color: #adeff0;
}

#links a:hover {
	color: #8df3f4;
}

#links a:active {
	color: #354444;
}

#info {
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	font-size: 12px;
	font-family: 'Verdana', Sans-Serif;
	color: #33322D;
	text-align: left;
	text-decoration: none;
	width: 240px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	background-color: #a7a7a2;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: white;
}

#info a {
	color: #A5232A;
	border: none;
}

#info a:hover {
	color: #AD3333;
}

#info a:active {
	color: #7A3D31;
}

#infowide {
	overflow: hidden;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	font-size: 12px;
	font-family: 'Verdana', Sans-Serif;
	color: #33322D;
	text-align: left;
	text-decoration: none;
	width: 990px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	background-color: #a7a7a2;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: white;
}

#infowide a {
	color: #A5232A;
	border: none;
}

#infowide a:hover {
	color: #AD3333;
}

#infowide a:active {
	color: #7A3D31;
}

#footer {
	clear: both;
	padding: 0;
	padding-top: 10px;
	margin: 0 auto;
	background: url('foot.png') no-repeat;
	height: 50px;
	width: 1000px;
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}