/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #E3EAF4; 
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 700px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(../images/bgtop.png) top center no-repeat; 
width: 700px;
height: 68px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(../images/bgmiddle.png) center repeat; 
width: 700px;
height: 100%;

}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(../images/header.jpg) top center no-repeat;
width: 700px;
height: 248px;
margin: 0px 0px 0px 0px;
}


#stuff {
width: 475px;
margin: 0px 0px 0px 112px;
padding: 10px 10px 10px 10px;
}


img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(../images/bgbottom.png) bottom center no-repeat; 
width: 700px;
height: 57px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF3399;
	text-decoration: none;
