/* CSS Document */
*{	margin:0px;
	font-size:12px;
	color:#232323;
	}
body{
	background-color:#e6e6e6;
	 overflow-y:scroll;
	}
img{
	border:none;
	}
#contena{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#FFFFFF;
	}
#header{
	width:800px;
	height:75px;
	}
#imgarea{
	width:800px;
	height:250px;
	}
#menu{
	width:800px;
	height:34px;
	}
#main{
	width:794px;
	height:auto;
	background-color:#cccccc;
	padding-left:3px;
	padding-right:3px;
		}
#footer{
	font-size:11px;
	color:#666666;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	}
