*{border:0; margin:0; padding:0;}
.clear{clear:both;}

body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}

#wrapper{
	width:750px;
	text-align:left;
	margin:0 auto;
	padding:0;
	border:solid 1px #ff6600;
	background-color :#ff6600;
}

#logo{
	margin:100px 0 0 10px;
	width:220px;
	height:100px;
	background-image:url("../images/logo4.gif");
	float:left;
/*	border:solid 1px;*/
}

#footer{
	font-size:80%;
	margin-top:5px;
	text-align:center;
	color:#333333;
}

#contents{
	width:450px;
	float:right;
	display:inline;
	margin:0;
	padding:25px 25px 25px 25px;
	background-color :#ffffff;
/*	border:solid 1px;*/
}

#contents h1{
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
}

#contents p{
	color:#333333;
	font-size:90%;
/*	padding-bottom:10px;*/
	line-height:150%;
/*	border:solid 1px;*/
}

#contents ul{
	font-size:100%;
	margin:0px 5px 20px 30px;
	list-style-type:square;
	color:#333333;
}

#contents hr{
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:red;
	height:1px;
	margin:10px 0 10px 0;
}

#contents .annotation{
	font-size:80%;
	color:#666666;
}

#contact{
	height:50px;
	position:relative;
}

#contact h2{
	width:50%;
	font-size:90%;
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#ff6600;
	position:absolute;
	top:50%;
	margin-top:-1.3em;
}

#contact img{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-15px;
}

#contact input{
	clear:both;
	width:180px;
	height:32px;
	background:#ff6600;
	text-align:center;
	line-height:32px;
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	margin:-17px 0 10px 0;
	position:absolute;
	top:50%;
	left:60%;
}

