/* CSS Document */

 @import url("reset.css");


body {
color: #333333;
font-family:  arial,sans-serif;
font-size: 70%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
background: white url(body_bg.jpg) top left repeat-x;
border-bottom:6px solid #000000;
border-left:6px solid #000000;
border-right:6px solid #000000;
} 

a {
	text-decoration: underline;
	color: #FF0000;
	
}

a:hover {
	text-decoration: underline;
}

h1{
	font-size: 1.2em;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
	letter-spacing:2px;
	}	
		
		
h2{
	font-size: 1em;
	line-height: 1.8;
	border-bottom : 1px solid #000;
	padding-bottom:5px;
	margin-bottom:15px;
	margin-top:15px;
	color: #000;
	font-weight: bold;
	letter-spacing:2px;
	}
	
h3{
	font-size: 1.2em;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
	letter-spacing:2px;
	padding-top:20px;
	padding-bottom:10px;
	}
	
P{
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5;
	padding-bottom : 1em;
	color: #333333;
	
	}

	
	
.red{
	color: #FF0000;
}

.small{
	font-size:11px;
	padding-top:30px;
}

.linktotop{	
	padding:5px;
	padding-top:10px;
	width:856px;
	display: block;
	height:9px;
	text-decoration:none;
	border-bottom:1px solid #000;
	background: white url(up.gif) bottom right no-repeat;
}

.linktotop2{	
	padding:5px;
	padding-top:10px;
	width:856px;
	display: block;
	height:9px;
	text-decoration:none;
	background: white url(up.gif) bottom right no-repeat;
}

.linktotop:hover, .linktotop2:hover{text-decoration:none;	}
.plan{
	border:1px solid #CCCCCC;
	padding:1px;
}

.left_picture{
	float:left;
	border:1px solid #CCCCCC;
	padding:1px;
	margin:5px;
}

.right_picture{
	float:right;
	border:1px solid #CCCCCC;
	padding:1px;
	margin:5px;
}

.album_picture{	
	border:1px solid #FFF;
	padding:1px;

}


div.album{
display:inline;
text-align:left;
width:430px;
float:left;
color:#333333;
text-decoration:none;
margin:0px;
border:1px solid #FFF;
}

div.album>em{
display:block;
padding-top:0px;
font-size:1em;
font-style: normal;
color:#333333;
text-decoration:none;
}

.albumcontainer {

display:block;

}

div#banner_content {
	margin-left: 50px; 
	width:917px; 
	height:144px;
	background-color: white;
	background: white url(banner_bg.jpg) top right no-repeat;
}

div#banner_logo {
	float:left;
	position:relative;
	height:120px;
	width:132px;
}

div#banner_logo a {
	height:120px;
	width:132px;
	border:0px;
}



div#banner_menu  {
	float:left;
	position:relative;
	padding-right:15px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6;
	height:120px;
	font-weight: bold;
	
}

div#banner_menu ul {
margin-top:45px;

}

div#banner_menu li {
	display:inline;
	
	
}

div#banner_menu a {
	color:#333333;
	letter-spacing:2px;
	text-decoration: none;
	padding-left:10px;
	padding-right:8px;
	border-left:1px solid #333333;
	}
	
div#banner_menu a.first {
	padding-left:0px;
	border-left:none;
	}
	

div#banner_menu a.selected_link{
	 color: black;
	 font-weight:bold;
	 color:#FF0000;
	}
	


div#banner_menu a:hover {
	color: #FF0000;
	text-decoration: none;
	}

div#main_content {
	background-color: #FFFFFF;
	padding-top:20px;
	margin-left: 50px; 
	margin-right: 10px; 
	width:883px;
	display:block;
} 


	
div#main_page{
	margin:0px;
	margin-left:5px;
	padding-bottom:0px;
	position:relative;	
	float:left;
	width:866px; 
	}

#main_page ul{
margin:5px;
margin-left:25px;
margin-bottom:15px;
list-style: url(list.gif);
color: #333333;
}


	
div#footer_content {
	background: white url(footer_bg.jpg) top right no-repeat;
	margin-left: 50px; 
	margin-right: 10px; 
	padding-bottom:20px;
	width:917px;
	
}


div#footer_copyright  {
	float:left;
	position:relative;
	padding:0px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6;
}

div#footer_menu  {
	float:right;
	position:relative;
	padding:15px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6;
	
}

.clearall{
	clear: both;
	}
	
.clearleft{
	clear: left;
	}		
