@charset "utf-8";
body {
	margin: 0px;
	background-color: #1A1A15;
	font-family: "Square721 BT", Arial, Helvetica, sans-serif;
}


/* CSS Document */

#container {
	margin: 0px;
}
#container #wrapper {
	width: 800px;
	margin: 20px auto 10px auto;
}

#container #wrapper #header {
	height: 60px;
	width: 800px;
	text-align: right;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
}
#container #wrapper #content-left {
	width: 500px;
	min-height: 445px;
}
#container    #wrapper    #content-left.about   {
	background-image: url(/images/home_pic.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	width: 480px;
	min-height: 425px;
}
#container #wrapper #content-left.about p {
	color: #1A1A15;
}
#container #wrapper #content-left.about h2 {
	color: #1A1A15;
	margin: 0px;
}



#container #wrapper #content-right {
	width: 280px;
	float: right;
	padding-left: 20px;
}
#container  #wrapper  #bottom  {
	width: 790px;
	height: 25px;
	clear: both;
	background-image: url(../images/green-bar.jpg);
	margin-top: 10px;
	padding-left: 10px;
	color: #1A1A15;
	font-size: 12px;
	line-height: 22px;
}
#container #wrapper #bottom ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #wrapper #bottom li {
	float: left;
}
#container #wrapper #bottom li.seperater {
	margin: 0px 12px;
}
#container #wrapper #bottom a {
	text-decoration: none;
	color: #1A1A15;
}
#container  #wrapper  #bottom  a:hover, #container #wrapper #bottom a.current {
	text-decoration: underline;
}






#container  #wrapper  #top  {
	width: 800px;
	height: 25px;
	clear: both;
	background-image: url(../images/green-bar.jpg);
	margin-bottom: 10px;
}
#content-left #pic-box {
	width: 114px;
	float: left;
	margin: 8px 0px 5px 8px;
	height: 114px;
	text-align: center;
}
#menu-holder {
	height: auto;
	width: 280px;
	text-align: right;
	margin-bottom: 20px;
}
#menu-holder ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu-holder li {
	margin: 0px;

}
#menu-holder a {
	color: #535342;
	text-decoration: none;
	font-size: 13px;
}
#menu-holder  a:hover, #menu-holder a.current {
	color: #AFD649;
}
#content-right  p {
	text-align: right;
}
#content-left p {
	text-align: left;
}
p {
	font-size: 13px;
	margin: 0px;
	color: #C8C8C1;
}
#footer {
	width: 800px;
	clear: both;
	color: #535342;
	height: 20px;
	font-size: 11px;
	margin-top: 10px;
}

