#a:active, a:visited, a:link
{
	color: #000;
	text-decoration: none;
}


#a:hover
{
	color: #4F3A31;
	text-decoration: none;
}


/* Controls the length, width, border color, background size of the header (with banner image). */
#header
{
	position: absolute;
	left: 121px;
	top: 10px;
	height: 190px;
	width: 761px;
	border-bottom: 2px;
	background:header(s)2.jpg
}

/* Controls the length, width, size and text of the menu bar attached to the bottom of the header. */
#menu
{
	position: absolute;
	width: 767px;
	left: 0px;
	top: -38px;
	padding: 0px 0px;
	border:  none;
	margin-bottom: 10px;
	background: #FFFFFF;
	height: 28px;
}


/* Controls the part of the webpage that surrounds the header and main context (body). */
#body
{
	position: absolute;
	margin: 0px 235px;
	padding: 15px; /* Do NOT alter */
	background: #FFFFFF;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #52543D;
} 


/* Controls the length and width of the main body box on the page. */
#container
{
	position: absolute;
	background-color: #FFFFFF;
	border: none;
	top: 244px;
	left: 121px;
	width: 767px;
	height: 1135px;
}

/* Had to remove
#container-footer
{
	position: absolute;
	width: 767px;
	left: 0px;
	top: 1550px;
	text-align: right;
	background-color: #FFFFFF;
	margin-bottom: none;
	height: 35px;
}
*/

/* Creates a border around the container and gives it the background color.  */
#border
{
	border: 2px solid #000066;
}


/* Do NOT add any position to the contents.  It will make them move separatly from their containers!
/* DO NOT ADD WIDTH OR HEIGHT TO THE CONTENT! These are already declared in the containers!*/

/* Controls the length and width of the wtiting inside of the body box. */
#content
{
	line-height: 100%;
	background-color: #FFFFFF;
}


#content-footer
{
	line-height: 100%;
}

/* Controls the size and spacing of the header attached above the body and below the menu bar. */
#content h2
{
	font-family: geneva;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 150%;
	border-bottom: 1px solid #000033;
}


/* Controls the amount of space around the content and content h2 */
#textpadding
{
	padding: 5px 25px;
} 
