@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.jpg) repeat;
}

#container {
	margin: 0 auto;
	width: 950px;
	background:url(../images/bg_container.png) no-repeat;
}

#header {
	height: 100px;
}

#logo {
	float: left;
	width: 325px;
	height: 100px;
}

#logo a {
	display: block;
	width: 325px;
	height: 100px;
	border: none;
}

#logo a span {
	visibility: hidden;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
}

#nav {
	float: right;
	margin: 70px 40px 0 0;
}

#nav p {
	color: #fff;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	
}

#nav a {
	margin: 0 10px;
}

#nav a:link, #nav a:visited, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	padding-bottom: 3px;
}

#above {
	height: 38px;
}

#above p {
	text-align: right;
	padding: 10px 90px 0 0;
	font-size: 16px;
}

.bg_above {
	background: #FFF;
}

#above a {
	padding: 0 10px;
	font-weight: bold;
}

#above a:link, #above a:visited {
	color: #900;
	text-decoration: none;
}

#above a:hover, #above a:active {
	color: #900;
	text-decoration: underline;
}

#content {
	width: 760px;
	height: 590px;
	margin: 12px 0 0 100px;
}

#content h1 {
	padding: 10px;
	font-size: 24px;
	line-height: 150%;
}

#content p {
	padding: 10px 10px 0 10px;
	line-height: 200%;
}

.photos {
	padding: 0 20px 0 0;
}

#content img {
	}
	
#content a:link, #content a:visited {
	text-decoration: none;
	color: #900;
}
	
#content a:active, #content a:hover {
	text-decoration: underline;
	color: #900;
}

#contact {
	float: right;
	display: inline;
	width: 375px;
	margin-right: 10px;
}

#gallery {
}

#gallery h1 {
	padding: 5px 0 10px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.small {
	font-size: 12px;
	font-weight: normal;
	padding-left: 375px;
}
#footer {
	width: 950px;
	height: 70px;
}

#footer a {
	display: block;
	width: 950px;
	height: 70px;
	border: none;
}

#footer a span {
	visibility: hidden;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
}