@charset "utf-8";
* {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border:0;
}

p{
	margin:10px auto;	
}
h1, h2 {
	color: #090;
	font-size:18px;
	font-weight:normal;
}
body {
	width:700px;
	margin:20px auto;
}
#logo {
	display: block;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#content {
	background-image: url(../bg/home.jpg);
	height: 400px;
	width: 700px;
	position: relative;
	margin: auto;
}

#navigation {
	position: absolute;
	width: 700px;
	background-image: url(../cbg.png);
}

#navigation a {
	text-decoration: none;
	color: #090;
	font-weight: bold;
	display: inline-block;
	padding: 8px;
	margin: 0px;
}

#navigation a:hover, #navigation a.on {
	color:#000;	
}

#footer {
	clear: both;
	display: block;
	margin-top:10px;
}
#footer * {
	font-size:11px;
	color: #999;
}
#text {
	background-image: url(../cbg.png);
	padding:10px;
	position:absolute;
	bottom:0;
	left:0;
	width:680px;
}


label {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align:right;
	margin-right: 10px;
	margin-top: 3px;
}
input, textarea, select {
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 5px;
	font-size: 11px;
}
textarea  { height: 140px; }