@charset "utf-8";
/* CSS Document */

	body{
		background-color:#E5E5E5;
	}
	
	#header{
		width:974px;
		height:218px;
		background-image:url(../images/header.png);
		background-repeat:no-repeat;
		color:#FFFFFF;
		vertical-align:bottom;
		padding-left:10px;
		font-weight:bold;
		padding-bottom:5px;
	}
	
	#header img{
		margin-bottom:90px;
		margin-left:330px;
		display:block;
	}
	
	#footer{
		width:974px;
		height:53px;
		background-image:url(../images/footer.png);
		background-repeat:no-repeat;
		font-family:"Palatino Linotype";
		font-size:12px;
	}
	
	#footer_m{
		width:984px;
		height:63px;
		background-image:url(../images/footer.gif);
		background-repeat:no-repeat;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		text-align:center;
		padding-top:20px;
	}
	
	#menu_m a:link, #menu_m a:visited{
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#6a3024;
		text-decoration:none;
	}
	
	#menu_m a:hover{
		text-decoration:underline;
	}
	
	#Container{
		margin-left:auto;
		margin-right:auto;
		
	}
	
	#Container a:link, #Container a:visited{
		font-family:"Palatino Linotype";
		color:#FFF;
		font-weight:bold;
		font-style:italic;
		font-stretch:ultra-condensed;
		padding-left:5px;
		padding-top:5px;
		
	}
	
	#main{
		width:696px;
	}
	
	#main_h{
		background-image:url(../images/main_h.gif);
		background-repeat:no-repeat;
		height:23px;
	}
	
	#area{
		background-image:url(../images/main.gif);
		background-repeat:no-repeat;
		height:336px;
		font-family:"Palatino Linotype";
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		text-align:justify;
		padding-top:35px;
	}
	
	.project{
		text-align:center;
	}
	



