@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1E587C;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-size:15px;
	font-weight:bold;
}

p {
	margin:0px 0px 10px 0px;
}

p, ul, div {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	color:#FFFBEF;
}

a {
	color:#F90;
	text-decoration:none;
}

ul, li {
	margin-left:8px;
	padding-left:0px;
}

a:hover {
	color:#FF0;
}

a:visited {
	color:#F90;
	text-decoration:none;
}

a:visited:hover {
	color:#FF0;
}

img {
	border:0px;
}

.float-left {
	float:left;
}

#main-wrapper {
	width:1040px;
	position:relative;
	margin:0px auto;
}

#main-content-wrapper {
	width:800px;
	padding-bottom:50px;
}

#main-content {
	background-image:url(images/west-coast_11.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
}

/* NAVIGATION */

a.navlink {
	display:block;
	height:109px;
	float:left;
	text-decoration:none;
}

a.navlink span {
	visibility:hidden;
}

a#home {
	background-image:url(images/west-coast_03.jpg);
	width:75px;
}

a#home:hover {
	background-image:url(images/west-coast-b_03.jpg);
}

a#gallery {
	background-image:url(images/west-coast_04.jpg);
	width:97px;
}

a#gallery:hover {
	background-image:url(images/west-coast-b_04.jpg);
}

a#services {
	background-image:url(images/west-coast_05.jpg);
	width:101px;
}

a#services:hover {
	background-image:url(images/west-coast-b_05.jpg);
}

a#about {
	background-image:url(images/west-coast_06.jpg);
	width:108px;
}

a#about:hover {
	background-image:url(images/west-coast-b_06.jpg);
}

a#contact {
	background-image:url(images/west-coast_07.jpg);
	width:135px;
}

a#contact:hover {
	background-image:url(images/west-coast-b_07.jpg);
}

/* PLOGGER GALLERY MODS */

#header-table {
	display:none;
}

/* #pagination {
	display:none;
} */
