@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/bg.jpg);
	font-family:caviar_dreamsregular;
	color: #E9C0B1;
}

a { 
	color: #E9C0B1;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
	font-family:sverige_script_demoregular;
	margin-bottom: -20px;
	margin-top: 0px;

}

#page {
	width:760px;
	height:100%;
	margin: 0 auto;
	}

#logo {
	width:262px;
	height:204px;
}

#header-image {
	width:498px;
	height:204px;
	background-image:url(../img/temp-header.jpg);
	margin-left:262px;
	margin-top:-204px;
}

#menu {
	width:100%;
	height:42px;
	background-image:url(../img/menu-bg.jpg);
}

#main-content {
	background-color:#cd7024;
	height:100%;
	padding-top:10px;
}

#home-slider {
	width:100%;
	background-color:black;
	margin-bottom:10px;
	height: 300px;
overflow: hidden;
}
#content {
	width:100%;
	min-height:288px;
	background-image:url(../img/content-bg.png);
	background-position:-1px;
	margin-bottom:10px;
}

#footer {
	width:100%;
	height:40px;
	background-image:url(../img/footer-bg.jpg);
	background-position:-1px;
	margin-bottom:10px;
	text-align:center;
}

.nivo-directionNav {
	display:none;
}

#sidebar-image {
	height:288px;
	background-color:#000;
	float:left;
	overflow:hidden;
	width:145px;
}

#content-area {
	width: 600px;
float: right;
margin-top: 10px;
color: #E9C0B1;
font-size:12px;
margin-right:5px;
}

#footer p{
	padding:10px;
}
