/* CSS Document */


body {
	background-color:#FFFFFF;
	min-height:588px;
}


ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}


li {
	background-image:url(../img/bullet.png);
	background-position:0 1em;
	background-repeat:no-repeat;
	padding:20px 0 0 25px;
}


p {
	padding-left:20px;
	padding-right:20px;
	font:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:14px;
}

.red {
	color:#A91E22;
}

/* Header */


#header {
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	width:1003px;
	height:374px;
	position:relative;
    margin-left:auto;
    margin-right:auto;
}


/* Main */


#main {
	width:1001px;
	position:absolute;
	z-index:2;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:200px;
	height:67px;
	font:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:14px;
}


#main a {
	color:#000000;
	text-decoration:underline;
}


#links {
	position:absolute;
	left:0px;
	top:-58px;
	width:315px;
	height:335px;
	z-index:2;
	padding-left:65px;
	font-size:16px;
}


#title {
	position:absolute;
	left:473px;
	top:-50px;
	width:360px;
	z-index:4;
	text-align:center;
}


#content {
	background-image:url(../img/background.png);
	background-repeat:repeat-y;
	position:absolute;
	left:318px;
	top:-5px;
	width:660px;
	min-height:320px;
	height:auto !important;
	z-index:3;
	text-align:left;
	padding-bottom:25px;
}

#content input {
	border-style: solid;
	border-color: #A91E22;
	border-width: 1px;
	background-color: #FFFFFF;
	color:#000000;
}

#content textarea {
	border-style: solid;
	border-color: #A91E22;
	border-width: 1px;
	background-color: #FFFFFF;
	color:#000000;
	overflow:auto;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#A91E22;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#A91E22;
	scrollbar-shadow-color:#A91E22;
}