@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul, menu, dir {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
	list-style: none;
}

img {
	border: 0;
	}

body {
	margin:0;
	padding:0;
	background-color: #666633;
	height: 100%;
	}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3f4a13;
	}

#mast {
	background-color: #f1f1eb;
	margin-top: 10px;
	}

.name {
	position: relative;
	font-family: Tangerine, Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	font-size: 65px;
	top: 7px;
	z-index: 500;
	}	
	
#header {
	width: 920px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

img.logo {
	position: absolute;
	right: -60px;
	top: 115px;
	z-index: 10;
	}
	
#slider {
	position: relative;
	background-color: #fff;
	width: 750px;
	height: 183px;
	top: -8px;
	z-index: 5;
	border: #3f4a13 thick solid;
	}
	
#navi {
	margin: 10px 0 10px 0;
	width: 100%;
	background-color: #ddc;
	height: 58px;
	}

#site_nav ul {
	width: 920px;
	padding: 11px 0 0 0 ;
	margin: 0 auto;
	}
	
#site_nav li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0 20px 0 0 ;
	}

#wrapper {
	background-image: url(/images/bgfade.png);
	background-repeat: repeat-x;
	background-position:bottom;
	background-color: #d7d7c2;	
	margin: 0px auto;
	overflow: auto;
	}
	
#container {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 920px;
	background-color: #d7d7c2;
	}
	
#post {
	background-image: url(/images/driftinn_logo.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 580px;
	margin: 0px 10px 10px 0px;
	padding: 15px 10px 10px 10px;
	border: #3f4a13 thick solid;
	float: left;
	background-color: #f8f8f5;
	font-family: Nobile, Arial, Helvetica, sans-serif;
	}

img.picPost {
	float: left;
	padding: 0 15px 0px 5px;
	}
	
#info {
	position: relative;
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	border: #3f4a13 thick solid;
	float: left;
	background-color: #f8f8f5;
	font-family: Nobile, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
.title {
	font-family: Old Standard TT, Arial, Helvetica, serif;
	font-size: 30px;
	color: #cc0000;
	}
	
.suite {
	font-family: Nobile, Arial, Helvetica, serif;
	font-size: 20px;
	color: #cc0000;
	}
		
	
#footer {
	margin-top: 6px;
	text-align: center;
	font-family: Nobile, Arial, Helvetica, serif;
	font-size: 12px;
	color: #fff
	}
	
#ft_text {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	}
	
.ft_item {
	display: block;
	float: left;
	padding-bottom: 6px;
	}