@charset "utf-8";
/* CSS Document */

body	{	margin: 0;
			background-color:#f8f8f8;
			background-image:url(../img/back.jpg);
			background-attachment:fixed;
			background-repeat:no-repeat;}

#wrap	{	width:900px;
			background-color:#FFFFFF;
			margin-bottom:0;
			margin-left:auto;
			margin-right:auto;
			margin-top:0;
			border: solid #999 1px;
		
			}
			
#header	{	width:900px;
			height:90px;
			background-image:url(../img/header.png);
			background-repeat:no-repeat;
			background-color:#e70033;}
			
#menu	{	width:878px;
			height:50px;
			padding:5;}
			
			
#content	{	width:840px;
				margin-top:30px;
				background-color:#fff;
				padding:30px;
				}
			
					
#main-links	{	width:870px;
				padding:15px;
				background-color:#bbbbbb;
				clear:both;}

#footer	{ 	width:880px;
			height: 140px;
			background-color:#999;
			padding:10px;
			color:#FFF;
			font-size:92%;
			}					


/******* FONTS ******/

p, ul, h1, h2, h3, h4	{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

p { font-size:72%;
	text-align:left;
	line-height:25px;}
	
h1	{ 	color:#e70033;
		text-align:left;
		letter-spacing:5px;}
	
	
