/*  Angle This Specific CSS Document */


/* Color Scheme
Dark Brown #595645
Light Brown #8c8570
Med Grey #777e8c
Text #ffffff

*/


body {
	background-color:#595645;
	background-image: url(images/anglethis-bg.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header{
	height: 174px;
}

#logo {
	width: 50%;
	float: left;
	padding-top: 30px;
}


#menu {
	text-align: right;
	float: right;
	padding-top: 10px;
}

#menu ul{list-style:none}

#menu li{
	font-size:14pt;
	color: #777e8c;
	font-weight: bold;
}

#menu li a{
	color: #777e8c;
}

#menu li a:hover{
	color: #595645;
}

#picture {
	clear:both;
	height: 285px;
	padding-top: 5px;
	background-image: url(images/fishermen.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#content {
	clear:both;
	color: #FFFFFF;
}

#content a{
	text-decoration:none;
	color: #CCCCCC;
}
#content a:hover{
	text-decoration:none;
	color: #777e8c;
}


#content ul{
	list-style-position: inside;
	margin-bottom: 1em;
}

#content li{
	font-style: italic;
}

#content h1{
	margin-bottom:0.5em;
	font-size: 14pt;
}

#content h2{margin-bottom:.5em}

#content h3{
	margin-bottom:0.5em;
	font-size: 12pt;
}

#content h4{margin-bottom:.5em}

#content h5{margin-bottom:.5em}

#content h6{margin-bottom:.5em}

#content p{
	margin-bottom:0.5em;
	font-size: 10pt;
}


#footer {
	clear:both;
	background-color: #ab9f9a;
	color: #FFFFFF;
	border-top: 1px solid black;
}

.left {float:left}
.right {float:right}
.gallery {border: 5px solid white}
#picture img.gallery{
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}
