html, body	{
	margin:0px;
	padding:0px;
	height:100%;
}

body	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#760600;
}

a:link {
	color:#12171B;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

h1 {font-size:16px;
	padding-left:40px;
	color:#000000;
	}
h2 {font-size:16px;
	padding-left:38px;
	color:#000000;
	}
h3 {font-size:15px;
    padding-left:38px; 
	color:#000000;}
h4 {font-size:11px;
    padding-left:38px;
	color:#000000;
	padding-top:10px;}
h5 {font-size:9px;
	color:#000000;
	padding-right:20px;}
p  {font-size:14px;
    text-align:left;
    padding-left:42px;
	padding-right:15px;
	font-color:#000066;}
li {font-size:12px; 
    font-weight: bold; 
	padding-left: 5px;}
ul {padding-left:65px;}

#wholePageContainer	{
	width:780px;
	margin:5px auto;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
}

#ContentContainer	{
	position:relative;
	clear:all;
	height:100%;
	background-image:url(../images/body_slice.jpg);
	padding:0px auto;
}

#navs{
    position:relative;
	clear:all;
	width:780px;
	height:31px;
	background-image:url(../images/background.jpg);}

#header	{
	position:relative;
	clear:all;
	width:780px;
	height:155px;
	z-index:99;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color:#990000;
}

#body {
    position:relative;  
	height:auto;
	width:780px;
	background-image:url(../images/body_slice.jpg);
	background-repeat:repeat-y;
	font-color:#ff0000;
}
	
#body a:link {
	color:#990000;
}
#body a:visited {
	color: #333333;
}
#body a:hover {
	color: #999999;
}
#body a:active {
	color: #000000;
}	
	
#footer	{
	clear:both;;
	width:780px;
	height:40px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}	


#footer a:link {
	color:#A72316;
}
#footer a:visited {
	color:#ccccccc;
}
#footer a:hover {
	color:#999999;
}
#footer a:active {
	color:#000000;
}

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

#PicLeft {float:left; margin-left: 40px; margin-right: 25px; margin-top: 5px; margin-bottom: 3px;
}

