*
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	color: #000000;
	font-style: oblique;
	font-weight: bold;
	width:77px;
	display: block;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
	text-decoration:underline;
}

a:hover
{
	color: #DD6900;
	text-decoration:overline;
}

/****************************************************************************************************
Begin Body
****************************************************************************************************/
body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************************
Begin Outersection
****************************************************************************************************/
#outersection
{
	background: url('images/outersection.jpg') repeat-x;
	position:absolute;
	top: 9%;
	width: 100%;
	height: 750px;
}

/****************************************************************************************************
Begin Innersection
****************************************************************************************************/
#innersection
{
	background: url('images/innersection.jpg') no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 820px;
	margin-left: -380px;
	margin-top: -375px;
}

/****************************************************************************************************
Begin Navigation
****************************************************************************************************/
#navigation
{	
	padding: 32px;
	width: 500px;
	height: 90px;
}

#navigation li
{
	float: right;
	list-style-type: none;
	list-style-image: none;
}

#navigation a
{
	color: #000000;
	font-style: oblique;
	font-weight: bold;
	display: block;
	line-height: 50px;
	padding: 50px 0 0;
	text-align: center;
	text-decoration:underline;
}

#navigation a:hover
{
	color: #DD6900;
	text-decoration:overline;
}

#navigation .active
{
	text-decoration:underline;
	color: #bf1f1f;
}

/****************************************************************************************************
Begin Content
****************************************************************************************************/
#content
{	padding-left: 55px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-top: 0;
	width: 650px;
	height: 340px;
	overflow: auto;
}

#content h1
{
	font-size: 200%;
	color: #333;
}
/****************************************************************************************************
Begin Guestbook
****************************************************************************************************/
#guestbook
{	padding-left: 55px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-top: 0;
	width: 650px;
	height: 340px;
	overflow: auto;
}
