*
{
margin: 0px;
padding: 0px;
font-family:  Verdana, Arial, Helvetica, sans-serif;
}

#globalcontainer{
text-align:center;
margin: 0px auto;
width:1002px;
height: 596px;
}

body
{
background-color:#3e3a3a;
text-align: center;
margin: 50px 0px;
}

#topbanner
{
	height:144px;
	width:1002px;
	overflow:hidden;
	background-image: url(./images/header.jpg);
}

#bodycontainer
{
background-color: #ffffff;
width:1002px;
overflow:hidden;
}

#leftbody
{
	width:233px;
	height: 380px;
	overflow:hidden;
	float:left;
	background-image: url(./images/leftmenu.jpg);
}

#leftbody li
{
margin-bottom: -3px;
list-style-type: none;
text-align: right;
}

body.manage #leftbody li
{
padding-right: 55px;
}

#centerbody
{
	text-align: justify;
	float:left;
	width:769px;
	height: 380px;
	overflow:hidden;
	background-color: #ffffff;
}

#mainimage
{
width: 423px;
height: 379px;
float:left;
}

#textarea
{
width: 346px;
height: 379px;
color: #005022;
float:right;
overflow-y: auto;
text-align: left;
}

#textarea.quote p
{
font-size: 18px;
text-align: left;
padding-top: 90px;
padding-left: 40px;
padding-right: 40px;
color: #005022;
}

#textarea.quote p.quotename
{
font-size: 14px;
color: #666666;
text-align: left;
padding-top: 5px;
padding-left: 40px;
padding-right: 40px;
}

#textarea.quote p.errormsg 
{
color: #dd0000;
}

#centertext
{
	text-align: left;
	float: right;
	width:675px;
	font-weight: 700;
	font-size: 13.5px;
}
#footer
{
	background-color: green;
	text-align: right;
	color: white;
	height:47px;
	width:1002px;
	background-image: url(./images/footer.jpg);
	overflow:hidden;
}

#copyright
{
	font-size: 9px;
	text-align:right;
	text-align: right;
	color: white;
	height:15px;
	width:1002px;
	overflow:hidden;
	text-decoration: none;
}

#copyright a
{
color: #ffffff;
}