/* CSS RESET */
html {
	color:#000;
	background:#222222;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration:none;
	color:#FFF
}
a:hover {
	text-decoration: underline;
	color: #CCC
}
#bg {
	width:1028px;
	margin:0px auto;
	height:830px;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrap {
	width:710px;
	text-align:left;
	background:#fff;
	margin:0px auto;
	border: thin solid #000;
}
#b {
	background: url(images/bg.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fl {
	float:left
}
.fr {
	float:right
}
.clearfix {
	clear:both
}


/* header */
#header {
	position:relative;
	height:190px;
	background:url(images/hd.jpg) repeat-x bottom;
	width:696px;
	margin:0px auto;
	margin-bottom:10px;
}
#nav {
	position:absolute;
	top:155px;
	right:0px;
	width:500px;
	height:30px;
	line-height:30px;
}
#nav li {
	float:left;
	font-weight:700;
	width:100px;
	list-style-type: none;
}
#nav a {
	text-decoration:none;
	display:block;
	text-align:center;
}
#nav a:hover {
	color:#FF0
}


/* content */
#content {
	margin:0 auto;
}
.main {
	width:470px;
	background:url(images/box.gif);
	margin-left:10px;
	margin-bottom: 20px;
}
.text {
	text-align: left;
}
.text a {
	text-decoration:none;
	color: #000;
}
.text a:hover {
	text-decoration: underline;
	color: #333
}
.text p {
	margin:0 auto;
	width:420px;
	color: #003;
}
.text formlist {
	line-height: 30px;
}
.text h2 {
	font-size:20px;
	padding:5px 0 20px 5px;
	background:url(images/t.gif) repeat-x;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 30px;
}
.text h3 {
	font-size:16px;
	padding:4px 0 20px 5px;
	font-weight: bold;
	text-align: center;
}
.text h4{
	color: #900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text h5{
	color: #222;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.text contacttitle{
	color: #900;
}

.text li {
	list-style-position: inside;
	list-style-type: disc;
}



.side {
	width:200px;
	display: inline;
	margin-right:10px
}
.side h2 {
	font-size:18px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
.side li {
	line-height:24px;
	color:#000;
	padding:0 0 0 5px
}
li.grey {
	background: url(images/s.jpg)
}
.side ul {
	margin:20px 0 30px 0px;
	text-align: center;
	list-style-type: none;
}
.side li a {
	color:#333;
	text-align: center;
}


/* footer */
#footer {
	height:45px;
	position:relative;
	background:url(images/ft.jpg) repeat-x;
	width:690px;
	margin:0px auto
}
#ftinner {
	position:absolute;
	bottom:18px;
	margin-left:20px;
}
.ftlink {
	width:500px;
	color: #FFF;
}

/* ----------------------------------------- */

/* 
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend {
	color:#000;
}
fieldset, img {
	border:0;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

pre, code, kbd, samp, tt {
	font-family:monospace;
	line-height:100%;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	background-color: #FFC;
}
table {
	font-size:inherit;
	font-size:100%;
}
#col {
	margin:0 0 10px 0;
	width:300px;
	background:url(images/m.jpg);
	width: 879px;
	height:104px;
}
#col div {
	width: 220px;
	margin: 20px 0 0 70px;
	display:inline
}
#col .first {
	margin: 20px 0 0 50px
}
#col li {
	line-height:20px;
}

*/
