/* FRBR Stylesheet */

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../img/dofrbr_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	color:#897067;
}

a {
	color:#B9000E;
}

#wrapper {
	display:block;
	width:860px;
	margin:0 auto;
}

#header {
	display:block;
	height:200px;
}

#logo {
	position:absolute;
	width:156px;
	height:61px;
	top:63px;
}

#nav {
	display:block;
	position:absolute;
	height:60px;
	margin-left:500px;
	top:85px;
	width:390px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav li {
	float:left;
	margin:0px;
	padding:0px;
	
}

#nav li a {
	display:block;
	padding:4px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#F1EEE4;
}


#nav li a:hover {
	color:#FFF;
}

#home #home a,
#about #about a,
#shop #shop a,
#contact #contact a {
	color:#FFF
}

#content {
	display:block;
	padding:10px;
}

#content p {
	font-size:14px;
	color:#F1EEED;
}

#splash {
	display:block;
	height:280px;
}

#footer {
	padding:10px;
}

#bottomthree p{
	font-size:11px;
	color:#F0EDE8;
	width:90%;
}

#copyright {
	font-size:10px;
	color:#DAD3CB;
	border-top:1px solid #111;
	margin-top:20px;
	padding-top:20px;
}

/* classes */

.left_50 {
	float:left;
	width:50%;
}
.right_50{
	float:right;
	width:50%;
	text-align:right;
}

.left_33 {
	float:left;
	width:33%;
}

/* clearfix */

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix
{
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
}
* html .clearfix
{
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
}


img, div, input { 
	behavior: url("htc/iepngfix.htc") ;
}
