@charset "utf-8";
/* CSS Document */

body  {
padding:0;
margin:0;
}
p,li,lu,h1,h2 {
color:#000;
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p,ul,li {font-size:12px;}
h1,h2 {font-size:14px;font-weight:bold}
ul,li,a {text-decoration:none;}
A,A:visited {color:#0066FF;}
A:hover {color:#000000;}
img {border:0;}
#main{width:780px;margin:0 auto;}
.main {width:780px;background:url(images/col.png) repeat-y top;float:left;}
#header {
	background:url(images/header.png) no-repeat top;
	height:120px;
}
#menu {
	padding-top:10px;
	float:left;
	width:150px;
	text-align:center;
}
#menu ul,li {
	list-style:none;
	padding:0;
	margin:0;
}
#menu p {
	font-weight:bold;
	padding-top:2px;
}
#content {
	padding:10px 5px 5px 5px;
	float:left;
	width:620px;
}
#content h1 {
	border-bottom:2px solid #235209;
}
#content p,h1 {
	color:#235209;
	margin-bottom:3px;
}
#content img {max-width:620px;}
#insc tr{
	vertical-align:top;
}
#footer {
	margin-top:5px;
	float:left;
	width:780px;
	text-align:center;
	font-weight:bold;
}
#footer #top {
	background:url(images/f_t.png) top no-repeat;
	height:15px;
}
#footer #bot {
	background:url(images/f_b.png) bottom no-repeat;
	height:15px;
}
#logo {text-align:center;}
.m_t {
	background:url(images/menu_t.png) top no-repeat;
	height:20px;
}
.m_c {
	background:url(images/menu_c.png) top repeat-y;
}
.m_c img {padding-top:5px;max-width:130px;}
.m_b {
	background:url(images/menu_b.png) top no-repeat;
	height:20px;
}