/* general */
body {
	margin: 0;
	background: url(../images/bg.gif) repeat;
	color: #333333;
	font-family: Verdana,Sans-serif;
}
#container {
	width: 717px;
	margin: 0 auto;
	background: url(../images/grd2.gif) repeat-y;
}

/* header */
#header {
	height: 42px;
	width: 709px;
	background: url(../images/head_line.gif) no-repeat bottom;
	margin-left: 4px;
}
#header img {
	border: none;
}

/* content structure */
#content {
	width: 709px;
	margin-left: 4px;
}
#menu {
	width: 143px;
	float: left;
	padding-bottom: 20px;
}
#main {
	width: 566px;
	float: right;
}

/* menu */
#menu img {
	display: block;
	border: none;
}
img.vspace2 {
	margin-bottom: 2px;
}
img.vspace6 {
	margin-bottom: 6px;
}
img.vspace12 {
	margin-bottom: 12px;
}
img.banner {
	margin: 0 0 5px 1px;
}
#menu h4 {
	font-size: x-small;
	letter-spacing: 1px;
	font-weight: bold;
	color: #191919;
	margin: 0 0 2px 4px;
}
#menu p {
	font-size: x-small;
	letter-spacing: 1px;
	line-height: 1.2em;
	color: #191919;
	margin: 0;
	padding: 2px 2px 15px 4px;
}
#menu ul {
	list-style: circle inside;
	margin: 0;
	padding: 0 2px 0 4px;
}
#menu li {
	font-size: x-small;
	letter-spacing: 1px;
	color: #191919;
	line-height: 1.1em;
	margin-bottom: 0.3em;
}

/* main */
#main h1 {
	margin: 0;
}
#main-body {
	padding: 0 18px 20px 19px;
}
#index {
	padding: 10px 0;
	font-size: x-small;
	letter-spacing: 1px;
}

/* footer */
#footer {
	clear: both;
	height: 50px;
	width: 709px;
	background: url(../images/footer_bg.gif) repeat-x;
	margin-left: 4px;
	font-size: x-small;
	line-height: 30px;
	text-align: center;
	color: #828282;
}
