﻿/* CSS layout */
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
/*    background-color: #B89734;*/
	background-color:#432;
	}

#masthead {
	
}

#main {
	width: 960px;
	background-color: #fff;
	border: medium solid #fff;
	margin: 0 auto;
}

#title {
/*  margin: (all four)
	margin:  (top and bottom) (right and left)
	margin: top (right and left) bottom
	margin: top right bottom left

*/
	margin: 0px 10px 10px 20px;
	color: #FFF;
}
#header {
	height: 160px;
	width: 960px;
	text-align: left;
	background-image: url("../img/books.jpg");
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px 10px 10px 20px;
	color: #FFF;
	font-size: 32px;
}

#container {
	width:860px;

}

#navigation {
	overflow:hidden;
	width:960px;
	color:#fff;
/*	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;*/
	background-color: #A9D5F2;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #010115;
	padding: 5px;
/*	border: 1px solid #fea;*/
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #666;
}

#column_l {
	width: 600px;
	height: 100%; 
	padding: 10px;
	border-right:thin gray solid;
	background-color: #fff;
	float: left;
}

#column_r {
	width: 277px;
	padding: 10px 10px;
	background-color: #fff;
	float:right;	
}


#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin: 10px 20px;

}

#footer {
	margin: 10px 20px;
	clear: both;

	padding-top: 10px;
	padding-bottom: 10px;
}

/* Site typography */
/*
h1 {
	font-size: xx-large;

	color: #44330D;
}
h2 {
	font-size: x-large;
	color: #721;
}
h3 {
	font-size: large;
	color: #621;
}
h4 {
	font-size: medium;
	color: #521;
}
h5 {
	font-style:normal;
	color: #8b3310;
}
h6 {
	font-size: xx-small;
	color: #311;
}
*/
p {
	color: #100603;	
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #100603;
}


#member_picture {
	overflow: hidden;
	width: 400px;
	margin: 20px;
}

#member_content {
	width: 400px;
	margin: 20px;
	float: right;
}

/*
a {
	color: #8b3310;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}*/
