/* text */
html,body{
	margin:0;
	padding:0;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	}
	
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	}


p{
	margin:0 10px 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.35em;
}

h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
	}
	
.attention {
	font-size: x-large;
	margin:10px 0px;
}
.redattention {
	font-size: x-large;
	color:#900
}	
	
	


/* links */	
a{
	color:#900;
	text-decoration:none
	}
	
a:focus, a:hover {
	color: #e00404
	}
	
div#navigation a, div#footer a{
	color:#000;
	}
	
div#navigation a:focus,div#navigation a:hover,div#footer a:focus,div#footer a:hover {
	color: #e00404
	}
	


/* Header */
div#header{
	background-image: url(../images/header.png);
	height:269px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	}
	



/*Content amd Structure*/
.wrapper{
	float:left;
	width:100%;
	background:url(../images/wrapper.png) repeat-y;
	height:500px;
	}
	
.wrapper.press{
	float:left;
	width:100%;
	background:url(../images/wrapper.png) repeat-y;
	height:100%;
	}
	
div#container{
	width:962px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

.content{
	margin: 0 200px;
 	width:410px;
	height:100%;
	  }
	  
div#content p{
	line-height:1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:10px;
	}
	
div.scroll {
	height: 430px;
	width: 350px;
	overflow: auto;
	border: 0px solid #666;
	padding: 4px;
	line-height:1;
	}

.photos{
	float: left;
	width:350px;
	margin-left:-350px
	}
	


/*Gallery*/
div#gallery{
	margin: 0px 200px;
 	width:670px;
	
	  }	
div#gallery p{
	line-height:1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	}




/* Navigation*/
div#navigation{
	float:left;
	width:160px;
	margin-left:-962px;
	padding-left:12px;
	padding-top:25px;
	}

div#navigation ul{
	margin:15px 0; 
	padding:0; 
	list-style-type:none;
	text-align:right;
	margin-right: 20px;
	line-height:2;
	color:#900;
	font-size:18px;
	}

div#navigation li{
	margin-bottom:5px;
	}



/*footer*/
div#footer p{
	margin:0;
	padding:5px 10px
	}
	
div#footer{
	clear:left;
	width:100%;
	height:240px;
	width:100%;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	padding-top:20px;
	}



.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



	  






