@charset "UTF-8";
/* formatting style
------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 70%;
	line-height: 1.6;
	color: #461E18;
	background-color: #461E18;
}

/* link styles
-------------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFB31C;
	text-decoration: underline;
}
a:visited {
	color: #FFB31C;
	text-decoration: underline;
}
a:hover {
	color: #FFB31C;
	text-decoration: underline;
}
a:active {
	color: #FFB31C;
	text-decoration: underline;
}

/* basic layout
-------------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 600px;
}
#top {
	width: 600px;
}
#members {
	float: right;
	width: 135px;
	padding: 20px 25px 35px 0px;
}
#info {
	float: left;
	width: 390px;
	padding: 20px 25px 35px;
}
#main {
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	float: right;
	width: 365px;
	padding: 35px 25px 35px 0px;
}
#sidebar {
	background-image: url(images/sidebar_bg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 165px;
	padding: 35px 25px 35px 20px;
}
#footer {
	padding: 25px 0px;
	clear: both;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-color: #461E18;
	color: #FFFFFF;
}

/* index styles
-------------------------------------------------*/
#index {
	margin: 0px auto;
	width: 600px;
}
#index h1 {
	margin-top: 320px;
	text-align: center;
	text-decoration: none;
}

/* header styles
-------------------------------------------------*/
#header {
	height: 100px;
	position: relative;
	background-color: #461E18;
}
#header #logo {
	position: absolute;
	left: 20px;
	top: 40px;
}
#header ul {
	width: 365px;
	left: 210px;
	top: 70px;
	position: absolute;
}
#header ul li {
	float: left;
	list-style: none;
}

/* header menu Home
-------------------------------------------------*/
#header #nHome a span {
	display: none;
}
#header #nHome a {
	background-image: url(images/btn_home_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 40px;
}
#header #nHome a:hover {
	background-image: url(images/btn_home_on.gif);
	background-repeat: no-repeat;
}
#home #header #nHome a {
	background-image: url(images/btn_home_on.gif);
}
/* header menu Blog
-------------------------------------------------*/
#header #nBlog a span {
	display: none;
}
#header #nBlog a {
	background-image: url(images/btn_blog_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 50px;
}
#header #nBlog a:hover {
	background-image: url(images/btn_blog_on.gif);
	background-repeat: no-repeat;
}
/* header menu About
-------------------------------------------------*/
#header #nAbout a span {
	display: none;
}
#header #nAbout a {
	background-image: url(images/btn_about_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 60px;
}
#header #nAbout a:hover {
	background-image: url(images/btn_about_on.gif);
	background-repeat: no-repeat;
}
#about #header #nAbout a {
	background-image: url(images/btn_about_on.gif);
}
/* header menu Books
-------------------------------------------------*/
#header #nBooks a span {
	display: none;
}
#header #nBooks a {
	background-image: url(images/btn_books_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 50px;
}
#header #nBooks a:hover {
	background-image: url(images/btn_books_on.gif);
	background-repeat: no-repeat;
}
#books #header #nBooks a {
	background-image: url(images/btn_books_on.gif);
}
/* header menu Gallery
-------------------------------------------------*/
#header #nGallery a span {
	display: none;
}
#header #nGallery a {
	background-image: url(images/btn_gallery_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 70px;
}
#header #nGallery a:hover {
	background-image: url(images/btn_gallery_on.gif);
	background-repeat: no-repeat;
}
#gallery #header #nGallery a {
	background-image: url(images/btn_gallery_on.gif);
}
/* header menu Link
-------------------------------------------------*/
#header #nLink a span {
	display: none;
}
#header #nLink a {
	background-image: url(images/btn_link_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 50px;
}
#header #nLink a:hover {
	background-image: url(images/btn_link_on.gif);
	background-repeat: no-repeat;
}
#link #header #nLink a {
	background-image: url(images/btn_link_on.gif);
}
/* header menu Link
-------------------------------------------------*/
#header #nMail a span {
	display: none;
}
#header #nMail a {
	background-image: url(images/btn_mail_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 45px;
}
#header #nMail a:hover {
	background-image: url(images/btn_mail_on.gif);
	background-repeat: no-repeat;
}
#mail #header #nMail a {
	background-image: url(images/btn_mail_on.gif);
}


/* info styles
-------------------------------------------------*/
#info h2 {
	margin-bottom: 15px;
}
#info dt {
	font-weight: bolder;
	color: #FFB31C;
	background-image: url(images/info_square.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 5px 2px;
	padding-left: 12px;
}
#info dd {
	margin-left: 13px;
	margin-bottom: 15px;
}

/* members styles
-------------------------------------------------*/
#members h2 {
	margin-bottom: 1px;
}
#members img {
	margin-bottom: 2px;
}

/* main styles
-------------------------------------------------*/
#main h3 {
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFB31C;
	text-decoration: none;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dt a {
	font-weight: bold;
	color: #FFB31C;
	margin: 0px 0px 3px 2px;
}
#main dd {
	margin-bottom: 15px;
	font-size: 90%;
}

/* gallery
------------------------------*/
#main .gallery img {
	padding: 2px;
	border: 3px solid #996666;
}

/* footer styles
-------------------------------------------------*/
#footer address {
	font-size: 75%;
	text-align: center;
}


/* clear fix
-------------------------------------------------*/
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
