@charset "utf-8";
/* CSS Document */
/**** Body ***/
body{
	background:#aedae9;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:normal;
	color:#FFF;
	margin:0;
	}
/**** Links ***/
a{ text-decoration: none;color:#FFF;}
a:link{ text-decoration:none;}
a:visited{ text-decoration:none;}
/**** Header ***/
#header{
	background: url(../img/background_header.png) no-repeat;
	width:1000px;
	height:108px;
	margin:auto;
	}
.header_navigation{
	float:right;
	width:550px;
	height:24px;
	margin:24px 0 0 0;
	}
/**** content ***/
#content{
	width:940px;
	margin:auto;
	border-left:1px solid gray; border-bottom:1px solid gray ; border-right:1px solid gray ;		
	padding: 30px;
	min-height:500px;
	}
/**** Footer ***/
#footer{
	width:1000px;
	margin:auto;
	}

