@charset "utf-8";

#header {
	height: 150px;
	width: 100%;
	margin: 0px auto;
	background:url(../images/head.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	background-color: #CC0000;
	color: #FFFFFF;
	padding-top: 15px;
}

th{text-align:left; background-color:#CC0000; color:#FFFFFF;}

#navigation{
	background-image:url(../images/nav.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	text-align:center;
	font-size: 14px;
	padding-top: 8px;
	color: #FFFFFF;
}

#navigation p {
	text-align:center;
}

#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
}
#navigation a:active {
	color: #CCCCCC;
}

body{
	font-family:Arial;
	font-size:12px;
	margin: 0px;
	text-align: center;
}

a {
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

#main{
	width:900px;
	margin:0px auto;
	text-align:center;
	background-color: #CC0000;
}

#main:after {
clear:both;
display:block;
height:0;
content:".";
font-size:0;
line-height:0;
visibility:hidden;
}

#holder{
	width:75%;
	margin:0px auto;
	float:left;
	padding: 5px;
}

#holder:after {
clear:both;
display:block;
height:0;
content:".";
font-size:0;
line-height:0;
visibility:hidden;
}

/*For IE7*/
*+html #main {
min-height:1px;
}

#left {
	width:15%;
	float:left;
	padding: 5px;
	text-align: left;
	color: #FFFFFF;
}

#left a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#left a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#left a:active {
	color: #FFFFFF;
	text-decoration: bold;
}

#content {
	width:83%;
	float:right;
	text-align: left;
	background-color: #FFFFFF;
}

#right {
	width:20%;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	border-color: #990000;
	background-color: #FFFFFF;
	float: right;
}

#foot{
	background-color:#FFFFFF;
	width:900px;
	text-align: right;
	color:#000000;
	padding-bottom: 10px;
	margin: 0px auto;
	font-size: 11px;
	margin-top: 10px;
}

hr{
	width:100%;
	background-color:#AB681F;
	color:#990000;
	border:0px;
	height:1px;
	clear:both;
	margin-top:5px;
}

img{
	border:0px;
}
