@charset "utf-8";
body {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F00100;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	position: relative;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: left 290px;
}
#container #top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 800px;
	position: relative;
	background-image: url(images/top.gif);
}
#container #left {
	float: left;
	width: 150px;
	position: relative;
	height: auto;
	padding: 0px;
	background-color: #e4e4e4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #left p {
	margin-right: 5px;
	text-align: right;
}

#container #middle {
	padding: 0px;
	float: left;
	width: 490px;
	position: relative;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
}
#container #middle p {
	margin: 15px;
}
#container #middle h1 {
	margin: 15px;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
	background-color: #C0C0C0;
	padding: 3px;
}


#container #right {
	padding: 0px;
	float: left;
	height: 500px;
	width: 160px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
}
#container #bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
}
#container #bottom li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#container #bottom ul {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#container #bottom .last {
	border-right-width: 0px;
	border-right-style: none;
}
#container #bottom a {
	text-decoration: none;
	color: #990000;
}
#container #bottom a:hover {
	text-decoration: underline;
}




.text1 {
	color:#990000;
	font-weight: bold;
	}
.text2 {
	color:#990000;
	font-weight: bold;
	font-size:120%;
	}
.mainpic {
	margin-left:10px;
	}
#container #middle table {
	margin: 15px;
}
#container #middle h2 {
	margin: 0px;
	font-size: 100%;
}
input, select, textarea {
	width: 250px;
}
#container #middle .send {
	width: 100px;
	background-color: #B90000;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
