
#wrapper {
	background-image: url(images/mainbkgrnd_80black.png);
	background-repeat: repeat;
	padding: 0px;
	height: 800px;
	width: 800px;
	margin-top: 55px;
	margin-left: 55px;
	overflow: hidden;
}
#sidebar {
	background-color: #000000;
	float: left;
	height: 800px;
	width: 332px;
	margin-left: 15px;
	overflow: hidden;
}
#content {
	float: left;
	height: 770px;
	width: 391px;
	margin-left: 15px;
	padding: 15px;
}
#page-body #wrapper #sidebar #oftext {
	margin-top: 15px;
}
#page-body #wrapper #sidebar #menu {
	height: 144px;
	width: 288px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#page-body #wrapper #sidebar #menu p {
	font-family: "Trebuchet MS", arial;
	color: #FFFFFF;
}
#page-body #wrapper #sidebar #menu li {
	font-family: "Trebuchet MS", arial;
	color: #FFFFFF;
	list-style-type: none;
	text-align: right;
	margin-right: 5px;
	font-size: x-large;
	line-height: 45px;
}
#address {
	font-family: "Trebuchet MS", arial;
	color: #FFFFFF;
	text-align: left;
	width: 288px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#page-body #wrapper #sidebar #menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#page-body #wrapper #sidebar #menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#page-body #wrapper #content {
	font-family: "Trebuchet MS", arial;
	color: #FFFFFF;
	text-align: center;
}
#page-body #wrapper #content img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-body #wrapper #content a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page-body #wrapper #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

