@charset "utf-8";
* {
	background-repeat: repeat-x;
	padding: 0px;
	background-image: none;
	margin: 0px;
}

#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#background {
	background-image: url(../images/images/bgbg15.gif);
	background-repeat: repeat-x;
}

#Navigation {
	height: 40%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bodyarea {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 100%;
	border-top-color: #373535;
	border-right-color: #373535;
	border-bottom-color: #373535;
	border-left-color: #373535;
	background-repeat: no-repeat;
	background-position: top;
}
#bodyleft {
	float: left;
	width: 660px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	background-image: url(../images/images/leftbg.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
}

#bodyright {
	float: right;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/images/rightbg.gif);
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bodyarea #bodyleft img {
	padding: 0px;
}
#bodyarea #bodyright img {
	padding: 0px;
	margin: 0px;
}

#bodyarea   #bodyleft   a   img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}


#bodyarea #bodyright p {
	padding-left: 20px;
}
#bodyarea #bodyleft .p {
	padding: 0px;
	margin: 0px;
}


#bodyright h1 {
	font-size: 24px;
	padding-left: 20px;
	padding-top: 0px;
}

#footer {
	clear: both;
	height: 50px;
	width: 1000px;
	background-image: url(../images/footer.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
