@font-face { font-family: BebasNeue; src: url('../fonts/BebasNeue.otf'); }
@font-face { font-family: OpenSans; src: url('../fonts/OpenSans.ttf'); }

/* Body, Wrapper & Globals */

body {
	font-family: OpenSans, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px;
	background:url('images/bg.png') #f1e3ce;
}

#wrapper {
	margin:0px auto;
	width:1000px;
	position:relative;
}


/* Header */
#siteheader {
	height:200px;
	width:600px;
	float:left;
	background:url('../images/header.png') no-repeat;
}

/* Nav */

nav {
	float:right;
	margin-top:0px;
	margin-left:-30px;
}

nav li, li a {
	float:right;
	text-align:center;
	list-style:none;
	color:#bb9761;
	font-size:16pt;
	text-decoration:none;
	padding-left:10px;
}

nav li a:hover {
	color:#e59d31;
}

a {
	color:#bb9761;
}

a:hover {
	color:#e59d31;
}


/* Content */

#content {
	clear:both;
	background:url('../images/dotline.png') top repeat-x;
	width:1000px;
	display:inline-block;
	
}

#left {
	width:500px;
	float:left;
	margin-top:50px;
}

#left header,#right header {
	background:url('../images/dotline_small.png') repeat-x bottom;
	height:45px;
	font-family:BebasNeue;
	font-size:21pt;
	color:#e59d31;
	text-transform:uppercase;
	margin-top:20px;
}

#left p, footer, li, #right p, footer, li {
	font-family:OpenSans;
	font-size:12pt;
	color:#bd9963;
}

#right {
	width:350px;
	float:right;
	margin-top:50px;
}

#right footer {
	height:50px;
	margin-top:-50px;;
}

/* Button */
.btn {
	background:url('../images/btn.png') bottom;
	height:26px;
	width:98px;
	text-align:center;
	font-size:10pt;
	line-height:26px;
	color:#fff;
}

.btn:hover {
	background-position:top;
}


.btn a {
	text-align:center;
	list-style:none;
	color:#bb9761;
	text-decoration:none;
}


/* Footer */
#sitefooter {
	clear:both;
	height:100px;
	text-align:center;
	font-size:10pt;
	margin-top:120px;
	border-top:1px dashed #e59d31;
	line-height:80px;
}
