/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-image: url(img/bgd2slice.gif);
	min-width: 800px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #81796d;
	}
	
/* LAYOUT */

#wrap {
    margin: 0px auto;
    width: 800px;
	background-color: #81796d;
    }
	
#header {
	width: 800px;
	text-align: center;
	background: url(img/bgd2slice.gif) repeat-x left top;
	}
	
#logo {
	float: left;
	width: 300px;
	}
	
#navcontainer {
	background-color: #81796d;
	width: 800px;
	}
	
div#navcontainer
{
background-color: #81796d;
/*background-color: #fff; */
/*border-top: solid 1px #FFFFFF  a5edd9;
border-bottom: solid 1px #FFFFFF; */
}

div#navcontainer ul
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #665f56;
text-align: center;
margin: 0;
padding-bottom: 10px;
padding-top: 10px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #fff;
text-decoration: none;
border-right: 1px solid #665f56;
}

div#navcontainer ul li a:hover
{
background-color: #665f56;
color: #fff;
}

#active a { border-left: 1px solid #665f56; }
	
#flashcontent {
	background-color: #665f56;
	width: 800px;
	height: 500px;
	}
	
#search {
	float: right;
	width: 440px;
	height: 30px;
	padding: 30px 40px 20px 20px;
	text-align: right;
	}
	
	#search form {
		display: inline;
		}
		
#fullpage {
	width: 760px;
	padding: 20px;
	}
	
#fullpage p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 14px;
	}
	
#fullpage h1 {
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 14px;
	}
	
#main {
    float: left;
    width: 500px;
    }

#sidebar {
    float: right;
    width: 300px;
    }
	
#mainleft {
	float: left;
	width: 210px;
	padding: 20px;
	}
	
#mainright {
	float: right;
	width: 209px;
	padding: 20px;
	border-left: #CCCCCC solid 1px;
	}
	
#fullleft {
	width: 460px;
	padding: 20px;
	}
	
#rightcolumn {
    width: 260px;
	padding: 20px;
    }
	
#footer {
	clear: both;
	height: 100px;
	border-top: #CCCCCC solid 1px;
    }
	
	#footer a:link, a:visited, a:active {
		color: #999999;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #353891;
		text-decoration: none;
		}
	
#footerleft {
	float: left;
	width: 210px;
	padding: 20px;
	}
	
#footerright {
	float: right;
	width: 510px;
	padding: 20px;
	}
	
#form1 {
	text-align: left;
	}
	
.floatitright {
	float: right;
	}
	
.floatitleft {
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 0px 20px 0px 0px;
	background-color: #46423B;
	}
	
