body{
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#ddec21;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#454545;
}

/*---General Layout---*/
#wrap{
	width:900px;
	margin:auto;
}

#header{
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:319px;
	text-align: center;
}


#primary_navigation{
	background-image:url(../images/bg_nav.gif);
	background-repeat:no-repeat;
	background-color:#151515;
	padding:10px;
	display:block;
	width:879px;
}

	#primary_navigation ul{
		text-align:center;
		margin:0;
		padding:0;
	}
		
		#primary_navigation ul li{
			display:inline;
			margin:0 20px 0 0;
			line-height:1;
		}
		
		
#content{
	background-color:#fffbec;
	border-left:5px solid #151515;
	border-right:5px solid #151515;
	width:889px;
	overflow:hidden;

}
	
	#primary_content{
		width:600px;
		float:left;
	}
	
	#secondary_content{
		width:196px;
		float:right;
	}
	
		.secondary_content_bloc{
			/*background-image:url(../images/bg_secondary_content_bloc_bottom.gif);*/
			/*background-position:bottom;*/
			/*background-repeat:no-repeat;*/
			background-color:#f1f1f1;
			border: 1px solid #ccc;
			padding:0 0px 20px 0px;
			margin-bottom:20px;
			-webkit-border-radius: 10px;    /* for Safari */
    		-moz-border-radius: 10px;       /* for Firefox */

		}
			
			.secondary_content_bloc form{
				width:90%;
				margin:auto;
			}
			
			
			.secondary_content_bloc h3{
				/*background-image:url(../images/bg_secondary_content_bloc_top.gif);
				background-repeat:no-repeat;*/
				padding-top:10px;
			}
			
#footer{
	background-image:url(../images/bg_content_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px;
	width:900px;
	_width:899px;
	text-align:center;
}

/*---Specific Elements---*/

#langs{
	position: absolute;
	margin:160px 0 0 390px;
	text-align: center;
}
/*photo gallery*/
#photo_gallery{
		font-size:87%;
}


#album{
	margin:20px 0;
	background-color:#F9F9F9;
	border:1px solid #EBEBEB;
	padding:5px;
}

#photo_gallery ul{
	list-style-type:none;
}

	#photo_gallery ul li{
		float:left;
		margin:5px;
		background-image:url(../images/bg_album.png);
		background-repeat:no-repeat;
		width:141px;
		/*height:141px;*/
		padding:3px 0 0 3px;
	
	}
	
	
		#photo_gallery ul li p{
			margin:0px;
			padding:0;
			text-align:center;
		}

		#photo_gallery ul li p.album_image{
			margin:7px;
			padding:0 7px 0 0;
		
		}
		
		#photo_gallery ul li p.album_title{
			font-size:12px;
			margin-top:15px;
		}
		
		
		
#photo_gallery input{
	font-size:87%;
	display:inline;
}


#photo_gallery select{
	font-size:87%;
	display:inline;
}


.photo{
	float:left;
	margin:12px;
	background-color:#ebebeb;
	padding:3px;
	border:1px solid #fff;
}

/*forms*/
fieldset{
	margin:20px 0;
	padding:20px;
	border:1px solid #ccc;
}

legend{
}

label{
	display:block;
	margin-bottom:5px;
}

input{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:10px;
}

input[type=submit] {
	width:auto;
	display:block;
	margin:10px 0;
}

textarea{
	width:100%;
	border:1px solid #ccc;
	margin-bottom:10px;
}

select{
	border:1px solid #ccc;
	margin-bottom:10px;
}


/*lists*/

ul{
	margin:20px 0;
	padding:0 20px;
	list-style-type:disc;
}

li{
	margin-bottom:10px;
	font-size:95%;
	line-height:1.6;
}



/*tables*/
table{
	//border:1px solid #aad047;
	border:1px solid #fff;
	border-collapse:separate;
	width:100%;
}

th{
	font-weight:bold;
	padding:5px;
	//border:1px solid #aad047;
	//background-color:#e9edba;
	background-color:#d1d69b;
	border:1px solid #fff;
	text-align:left;
}

td{
	padding:5px;
	//border:1px solid #aad047;
	background-color:#e9edba;
	border:1px solid #fff;
	
}

td.odd{
	background-color:#f2f5d2;
}



blockquote{
	margin:10px 20px;
}


/*---Typography---*/
h1{
	font-size:250%;
	margin-bottom:20px;
}

h2{
	font-size:200%;
	margin-bottom:20px;
	color:#0c8eb9;
	text-align:center;
}

h3{
	font-size:150%;
	margin-bottom:20px;
	//color:#86ac27;
	color:#e79800;
}

h4{
	font-size:110%;
	margin-bottom:20px;
}


p{
	margin:15px 0;
	line-height:1.4;
	font-size:95%;
	text-align:justify;
}


/*guestbook*/
p.author{
	text-align:right;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:20px; 	
}

blockquote{
	font-size:95%;
	line-height:1.6;
	text-align:justify;
}
/*primary navigationn*/
#primary_navigation a:link,#primary_navigation a:visited{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#primary_navigation a:hover{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

#primary_navigation a.active{
	background-color:#fffbec;
	color:#454545;
	padding:5px 10px 10px 10px;
}



.secondary_content_bloc h3{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}


.secondary_content_bloc p{
	width:90%;
	margin:10px auto;
}

#footer p{
	text-align:center;
}



/*links*/

a:link,a:visited{
	color:#0c8eb9;
}

a:hover{
	text-decoration:none;
}


a#back_albums{
	text-decoration:none;
}
/*---Misc---*/

.clr{
	clear:both;
	visibility:hidden;
}


.gutter{
	margin:30px;
}


.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

a img{

	vertical-align:middle;
	border:none;
	text-decoration:none;	
	
}