@charset "utf-8";
/* CSS Document */

/*************************General**************************/

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#EBECE4;
}

#full-area{
	width:1280px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

img{
	border:none;
}

/************************Header***************************/

#header{
	width:1280px;
	height:180px;
	margin:0px 0px 0px 0px;
}

/*******************************Navigation**********************/

#nav-top{
	width:1280px;
	height:20px;
	margin:-13px 0px 0px 0px;
	padding:5px 0px 25px 0px;
	font-family: Lucidagrande, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:white;
	background-color:#000063;
}

#nav-top a:link, #nav-top a:visited, #nav-top a:active{
	text-decoration:none;
	color:white;
}

#nav-top a:hover {
	color:#7AC5CD;
}

.space{
	padding:0px 35.5px 0px 35.5px;
}

/*****************************Content***************************/

#content{
}

.clear{
	clear:both;
}

/*************************Footer************************/

#footer{
	width:1280px;
	height:35px;
	margin:-5px 0px 0px 0px;
}