body {
	margin: 0px;
	padding: 0px;
	color: #990000;
}
#wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
#header {
	height: 150px;
	margin: 0;
	width: 100%;
	background-image: url(/images/top.jpg);
	background-position:left;
	background-repeat: no-repeat;
	background-color: #286ECD;
	text-align: left;
}
img {
	border: 0px;
}
#navigation {
	background-color: #666;
	height: 30px;
	float: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
#content {
	float: left;
	width: 75%;
	color: #990000;
}
#box1 {
	float:left;
	width:20%;
	height:auto;
	background:#ffffff;
	padding:5px;
	margin:auto;
}
#footer {
	background-color: #666;
	width: 100%;
	height: 40px;
	text-align: center;
	clear:both;
	padding: 20px 0 0 0;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
}
.text {
	float: left;
	width: 930px;
	color: #333;
	padding: 5px;
	text-align: center;
	height: auto;
	margin: 10px;
	border: 1px dashed #CCC;
}
.text_bottom {
	width: 930px;
	color: #333;
	text-align: center;
	margin: 10px;
	border: 1px dotted #CCC;
	height: auto;
	box-shadow: 10px 10px 5px #888;
	padding: 5px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	margin: 5px 0px 0px 5px;
	padding: 0px;
	text-align: left;
	float: left;
}
.navitext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	margin: 5px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	width: auto;
	float: left;
}
.navitext1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFF;
	margin: 5px 0px 0px 5px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	width: auto;
	float: left;
}
