@charset "utf-8";

html,body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;	
	background-color: #18322f;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #39403a;
	
}

.preload{display:none;}

h1 {
	color: #788b7c;
	font-size:40px;
	font-weight: bold;
	font-family:"Arial";
	margin: 0px;
}

img {
	border: 3px solid #788b7c;
	margin: 10px;
	float: left;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #39403a;
}

@font-face {
  font-family: 'duepuntozero_regular';
  src: url('fonts/duepuntozero_regular.eot');
  src: local('duepuntozero_regular'),
         url('fonts/duepuntozero_regular.ttf') format('truetype');
}

a:link {
	color: #39403a;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #39403a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a8c0ae;
	text-decoration: none;	
}

#container {
	height: 100%;
	width: 100%;
	position: relative;
	margin: auto;
	padding: 0px;
}


#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 119px;
	width: 950px;
	margin: auto;
	padding: 0;
}

#navbar {
	background-image: url(images/navbar_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 25px;
	width: 900px;
	margin: auto;
	padding: 0;
	position: relative;
	right: 3px;
}

#navbar ul	{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li	{
	float: left;
	margin-left: 6px;
}

#navbar li a {
	background-image: url(images/navbar_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: auto;
	line-height: 25px;
	height: 25px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: "duepuntozero_regular", arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #39403a;
	padding-left: 10px;
	padding-right: 10px;
} 

#navbar li a:hover {
 	background-image: url(images/navbar_hover_bg.png);
	background-repeat: repeat-x;
	font-family: "duepuntozero_regular",  arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #cce6d0;
}
 
/* Hide from IE5-Mac \*/
#navbar li a
{
	float: none
}
/* End hide */ 


#contentbg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 950px;
	height: 100%;
	min-height: 500px;
	margin: auto;
	padding: 0;
	padding-bottom: 25px;
}

#content {
	width: 880px;
	padding: 0;
	padding-bottom: -35px;
	margin-top: auto;
	margin-right: 35px;
	margin-left: 35px;
}


#footer {
	background-color: #bbd1bc;
	background-position: center;
	position: relative;
	font-size:12px;
	right: 3px;
	top: -15px;
	margin: auto;
	padding-left: 20px;
	height: 15px;
	width: 880px;
}


#galleryleft {
	position: relative;
	left: -2px;
	
}

#social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#social li a {
	text-decoration: none;
	display: block;
	width: 72px;
	height: 72px;
}

#social a.facebook {
	background-image:url(images/facebook.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 120px;
	right: 0px;	
}

#social a.facebook:hover {
	background-image:url(images/facebook_hover.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 120px;
	right: 0px;
}

#social a.myspace {
	background-image:url(images/myspace.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 190px;
	right: 0px;
}

#social a.myspace:hover {
	background-image:url(images/myspace_hover.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 190px;
	right: 0px;
}

#social a.bluelotus {
	background-image:url(images/bluelotus.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 258px;
	right: 0px;
}

#social a.bluelotus:hover {
	background-image:url(images/bluelotus_hover.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 258px;
	right: 0px;
}

#social a.email {
	background-image:url(images/email.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 329px;
	right: 0px;
}

#social a.email:hover {
	background-image:url(images/email_hover.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 329px;
	right: 0px;
}
