body
{
	padding: 0;
	margin: 0;
	background: #C2514E;
	color: #FFF;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	width:100%;
}

img
{
	border: 0;
}

#box
{
	margin-left:auto;
	margin-right:auto;
	width: 763px;
}

#menu
{
	width: 763px;
	height: 31px;
	letter-spacing: 2px;
}

#border    
{
	border: 15px solid #FFF;
	width: 763px;
	height: 300px;
}

#contents
{
	float: left;
	width: 280px;
	height: 280px;
	background: #C2514E;
	overflow: auto;
	padding: 10px;
}

#zelos
{
	float: left;
	width: 448px;
	height: 300px;
	background: #C2514E;
	overflow: auto;
	background-image: url('zelos.jpg');
  	background-repeat: no-repeat;
  	background-position: center center;
	border-left: 15px solid #FFF;
}

#contents h2
{
	margin: 0;
	padding: 0;
	font-family: georgia, heveltica, arial, sans-serif;
	font-size: 150%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 100%;
}

#footer
{
	width: 780px;
	text-align: right;
	padding: 10px 0 0 0;
	color: #FFF;
}

a
{
	text-decoration: none;
    font-weight:900;
	color: #FA9;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#menu ul
{
	padding: 0;
	margin: 0;
	float: left;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	padding: 6px 10px;
	color: #FFF;
	text-decoration: none;
	float: right;
}

#menu ul li a:hover
{
	background-color: #FFF;
	color: #A21;
	border-top: 3px solid #A21;
}

textarea, input, select 
	{
	background:#F87;
	border: 1px solid #A21;
	color:000;
    width:250px;
	}

input:focus, textarea:focus, label:focus { background: #fff; }