/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#882735;
	margin:0px;
	background-position:center;
	}

#WholePageContainer	{
    width:800px;
	height: 100%;
	margin: 10px auto;
background-image:url(../images/body_slice.gif);
	
	
}

#contentcontainer {
background-image:url(../images/body_slice.gif);
background-repeat:repeat-y;

	
}

#header	{
	position:top;
	background-image:url(../images/header.jpg);
	clear:both;
	width:800px;
	height:159px;
}

#navs {
	position:absolute;
	float:left;
	height:428px;
	width:252px;
	background-image:url(../images/nav_space.jpg);
	}

#header_navs {
	position:absolute;
	bottom:344px;
	right:32px;
	width:163px;
	height:76px;
	background-image:url(../images/nav_bkgd.png);
	background-repeat:no-repeat;
}

#content {
padding-left:252px;
	clear:both;
	width:548px;
	height:auto;
	vertical-align:top;
	background-image:url(../images/body_slice.gif);
	background-repeat:repeat-y;
	}

#footer	{
	text-align:left;
	width:800px;
	height:12px;
	background-repeat:no-repeat;
	vertical-align:bottom;
}	


a:link {
	color:#000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #cccccc;
}
a:active {
	color: #000000;
}

h1 {
	font-size: 100%;
	padding-left: 10px;
	color:#882735;
	font:"Century Gothic";
	
}
h2 {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font:"Century Gothic";
    color:#882735;
}
h3 {
	font-size: 100%;
	padding-left: 3px;
	font:"Century Gothic";

}
h4 {
	font-size: 65%;
	padding-left: 3px;
	padding-right: 10px;
}
h5 {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font:"Century Gothic";

}
p {font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	font:"Century Gothic";

	
}
a.toplink{
	font-weight:bold;
	font-size:14px;
}

a.toplink:link {
	text-decoration: none;
	color:#685944;
}
a.toplink:visited {
	text-decoration: none;
	color:#000000;
}
a.toplink:hover {
	text-decoration: none;
	color: #7A2221;
}
a.toplink:active {
	text-decoration: none;
	color: #000000;
}
a.bottomlink{
	text-decoration:none;
	font-size:80%;
}
a.bottomlink:link {
	color: #B2A185;
}
a.bottomlink:visited {
	color: #9e896a;
}
a.bottomlink:hover {
	text-decoration:underline;
}
a.bottomlink:active {
	color: #FFFFFF;
}

li {font-size:12px; 
    padding-left: 1px; 
	font-weight:bold;
}

ul {padding-left:60px;
           padding-right:5px;
		   list-style-position:outside;
		   font-color:#000000;}	

#PicRight {float:right; margin-left: 75px; margin-right: 20px; margin-top: 10px; margin-bottom: 10px;
}

#PicLeft {float:left; margin-left: 20px; margin-right: 10px; margin-top: 0px; margin-bottom: 3px; padding-right:15px;
}

