@charset "utf-8";

/* CSS Document */

#wrap{
	margin:0 auto;
	width:840px;
	padding:0;
	}

#header{
	width:800px;
	height:75px;
	background-image:url(images/header.jpg);
	overflow: hidden;
	margin:0px;
	padding:0px;
	}

#links{
	width:800px;
	height:25px;
	background-image:url(images/links.jpg);
	background-repeat:no-repeat;
	font-family:"Myriad Pro";
	font-variant:small-caps;
	overflow: hidden;
	margin:0px;
	padding:0px;
	}
	
#content{
	width:675px;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
	font-family:"Myriad Pro";
	margin:0 auto;
	overflow:hidden;
	}
	
#footer{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:0px;
	margin-top:2px;
	padding:0px;
	font-family:"Myriad Pro";
	font-variant:small-caps;
	color:#FFFFFF;
	width:800px;
	overflow:hidden;
	height:30px;
	text-align:center;
	}	
	
.largespace{
	height:600px;
	}
	

a:link {color:#000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }
