@charset "utf-8";
/* CSS Document */

html {

}


body {
	margin:0;
	padding:0;
	background-color:#e9c49b;
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
margin:auto;
padding:auto;
width:950px;
height:100%;
}



/* Navagation */
#navcontainer {
padding:0;
margin-left:581px;
margin-top:110px;


}
#navlist li
{
color: #333333;
font-weight:bold;
font-size:18px;
font-family:"Times New Roman", Times, serif;
display: inline;
list-style-type: none;
padding-right:8px;
}


#navlist li a
{
color: #333333;
font-size:18px;
font-family:"Times New Roman", Times, serif;
text-decoration:none;
}

#navlist li a:hover
{
color: #333333;
font-size:18px;
font-family:"Times New Roman", Times, serif;
text-decoration: underline;
}
/* End Navigation */

/* -------------------------------------------- Home Page Styles ---------------------------------------------------------- */

/*Flyer */

#flyer {
border:medium #CC9900 solid 3px;
position:absolute;
visibility:visible;
margin-left:250px;
margin-top:75px;
z-index:2;
background: #FFFFFF;
}

#flyer a {
color:#000000;
text-decoration:none;
}




/* Content Area */

#contentwrapper {
float:left;	
	padding:0;
	margin:0;
	height:422px;
	width:513px;
	background-repeat: no-repeat;
	background-image: url(images/Content.gif);
	background-position: left top;
}

#content {
overflow:auto;
margin-left:25px;
margin-top:10px;
margin-right:15px;
padding:0;
}


/* End Content Area */



/* Right Bar Area */

#rightbarwarpper {
overflow:hidden;
float:left;
	padding:0;
	margin:0;
	height:422px;
	width:300px;
	background-image: url(images/rightbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightbar {
float:left;
overflow:auto;
margin-left:10px;
Margin-top:10px;
margin-right:25px;
}


/* End Right Bar Area */


/* Footer Area */

#copyright {
margin-top:5px;
margin-right:25px;
float:right;
}


/* End Footer Area */


/* -------------------------------------------- End Home Page Styles ---------------------------------------------------------- */




/* -------------------------------------------- Menu Page Styles ---------------------------------------------------------- */

#menu li
{
color: #333333;
font-weight:bold;
font-size:16px;
font-family:"Times New Roman", Times, serif;
/*display: inline;*/
list-style-type: none;
padding-right:8px;
padding-bottom:.2em;
}

#menu li a
{
color: #333333;
font-weight:bold;
font-size:16px;
font-family:"Times New Roman", Times, serif;
/*display: inline;*/
list-style-type: none;
padding-right:8px;
text-decoration:none;
}


#menu li a:hover
{
color: #333333;
font-weight:bold;
font-size:16px;
font-family:"Times New Roman", Times, serif;
/*display: inline;*/
list-style-type: none;
padding-right:8px;
text-decoration:underline;
}


#menuitemwrapper {
height:422px;
width:299px;
}


.menuitems {
font-size: 18px;
width:250px;
height:395px;
position:absolute;
top:265px;
overflow:auto;
visibility:hidden;
}


.subtext {
font-size:14px;
}


/* -------------------------------------------- End Menu Page Styles ---------------------------------------------------------- */
