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

body{
	background:url(../images/bg.jpg) top repeat-x fixed;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
	
#header{
	background:url(../images/corner-grille-logo.gif) no-repeat;
	width:900px;
	height:225px;
	margin:0 auto;}

#menu{
	width:900px;
	height:40px;
	padding-top:195px;
	text-align:center;}

.menuspace{
	padding:0 25px 0 0;}

img { border:0; }

#wrap{
	width:900px;
	margin:0 auto;
	}

#top{
	background:url(../images/top-content.png) no-repeat;
	width:900px;
	height:12px;
	}

#content{
	background:url(../images/middle-content.png) repeat-y;
	padding:10px 20px 10px 20px;}

#bottom{
	background:url(../images/footer-content.png) no-repeat;
	width:900px;
	height:12px;}
	
#footer{
	height:60px;
	padding:5px 0 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	clear:both;
	}

a.footerlink, a.footerlink:active{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	}
	
a.footerlink:hover{
	font-size:10px;
	color:#FFF;
	text-decoration:underline;
	}