/* 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 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
	}
	
.attention {
	font-size: x-large;
}
.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*/
div#wrapper{
	float:left;
	width:100%;
	background-image:url(../images/wrapper.png);
	height:497px;
	}
	
div#container{
	width:962px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
}

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

div#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:220px;
	width:100%;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	}







	  





