body {
	position: relative;
	background: url(images/backgroud-repeat.png) repeat-x #363636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 760px;
	margin: auto;
}
a {
	color: #A2303A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav {
	position: absolute;
	top: 3px;
	right: 15px;
	color:#FFF;
	width: 100%;
	text-align: right;
	letter-spacing: 0.15em;
}
#nav p {
	padding: 0;
	margin: 0;
}
#nav a, #footer a  {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	color:#A2303A;
}
#main {
	position: absolute;
	top: 20px;
	height: 562px;
	width: 100%;
}
.home {
	background:url(images/home_background.jpg) no-repeat;
}
.gallery {
	background:url(images/gallery_background.jpg) no-repeat;
}
.contact {
	background:url(images/contact_background.jpg) no-repeat;
}
#text {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 220px;
	height: auto;
	text-align: justify;
}
#text p {
	margin: 10px 0;
	padding: 0 
}
#footer {
	position: absolute;
	top: 585px;
	left: 0px;
	color: #fff;
}
#footer p {
	margin: 0;
	padding: 0;
}
