* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	height: 100%;
	color: #2f2f2e;
}
a {
	color: #517d8d;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration:underline !important;
}




p {margin: 0 0 18px}
img {
	border: none;
}
input {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:4px;
border:0,5px;
width:250px;
height:180px;
}

.name {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:4px;
border:0,5px;
width:250px;
height:16px;
}
.sent {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:4px;
border:0,5px;
width:250px;
height:40px;
}


h1, h2{
	color: #b97208;
}
h1 {
	font-size: 19px;
	font-weight: normal;
}
h6 {
    font-size: 19px;
	font-weight: normal;
	color: #b97208;
}

#icon h2 {
	font-size: 12px;
	font-weight: normal;
}

#main {
	width: 730px;
	margin: 10px auto;
}
#head {
	overflow: hidden;
}
#head #logo {
	width: 258px;
	float: right;
	background: url('img/logo.png') top left no-repeat;
    margin-top: 10px;
    margin-left: 22px;
	padding-top: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 100px;
}
#head #logo div {
	margin: 3px 0px 0px 0px;
	border-top: 1px solid #d5a96a;

}
#head h1 {
	margin: 10px 0px;
}
	#top_nav {
		overflow: hidden;
		margin: 0px 0px 20px 20px;
	}
	#top_nav div {
		width: 210px;
		float: left;
		color: #75a5ba;
	}
	#top_nav div span {
		font-size: 120%;
		margin-right: 5px;
	}
	#top_nav #first {
		width: 420px;
	}
	#top_nav a {
		color: #75a5ba;
		line-height: 22px;
		padding: 2px;
	}
	#top_nav a#active {
		background: #f5f4f4;
		color: #a4a4a4;
		text-decoration: none;
	}

#icon {
	clear:both;
	width: 100%;
	height: 96px;
	background: url('img/icon.jpg') center center no-repeat;
	*margin-bottom: 20px;
	_margin-bottom: 5px;
}
#icon div {
	width: 165px;
	float: left;
	margin: 10px 0px 10px 70px;
	_margin: 25px 0px 10px 35px;
	font-size: 11px;
	line-height: 1.1;
}
	#icon a {
		color: #2f2f2e;
		text-decoration: none;
	}
	#icon h2 a {
		color:#b97208;
	}
	#icon #a1 {
		width: 155px;
	}
	#icon #a2 {
		margin-left: 90px!important;
	}
	#icon #a3 {
		margin-left: 85px!important;
	}

#content {
	clear: both;
	ove_rflow: hidden;
}
	#menu {
		float: left;
		width: 280px;
	}
	#menu a {
		display: block;
		line-height: 22px;
		font-weight: bold;
		color: #517d8d;
	}
	#menu h1 {
		margin: 0px 0px 10px 5px;
	}
	#menu img {
		margin: 30px 0px 10px 0px;
	}
	#text {
		float: right;
		width: 450px;
		text-align: justify;
	}
	#text h1 {
		margin: 0px 0px 10px 0px;
	}


#foot {
    margin: 10px 0px;
    padding: 10px 0px;
	clear:both;
	border-top: 1px solid #d9d7d7;
}
	.left {
		float: left;
	}
	.right {
		float: right;
		font-size: 10px;
		line-height: 1.1;
	}

/* ADMIN */
#admin {
	position: fixed;
	bottom: 2px;
	width: 730px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
table {
	width: 100%;
}
input {
	width: 96%;
}
textarea {
	width: 400px;
	height: 400px;
}

