h2,h3{
	color: #000000;
	font: 11px Arial;
	font-weight: bold;
	margin:0px;
	
}


html {
	margin: 0px;
	padding: 0px;
	background: #111;
	color: #ffffff;
	height: 100.05%; /* force scrollbar */
	font: 11px Arial;
	text-align: center;
}
 

body {
		margin: 0px;
	padding: 0px;
	
	}


#site {
	margin: 0px auto 0px auto;
	border: 0px solid #000000;
	padding: 0px;
	width: 955px;
	text-align: left;
	background: #000000;
	overflow: hidden; 
} 


#header {
	width: 955px;
	height: 100px;
	background: url(gfx/header.jpg) repeat-y;
	padding-right:0px;

}

#header-left { 
	float: left; 
	visibility: hidden;
 
	}


#header-right {
	float: right;
	color: #ffffff;
	padding-top: 48px;
	padding-right: 50px;
	text-align: right;
	font-weight: bolder;
	


}



#menu {
	padding-left: 30px;
	width: 955px;
}



#menu ul {

	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {

	float: left;
	margin-right: 30px;
	padding-top:3px;
}



#menu a {
	display: block;
	color: #99f;
	text-decoration: none !important;
	font-weight: bold;
}


 
#menu a:visited {
	color: #99f;
}

#menu a:hover {
	color: #ffffff;
}

#menu  a:active {
	color: #99f;
}


#content {
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	text-align: center;

}

#content-left { 
	width: 300px; 
	float: left; 
	
	padding-left: 30px; 
	padding-right:0px;
	margin-right: 30px; 
	margin-bottom: 30px; 
	/*border-right-color: #aaaaaa; 
	border-right-style: solid;
	border-right-width: 1px;*/
	text-align: justify;
	

}

#content-right {
	text-align: right;
	

}


#content-left-bottom {
border: 1px solid #aaaaaa;
width: 100%;
margin-top: 30px;

}

#picinfo-icons {

	background-color: #aaaaaa;
	float: right;
	margin-top: 0px;
	padding: 2px;
	vertical-align: bottom;
}

#h3text {
	padding: 2px;
	background-color: #aaaaaa;
}
#pictext {
	padding: 2px;

	margin-top:0px;
	margin-bottom: 0px;
}

#footer {
	width: 955px;
	height: 95px;
	background: url(gfx/footer.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	clear: both;

}



a:link { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}

a:visited { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}

a:hover { 
	color: #aaaaaa;
	text-decoration: underline !important;
	font-weight: normal;
}

a:active { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}
a:focus { 
	color: #aaaaaa;
	text-decoration: none !important;
	font-weight: normal;
}
