@charset "utf-8";
/* CSS Document */
body {
	background: #603;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	background-image: url(../images/title.png);
	z-index: 20;
	height: 105px;
	width: 980px;
	position: absolute;
	background-repeat: no-repeat;
	top: 21px;
}
#main_container {
	padding: 10px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F7F7E3;
}

/*Sidebar layout*/
#sidebar {
	float: left;
/*	height: 659px;*/
	width: 205px;
	padding-top: 50px;
}
.sideMid ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	display: inline;
	text-indent: 10px;
}
.sideTop {
	background-color: #F7F7E3;
	background: url(images/side_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 205px;
	vertical-align:top;
}
.sideMid {
	background-color: #F7F7E3;
	background-image: url(images/side_mid.png);
	background-repeat: repeat-y;
	height: 435px;
	width: 205px;
	vertical-align:top;
	line-height: 30px;
}
.sideBtm {
	background-image: url(images/side_btm.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 205px;
	background-repeat: no-repeat;
	vertical-align:top;
}

/*Main Content Layout*/
#mainContent {
	float: right;
	height: auto;
	width: 800px;
	padding-right: 30px;
	padding-top: 50px;
}
.mainTop {
	background-color: #F7F7E3;
	background: url(images/main_top.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 795px;
}
.mainMid {
	background-color: #F7F7E3;
	background-image: url(images/main_mid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 795px;
}
.mainBtm {
	background-color: #F7F7E3;
	background-image: url(images/main_btm.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 795px;
	background-repeat: no-repeat;
}

/*Basic Page Elements*/
h1 {
	font-style: italic;
	color: #603;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#sidebar a:link {
	color: #000;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #000;
}
#sidebar a:hover {
	text-decoration: none;
	color: #603;
}
#sidebar a:active {
	text-decoration: none;
	color: #000;
}
a img {
    border: 0px;
}

