/* CSS Document */

html,body{margin:0;padding:0}
body{
	font-size:100%;
	text-align:center;
	background-color: #FFFFFF;  background-position:top; background-repeat:no-repeat; 
	margin: 0 auto; 
	font-family: "lucida grande", "lucida sans unicode", arial, sans-serif;
	color: #FFFFFF;
}
p{padding:10px 10px 10px ;text-align:left;}
img.floatleft {float: left; 
    margin: 10px; 
}
img.floatright {float: right; 
    margin: 10px; 
}
a{color: #333333; text-decoration:none;}
div#header h1{
	height:150px;
	margin:0;
	background-color:#FFFFFF;
	color:#666666;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
div#container{text-align:left; width:800px;margin:0 auto}


div#content{
	float:left;
	width:300px;
	height:398px;
	background-color:#FFFFFF;
	color:#666666;
	border-top:1px solid #444;
}
		
div#content p{	font-size: 0.75em; line-height:1.4; margin: 10px 10px 0px 10px; color:#666666; }
div#content p a{	font-size: 1.2em; line-height:1.4; color:#666666;}

.fatbox{
	display:block;
	left:17px;
	background-color:#FFFFFF;
	width: 245px;
	position:relative;
	text-align:center;
	padding:10px;
		color:#666666;
		border-bottom: 1px #666666 solid;
		border-right: 1px #666666 solid;

	}

.fatbox p2 {
	font-size:0.9em;
		color:#666666; 

	}

.fatbox p2 a{
	color:#666666; 
	text-decoration:underline;
	}

div#separator {
	float:left;
	width: 2px;
	height: 400px;
	position: relative;
	border-top:1px solid #444;
	}


div#navigation{
	float:left;
	width:498px;
	height:399px;
	background-color:#CCCCCC;
	border-bottom:1px solid #444;
	
}
div#navigation p {text-align:left; padding:0px 10px 0px 10px; font-size:0.75em; color:#333333;}
div#navigation strong{line-height:0.6em;  color:#333333; }

div#navigation ul {padding:0; margin:0; list-style-type:disc;}

#navtext {display:block; float: left; width:250px; height:390px; margin: 10px;}
#navtext p {display:block; width:250px; margin: 10px 5px 5px 0;  color:#333333;  font-size:0.89em; }

#navtext ul {list-style:none; width:200px; position:relative; float:left; }
#navtext ul p {display:block; width:250px; height:52px; float:left; margin: 20px 10px 0px 0;  color:#330099; font-variant: small-caps; font-size:1.3em;
border-bottom-style:solid;
border-bottom-color:#333366;
border-bottom-width:1px;
border-left-style:solid;
border-left-color:#333366;
border-left-width:1px;
}
#navtext ul p a { text-decoration:none; color:#003399;
 }

#gallery {display:block; float: right; width:150px; height:390px; }
#gallery ul {list-style:none; width:83px; position:relative; float:right; }
#gallery ul p {display:inline; width:52px; height:52px; float:left; margin: 20px 0px 5px 0;}
#gallery ul p a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; }
#gallery ul p a img {display:block; width:50px; height:50px; border:0;}
#gallery ul p a:hover {white-space:normal; border-color:#ddd;}
#gallery ul p a:hover img {position:absolute; right:150px; top:5px; width:auto; height:auto; border:1px solid #000; }


/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_seven */
.menu1 {
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	height:25px;
	width: 496px;
	background:#fff url(menu1/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
	float:right;
	left: 0px;
}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:25px; line-height:25px; color:#666666; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 2px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 6px 0 8px;}
.menu1 li.current a {color:#CC0000; background:#FFFFFF url(menu1/button3.gif);}
.menu1 li.current a b {background:url(menu1/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#666666; background:#CCCCCC url(menu1/button2.gif);}
.menu1 li a:hover b {background:url(menu1/button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#666666; background:#CCCCCC url(menu1/button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(menu1/button3.gif) no-repeat right top;}

.menufiller {display:block; float:left; height:25px; width:1px; background-color: #FFFFFF;}

div#footer{clear:both;width:100%; left: 30px; position: relative; color: #000000;}
div#footer p{margin:0;padding:5px 10px; text-align:left; font-size:.9em}

div#extra{
	float:right;
	clear:right;
	width:450px;
	text-align:right;
	background-color:#666666;
	display: none;
}

