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

body
{
	background-color:#333;
}

#wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	color:black;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
}

h1
{
	color:white;
	text-align:center;
}

#content
{
	background-color:#999999;
	background-image:url('/images/content_border_left.jpg');
	background-repeat:repeat-y;
	background-position:left;
}

#content-top
{
	background-image:url('/images/content_top.jpg');
	background-repeat:no-repeat;
	padding-bottom:1px;
	/*These next two lines will make it so the content isn't inside of the borders.*/
	padding-left:54px;
	padding-right:54px;

}

#content-bottom
{
	background-position:bottom;
	background-image:url('/images/content_bottom.jpg');
	background-repeat:no-repeat;
	padding-bottom:55px;
	padding-left:54px;
	padding-right:54px;
}

#content-right
{
	background-image:url('/images/content_border_right.jpg');
	background-repeat:repeat-y;
	background-position:right;
}

#header
{
    text-align:center;
}

#header img
{
    border-style:none;
}

#nav
{
    width:100%;
    background-image:url('/images/nav_background.png');
    background-repeat:repeat-x;
    display:block;
    float:left;
}

#nav ul
{
    list-style: none;
    margin:0;
    padding: 0;
    margin-left:6%;
  	margin-right:6%;
		height:27px;
}

#nav li
{
    float:left;
    background: url('/images/nav_background_button_right.png') 100% 0;
		background-repeat:no-repeat;
    margin: 0;
}

#nav li:hover
{
		background: url('/images/nav_background_button_right.png') 100% -27px;
		background-repeat:no-repeat;
}

#nav a
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-style:italic;
    font-weight:bolder;
    padding-right:20px;
    padding-left:20px;
		height:27px;
	  background: url('/images/nav_background_button_left.png') 0 0;
	  background-repeat:no-repeat;
	  left:0;
}

#nav a:hover
{
    background: url('/images/nav_background_button_left.png') 0 -27px;
		background-repeat:no-repeat;
}

#footer
{
	width:100%;
	background-image:url(/images/footer_background.png);
	background-repeat:repeat-x;
	display:block;
	float:left;
	margin-bottom:15px;
	border-style:solid;
	border-color:#CCC;
	border-width:1px;
	margin-right:1px;
	margin-left:-1px;
	border-top-width:0;
}

#footer ul
{
    list-style: none;
    margin:0;
    padding: 0;
    margin-left:2%;
    margin-right:2%;
		height:27px;
}

#footer li
{
    float:left;
    background: url('/images/footer_background_button_right.png') 100% 0;
		background-repeat:no-repeat;
    margin: 0;
}

#footer li:hover
{
		background: url('/images/footer_background_button_right.png') 100% -27px;
		background-repeat:no-repeat;
}

#footer a
{
    display: block;
    color: #fff;
    text-decoration: none;
	  height:27px;
	  font-style:italic;
	  font-weight:bolder;
	  padding-right:15px;
	  padding-left:15px;
	  background: url('/images/footer_background_button_left.png');
	  background-repeat:no-repeat;
}

#footer a:hover
{
    background: url('/images/footer_background_button_left.png') 0 -27px;
		background-repeat:no-repeat;
}

#footer span
{
	font-style:italic;
	font-weight:bolder;
	margin:0;
	padding:0;
	padding-left:25px;
	padding-top:3px;
	margin-right:10px;
	color:white;
	float:left;
}
