@charset "utf-8";
/* CSS Document */

#wrapper {
	width:900px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	}

#wrapper10 {
	width:1300px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFCCCC;
	}
	
#logo {
	width:900px;
	height:100px;
	background-color:#FFFFFF;
	}

#contactbanner {
	width:900px;
	height:150px;
	background-color:#FFFFFF;
	}
	
#buttonbanner {
	width:900px;
	height:250px;
	}

#content {
	height:430px;
	width:860px;
	background-color:#00CCFF;
	padding:20px;
	overflow:auto;
	}
	#content2 {
	height:690px;
	width:860px;
	background-color:#00CCFF;
	padding:20px;
	}
	
#fill1 {
	width:900px;
	height:25px;
	background-color:#FFFFFF;
	}
#fill2 {
	width:900px;
	height:15px;
	background-color:#FFFFFF;
	}
#mininav {
	width:890px;
	height:25px;
	padding:5px;
}
	
.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.contentdecourated {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:underline;
	}
	.contentdecourated2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
	}

.mininav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
	
	.contentdecouratedlarge2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	color:#000000;
	text-align:center;
	}
	
		.contentdecouratedlarge3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
	}
	
A:link {text-decoration: none; color:#000000;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}