@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

a:link {color:#000000; text-decoration:underline;  font-weight:normal;}
a:visited {color:#000000; text-decoration:underline;  font-weight:normal;}
a:active{color:#006699; text-decoration:none;  font-weight:normal;}
a:hover {color:#ff6600; text-decoration:underline;  font-weight:normal;}
	
a:link img {border:none;}
a:visited img {border:none;}
a:active img {border:none;}
a:hover img {border:none; }

#copy
{
font-size:11px;
color:#333;
}



#container
{
	margin: 0 30px;
	background: #fff;
}

#header
{
	background: #fff;
	padding: 20px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 100%;
	background: #333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
	font-size:12px;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #999; }

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color: #000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #fff;	
	padding: 20px;
	
	
}

#footer2
{
	background: #ccc;
	text-align: center;	
	padding: 10px;
	height: 30px;

}

ul#sub { list-style-type: none; margin:0; padding:5px; }

ul#sub a:link {color:#756; text-decoration:underline;  font-weight:normal; font-size:95%;}
ul#sub a:visited {color:#000; text-decoration:underline;  font-weight:normal; font-size:95%;}
ul#sub a:active{color:#006699; text-decoration:none;  font-weight:normal;}
ul#sub a:hover {color:#FF6600; text-decoration:underline;  font-weight:normal;}


#hide
{
position:absolute;
left:-99999px;
}

#galul { list-style-type : none;
width : 780px;
margin : 0;
padding : 0;
display : block;
}

#gal { position : relative;
float : left;
width : 260px;
padding : 2em 0; 
display : block;
}

	







