body {
	margin: 0;
	padding: 0;
	background-color: #B68D41;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

.containingbox p { margin-top: 0;}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-image: url(/images/main-bg.png);
	background-repeat: no-repeat;
	height: 900px;
}

#content {
	float: right;
	width: 520px;
}

#sidebar {
	float: left;
}

#menu {
	margin-top: 27em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#location {
	margin-top: 26.5em;
	width: 200px;
	margin-left: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#operation {
	width: 200px;
	margin-left: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	text-decoration: none;
	text-align: justify;
	margin-top: 4em;
	padding: 6px;
}
#main-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	padding: 5px;
	line-height: 125%;
	text-align: justify;
	color: #333333;
}


/* BEGIN NAVIGATION FOR GOJJOS.COM */
 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#navlist a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

#navlist a:hover
{
color: #fff;
background-color: #B68D41;
text-decoration: none;
}

/* END NAVIGATION FOR GOJJOS.COM */
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
}
