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

body{
	margin-top:0;
/*	background-color:#b6aea8;
	background-image:url(../_images/bg.png);*/
}

#container{
	margin:auto;
	width:1000px;
}

#header{
	width:1000px;
	height:114px;
	position:top;
	background-color:#666666;
	top:0;
	background-color:#b6aea8;
}

#content{
	height:100%;
	background-color:#b6aea8;
}

#footer{
	position:fixed;
	height:30px;
	bottom:0;
	background-color:#000;
	width:100%;
	padding-top:7px;
}

.menu{
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin:auto;
}

.menu a:link, .menu a:active, .menu a:visited{
	text-decoration:none;
	color:#FFF;
	font-size:17px;
	padding:18px;
	text-transform:uppercase;
}

.menu a:hover{
	color:#f38a37;
}

iframe{
	background-color:#b6aea8;
	height:inherit;
	margin-bottom:70px;
}
