body {
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





#wrap-out {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/glow.png);
	background-repeat: no-repeat;
	background-position: center -70px;
}
#wrap-in {
	background-image: url(img/main.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
#header {
	width: 830px;
	height: 230px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.png);
}
#header h1 {
	font-family: "Trebuchet MS", Arial, serif;
	line-height: 1em;
	display: block;
	margin: 0px;
	padding-top: 185px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
#main {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 14px;
}
#menu {
	width: 210px;
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
	background-position: center -5px;
	height: 520px;
	padding-top: 20px;
	padding-left: 18px;
	float: left;
}
#menu form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.sa {
	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;
	color: #800000;
	margin-top: 7px;
	padding: 2px;
}
input {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
/*#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu ul li {
	line-height: 2em;
}
#menu ul li a {
	color: #780405;
	font-size: 12px;
}*/
#footer {
	font-size: 12px;
	text-align: center;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
a {
	color: #5D1B27;
}
#content {
	float: right;
	width: 590px;
	padding-right: 10px;
	padding-top: 20px;
}
#content h1 {
	color: #780405;
	margin: 0px;
	line-height: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, serif;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.75em;
	font-size: 12px;
	text-align: justify;
}
#login {
	clear: both;
	text-align: right;
	padding-right: 7px;
	padding-top: 3px;
}
#update {
	clear: both;
	text-align: right;
	padding-right: 7px;
	padding-top: 3px;
}
#login a {
	color: #FFFFFF;
	font-size: 12px;
}
form#login {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	border: 2px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}
/*MENU!!!!!!!*/
#menu {
	font-family: arial, sans-serif;
	width:210px;
	height:150px;
	position:relative;
	font-size:11px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 20px;
	padding-left: 18px;
}
#q {
	margin-bottom: 10px;
}

#menu ul li a, #menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#800000;
	width:104px;
	height:20px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	line-height:19px;
	font-size:11px;
}
#menu ul {
	padding:0;
	list-style-type: none;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	color: #FFFFFF;
}
#menu a {
	color: #800000;
}

#menu ul li ul {display: none;}

/* specific to non IE browsers */
#menu ul li:hover a {
	text-decoration: underline;
	background-image: url(img/menutrans.png);
}
#menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
#menu ul li:hover ul li a.hide {
	color:#800000;
}
#menu ul li:hover ul li:hover a.hide {width:150px;}
#menu ul li:hover ul li ul {display: none;}
#menu ul li:hover ul li a {
	display:block;
	color:#800000;
	width:150px;
}
#menu ul li:hover ul li a:hover {
	color:#800000;
}
#menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:151px;
	top:0;
	color:#800000;
}
#menu ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	color:#800000;
}
#menu ul li:hover ul li:hover ul li a:hover {
	text-decoration: underline;
}
#content h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #780405;
}
