﻿/* -----------------body attributes----------------- */
body 
{
	background: #ededed url('../image/body-bg.gif');
}

/* -----------------container----------------------- */
#container
{
	width: 900px;
	margin: auto;
	background: #ffffff;
	border: 1px solid #006600;
}
*
{
	margin: 0;
	padding: 0;
}

/* -----------------banner----------------------- */
#banner
{
	height: 70px;
	margin-bottom: 5px;
	border-bottom: 1px solid #006600;
}

/* -----------------content-------------------- */
#content
{
	margin: 5px;
}
#header
{
}
#footer
{
	padding: 5px;
	color: #000000;
	text-align: center;
	font: normal 9px Verdana;
	background-color: #e0ffe0;
	line-height: 13px;
	border-top: 1px solid #006600;
}
#footer a
{
	color: #000000;
	text-decoration: none;
}
#footer a:hover
{
	color: #660000;
	text-decoration: underline;
}