@charset "utf-8";
body {
	background: #333333; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
}

#container {
	width: 765px;
	background-color: #333;
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#lefttop {
	float: left;
	height: 280px;
	width: 227px;
	padding: 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	background-color: #C7B39B;
	border: 1px solid #000;
}
#lefttop a {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #069;
}
#lefttop a:hover {
	color: #09F;
}
#group {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	color: #000;
	margin-top: 24px;
}

#righttop {
	float: right;
	height: 288px;
	width: 500px;
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	padding: 0px;
}
#indeximg {
	height: 268px;
	width: 500px;
	margin-top: 1px;
	text-align: center;
}

#indeximgtext {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	width: 500px;
}

#leftbot {
	float: left;
	width: 227px;
	clear: both;
	height: 150px;
	background-color: #146964;
	margin-left: 6px;
	margin-top: 6px;
	padding: 10px;
	border: 1px solid #000;
	margin-right: 0px;
	margin-bottom: 0px;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#addressbox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	line-height: 24px;
	font-weight: normal;
}
#about {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: right;
}

#about a {
	text-decoration: none;
	color: #FFF;
}
#about a:hover {
	color: #FFF;
	text-decoration: underline;

}

#maria {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	line-height: 16px;
}

#rightbot {
	float: right;
	clear: right;
	height: 178px;
	width: 490px;
	border: 1px solid #000;
	background-color: #756355;
	margin-right: 6px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
#link {
	text-align: center;
	height: 68px;
}
#menu {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menucontainer {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rollover {
	float: right;
	height: 170px;
	width: 300px;
	padding-top: 6px;
	text-align: center;
}


#menu li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	border: 1px solid #C7B39B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 11px;
}
#menu a {
	color: #FFF;
	display: block;
	text-decoration: none;
	margin: 0px;
	background-color: #756355;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#menu a:hover {
	color: #333;
	background-color: #C7B39B;
	display: block;
	text-decoration: none;
}                    
                    

