@charset "utf-8";
@import url("../webfonts/HoneyScript_SemiBold/stylesheet.css");
#blog {
	color: #699;
	background-color: #699;
	display: none;
}
#maincontainer {
	height: auto;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 50px;
	color: #000000;
	color: #000000;
	text-shadow: -1px 0 #FFFFFF,0 1px #FFFFFF,1px 0 #FFFFFF,0 -1px #FFFFFF;
	background-color: rgba(0, 153, 255, 0.5);
// The last item is the opacity
	height: 250px;
	width: 768px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	text-align:center;
}
#banner2 {
	width: 768px;
	height: 150px;
	float: right;
	color: #000000 width: 1200px;
	color: #000000;
	text-shadow: -1px 0 #FFFFFF,0 1px #FFFFFF,1px 0 #FFFFFF,0 -1px #FFFFFF;
	background-color: rgba(0, 153, 255, 0.5);
// The last item is the opacity
}
#logo {
	width: 205px;
	height: 140px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom:5px;
	float:left;
}
#home-toplinks {
	width: 540px;
	height: 95px;
	padding-top: 50px;
	padding-bottom:5px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	float:left;
}
#home-toplinks ul {
	margin: 0px;
	padding: 0px;
}
#home-toplinks li {
	list-style-type: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
#home-toplinks a {
	color: #000;
	text-decoration: none;
}
#home-toplinks a:hover {
	color: #CC0000;
}
#space {
	height: 20px;
	width: 768px;
	float: left;
}
#homeinfo {
	height: auto;
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #000000;
	text-shadow: -1px 0 #FFFFFF,0 1px #FFFFFF,1px 0 #FFFFFF,0 -1px #FFFFFF;
	background-color: rgba(0, 153, 255, 0.5);
    // the last number is the opacity
	padding-right: 35px;
	padding-left: 40px;
	padding-right: 20px;
	float: right;
}
#homeinfo ul {
	margin: 0px;
	padding: 0px;
}
#homeinfo li {
	list-style-type: none;
	display: inline;
	margin-right: 0px;
	margin-left: 0px;
}
#homeinfo a {
	color: #00F;
	text-decoration: none;
}
#homeinfo a:hover {
	color: #CC0000;
}
