body, html {
	height:100%;
}
body {
	background:#181512 url(images/layout/background.jpg) no-repeat;
	margin:0;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.8em;
	letter-spacing:1px;
}
h1, h2, h3 {
	color:#D9A356;
	font-weight:lighter;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1em;
}
a {
	text-decoration:none;
	color:#D9A356;
}
a:hover {
	text-decoration:underline;
}
#leftside {
	float:left;
	width:70%;
	border-right:1px dashed #fff;
	min-height:800px;
}
#header {
	height:120px;
	border-bottom:1px dashed #fff;
}
#logo {
	background-image:url(images/layout/logo.jpg);
	width:177px;
	height:79px;
	float:left;
	margin:25px 0 0 40px;
}
#tagline {
	background-image:url(images/layout/tagline.png);
	width:339px;
	height:47px;
	margin-top:45px;
	margin-right:50px;
	float:right;
}
#sidebar {
	width:auto;
	margin-left:70%;
	overflow:auto;
}
#dotdot {
	height:120px;
	width:100%;
	border-bottom:1px dashed #fff;
}
.inner {
	padding:40px;
}
#nav {
	width:60%;
	height:210px;
	background:#999 url(images/layout/menu-bg.jpg) repeat-x;
	margin:0 auto;
	margin-top:-70px;
	position:relative;
}
#nav a {
	font-size:1.2em;
	font-style:italic;
	height:45px;
	line-height:35px;
	color:#181512;
	position:absolute;
	left:-13px;
	width:100%;
	padding-right:18px;
	outline:none;
}
#nav a span {
	padding-left: 30px;
}
#nav a.active {
	background:url(images/layout/menu-active.png);
}
#nav a:hover {
	text-decoration:none;
	padding-left:2px;
}	
#nav a.active:hover {
	padding-left:0;
}
#nav #home {
	top:15px;
}
#nav #about {
	top:60px;
}
#nav #gallery {
	top:105px;
}
#nav #contact {
	top:150px;
}
.sideblock {
	width:60%;
	margin:50px auto;
}
ul.links a {
	color:#fff;
}
ul.links {
	margin:0;
	padding-left:15px;
}
ul.links li {
	margin:10px 0;
}
#footer {
	height:40px;
	line-height:40px;
	font-size:0.8em;
	border-top:1px dashed #fff;
	clear:both;
}
#footerleft {	
	float:left;
	width:70%;
	text-align:center;
}
#footerright {
	float:right;
	width:30%;
	text-align:center;
}

/*Gallery*/

.leftgallery {
	float:left;
	width:50%;
	text-align:center;
}
.rightgallery {
	float:left;
	text-align:center;
	width:50%;
}
.gallery {
	border-bottom:1px dashed #D9A356;
	margin-bottom:20px;
}
.gallery img {
	margin-bottom:20px;
	border:3px solid #D9A356;
}
