@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color:#999999;
}

.clr { clear:both;}

#main {
	width:934px;
	margin:0 auto 0 auto;
	background:url(images/header.jpg) no-repeat #ffffff;
	height: auto;
}

#header {
	width:934px;
	height:184px;
}

#logo {
	float:left;
	padding:21px 0 0 65px;
}

#head_text {
	padding:45px 0 0 62px;
	font-size: 11px;
	float: left;
}

#menu_holder {
	width:178px;
	height:627px;
	background:url(images/menu_bg.gif) repeat-x;
	margin-left: 62px;
	margin-bottom: 60px;
	float: left;
}

#menu {
	width:172px;
	background-color:#FFFFFF;
	float: left;
	margin: 0 3px;
}

#menu ul {
	width:164px;
	margin:3px 3px;
	background-color:#FFFFFF;
	border:1px solid #c7c7c7;
	padding: 44px 0 44px 0;
}

#menu li {
	list-style:none;
	width:88px;
	height:28px;
	border-bottom:1px dashed #c7c7c7;
	margin-left: 36px;
}



a.button, a.button:link, a.button:visited {
	background:url(images/bt_1.gif) no-repeat left 12px;
	height:19px;
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	padding: 9px 0 0 14px;
}

a.button:hover, a.button_sel {
	background:url(images/bt_2.gif) no-repeat left 12px;
	height:19px;
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	padding: 9px 0 0 14px;
}

#footer {
	width:700px;
	height:20px;
	text-align:center;
	padding-left:234px;
	font-size:9px;
	color: #666666;
	padding-top: 15px;
}

#content {
	float:right;
	width:590px;
	margin-top: 20px;
	padding: 0 50px;
}

h1 {
	font-size:18px;
	color: #CC0000;
}

h2 {
	font-size:14px;
}

#content li {
	margin-left:40px;
	font-size:12px
}
#content p {
	font-size:12px
}
#content img { padding:10px 10px;}

#contact {
	background:url(images/contactphoto.gif) no-repeat;
	width:234px;
	height:90px;
	margin: 40px 0 0 30px;
	padding: 156px 0 0 244px;
}
#contact    a:link       {
	display:block;
	width:120px;
	height:20px;
 }
