body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
img {
	border: 0;
}
p {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
div.main {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
table.mainpage {
	border: 0;
	width: 780px;
}
div.main li {
	margin-left: 20px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
td.about_background {
	background-image: url(images/greenbox.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 255px;
}
td.main_image_bg {
	width: 525px;
	text-align: right;
}
td.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	color: #666666;
	width: 780px;
	height: 120px;
	text-align: center;
}
td.footer a {
	color: #666666;
	text-decoration: none;
}
td.footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
div.about {
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 50px;
	color: #FFFFFF;
}
div.about li {
	margin-left: 20px;
	color: #FFFFFF;
}
div.contact {
	width: 255px;
}
/* jQuery stuff */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#FFFFFF url(/images/h150.png) repeat scroll 0;*/
	background: transparent;
	height:170px;
	padding:10px 0 10px 10px;
	width: 768px;
	border:1px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
	background-color: #FFFFFF;
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:0px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:450px;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
/* jQuery stuff */
#contactbox {
	width: 255px;
}