*{
	margin:0;
	padding:0;
	outline: 0;
}
#all{
	margin:0 auto;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
	width:950px;
}

#header {
	background:url(../images/header.gif);
	height:105px;
}

#main_ {
	height:611px;
	background:url(../images/bk.gif);
}

#main {
	height:148px;
	background:url(../images/bk_1.gif);
}

#main h1{
	width:830px;
	font: bold 2.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	border-bottom: 1px solid #ACE291; 	
}

#content {
	padding:20px 70px 90px 70px;
	line-height:30px;
	background:url(../images/bk_2.gif);
	height:100%;
}

#content p{
	text-indent: 2em;
	font-size:14px;
	color:#128E90;
}

#content p a{
	font-size:14px;
	text-decoration:none;
	color:#128E90;
}
#content p a:hover{
	text-decoration:underline;
	color:#510151;
}

#logo {
	position:absolute;
	left:63px;
	top:65px;
	width:152px;
	height:129px;
	background:url(../images/logo.gif);
}

#logo a:hover {
	background:url(../images/-logo.gif);
}

#footer {
	height:52px;
	text-align:center;
	font-size:12px;
	color:#029FB0;
	font-weight:bold;
	background:url(../images/bk_2.gif);
}

#footer p {
	padding:5px 0;
	margin-left:60px;
}

#nav {
	margin-left:269px;
	padding-top:77px;
}

#nav ul {
	width:600px;
	height:25px;
}

#nav li {
	width:120px;
	height:25px;
	list-style-type:none;
	float:left;
}

#nav li a{
	width:88px;
	height:25px;
	display:block;
}

.a1:hover{
	background:url(../images/nav.gif) 0 25px;
	width:120px;
}

.a2:hover{
	background:url(../images/nav.gif) -120px 25px;
	width:120px;
}

.a3:hover{
	background:url(../images/nav.gif) -240px 25px;
	width:120px;
}

.a4:hover{
	background:url(../images/nav.gif) -360px 25px;
	width:120px;
}

.a5:hover{
	background:url(../images/nav.gif) -480px 25px;
	width:88px;
}
#current_1 {
	background:url(../images/nav.gif) 0 25px;
	width:120px;
}
#current_2 {
	background:url(../images/nav.gif) -120px 25px;
	width:120px;
}
#current_3 {
	background:url(../images/nav.gif) -240px 25px;
	width:120px;
}
#current_4 {
	background:url(../images/nav.gif) -360px 25px;
	width:120px;
}
#current_5 {
	background:url(../images/nav.gif) -480px 25px;
	width:120px;
}
h1, h2, h3{
	padding-left:20px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	color: #029FB0;
}

#left {
	padding-left:40px;
	width:350px;
	height:220px;
	float:left;
	border:1px solid #E4F2C8;
}

#left p{
	width:350px;
	font-size:14px;
	color:#128E90;
	line-height:35px;
}

#left p a{
	color:#128E90;
	text-decoration:none;
}

#left p a:hover {
	color:#1B4D4E;
	text-decoration:none;
}

#right {
	padding-left:40px;
	width:350px;
	height:220px;
	float:right;
	border:1px solid #E4F2C8;
}

#right p{
	width:300px;
	font-size:14px;
	color:#128E90;
	line-height:35px;
}

#right p a{
	color:#128E90;
	text-decoration:none;
}

#right p a:hover {
	color:#1B4D4E;
	text-decoration:none;
}
.link_a {
	font-size:12px;
	text-decoration:none;
	color:#810081;
}
.link_a:hover {
	text-decoration:underline;
	color:#510151;
}

