body {
	margin:0;
	padding:0;
	text-align:center;
	font:0.9em Arial, Helvetica, sans-serif;
	background-color:#fff;
}

.clear {
	clear:both;
}

img {
	border:none;
}

#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
}

/* ============================================= LEFT CONTENT */

#left-content {
	float:left;
	width:400px;
	height:579px;
	background-image:url(../pix/main_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* ============================================= NAVIGATION */

#navigation {}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.3em;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation ul li {
	display:inline;
	margin-right:5px;
	margin-left:5px;
	padding-right:10px;
	border-right:1px solid #c27f80;
}

#navigation ul li a, #navigation ul li a:visited {
	color:#473c27;
	text-decoration:none;
	text-shadow:1px 1px 1px #ccc;
}

#navigation ul li a:hover {
	color:#e62b3d;
}

#navigation ul li a:active {
	position:relative;
	top:1px;
}

/* ============================================= RIGHT CONTENT */

#right-content {
	float:right;
	width:540px;
	margin-top:30px;
	padding-bottom:20px;
}

#main-content {
	margin-top:40px;
	margin-left:5px;
	color:#666;
	line-height:1.5em;
}

#main-content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:100;
	padding-bottom:10px;
	border-bottom:1px solid #c27f80;
	margin-bottom:10px;
}

#main-content h2 {
	font-size:1em;
}

#main-content h3 {
	font-size:1em;
	padding-bottom:5px;
	margin-bottom:0px;
	padding-bottom:0;
}

#main-content a, #main-content a:visited {
	color:#c27f80;
}

#main-content a:hover {
	color:#e62b3d;
}

#main-content table a, #main-content table a:visited {
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1d9880;
	padding:10px 40px 10px 0px;
	background-image:url(../pix/view_gallery_btn.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#main-content table a:hover {
	color:#016b57;
}

/* ================================================= GALLERIES */

.gallery {
    float:left;
    width:150px;
    min-height:160px;
    margin:0 8px 10px 0;
    background-color:#efefef;
    border:4px solid #efefef;
	padding:4px;
}

.gallery img {
	margin:0;
	padding-bottom:10px;
}

.gallery:hover {
	-webkit-box-shadow:4px 4px 4px #ccc;
	-moz-box-shadow:4px 4px 4px #ccc;
}

.photo {
    float:left;
    margin:0 10px 10px 0;
	border:4px solid #fff;
}

.photo:hover {
	border:4px solid #efefef;
	-webkit-box-shadow:4px 4px 4px #ccc;
	-moz-box-shadow:4px 4px 4px #ccc;	
}

/* ============================================= FOOTER */

#footer {
	border-top:1px solid #c27f80;
	padding:10px 0 0 0;
	color:#666666;
	line-height:1.5em;
	text-align:right;
	margin:0;
}

#footer a, #footer a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;	
}

#latest-news {
	width:93%;
	background-color:#efefef;
	color:#666;
	padding: 10px;
	margin-top:10px;
}

#latest-news h3 {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	border-bottom:1px solid #ccc;
	margin:0;
	padding: 5px 0 10px 0;
}

#latest-news a, #latest-news a:visited {
	text-decoration:none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

