@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
}

body
{
	background-image:url(images/back.png);
	background-repeat:repeat-x;	
}

#wrap
{
	width:1000px;
	height:auto;	
	margin:0 auto;	
}

.header
{
	height:104px;
	width:1000px;	
	margin-top:24px;
	background-color:#f6f7f8;
}

.logo
{
	background-image:url(images/logo.png);
	width:250px;
	height:100px;
	float:left;	
}

.menu
{	
	height:100px;
	width:700px;	
	float:right;
}

.menu_tab
{
	float: right;
    font-family: Asenine;
    font-size: 22px;
    font-weight: bold;
    list-style-type: none;
    padding-top: 30px;
    width: 600px;
	margin-left:100px;

}

td
{
	width:30px;
	text-align:center;	
	border-bottom:#bbc6cb solid 5px;
}
.current
{
	width:30px;	
	border-bottom:#009df7 solid 5px;
}

a 
{
	text-decoration:none;
	color:#000;
}

.main
{
	
	height:auto;
}

.left
{	
	width:600px;
	height:auto;
	padding:10px;
	float:left;	
}

.title
{
	background-image:url(images/title.png);
	width:404px;
	height:42px;	
}

.p1
{
	font-family:candara;
	font-size:15px;
	line-height:150%;
	color:#000;
	font-weight:bold;
	text-align:justify;
}

.p2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#000;	
	text-align:justify;
	padding-top:15px;
}

.right
{	
    float: left;
    height:auto;
    padding: 10px;
    width: 360px;	
}

.input
{
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px; 
	background-color:#ecf1f4;
	border:none;
	box-shadow:1px 1px 1px black;
	text-indent:8px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	width:120px;
	margin-bottom:5px;
	margin-left:5px;	
	
}

textarea
{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; 
	background-color:#ecf1f4;
	border:none;
	box-shadow:1px 1px 1px black;
	text-indent:8px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	width:120px;
	margin-bottom:5px;	

}

label
{
	font-family:candara;
	font-size:12px;
	color:#333;
	
}

.submit
{
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
	width:81px;
	height:23px;
	border:none;
}

.footer
{
	background-color:#009df7;
	width:100%;
	height:20px;
	margin-top:470px;
}