﻿/* General */
body { 
	background-color: 	#f5deb3;
 	color: 				black;
	font-family: 		Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 			small; 
}

h1 {
	font-size: 			150%;
	text-align:			center;
}

h2 {
	font-size: 			120%;
	text-align:			center;
}

h3 {
	text-align:			center;
}

ul {
	list-style:			none;
}

li {
	padding-bottom:		5px;
}

/* Main Body Area */
#mainbody {
	margin-left:		10px;
	padding:			5px 15px 5px 0px;
}

#photobody {
	margin-left:		10px;
	padding:			5px 15px 5px 0px;
}

#allbodycontent{
	width:				1600px;
	margin-left:		auto;
	margin-right:		auto;
}

#article {
	text-align:			center;
}

/* Header */	
#header {
	height: 			150px;
	padding-top:		3px;
	text-align:			center;
	background-color: 	#deb887;
	background-image: 	url('../images/testpattern200.jpg');
	background-repeat: 	no-repeat;
	background-position: right;
	font-size: 			200%;
}

#header p {
	font-weight: 		bold;
	margin: 			50px 0px 50px 40px;	
}

/* Navigation */
#navigation {
	font-size: 			100%;
	padding:			5px;
}

#navigation a {
	color:				#8d4513;
	font-weight:		bold;
	padding: 			10px;
	text-decoration: 	none;
}

#navigation a:hover{
	color:				#FF8B27;
}

#index {
	font-size: 			100%;
	padding:			5px;
}

#index a {
	color:				silver;
	font-weight:		bold;
	padding: 			10px;
	text-decoration: 	none;
}

#index a:hover{
	color:				#FF8B27;
}

/* Sidebars */
#sidebar{
	float:				right;
	width:				200px;
	text-align:			right;
}

#leftsidebar{
	color:				#8d4513;
	font-weight:		bold;
	font-size: 			100%;
	float:				left;
	width:				200px;
	padding: 			5px;
	text-decoration: 	none;
}

#photoleftsidebar{
	color:				green;
	font-weight:		bold;
	font-size: 			100%;
	float:				left;
	width:				200px;
	padding: 			5px;
	text-decoration: 	none;
}

#leftsidebar a {
	color:				#8b4513;
	font-weight:		bold;
	padding: 			5px;
	text-decoration: 	none;
}

#photoleftsidebar a {
	color:				white;
	font-weight:		bold;
	padding: 			5px;
	text-decoration: 	none;
}

leftsidebar a:hover{
	color:				#FF8B27;
}

photoleftsidebar a:hover{
	color:				#FF8B27;
}

inline	 {
	font-weight:		bold;
	color:				#8d4513;
	text-decoration: 	none;
}

/* Footer */
#footer {
	font-size:			70%;
	text-align:			center;
	clear:				both;
}

div.gallery {
  margin: 				5px;
  border: 				1px solid #ccc;
  float: 				left;
  width: 				300px;
}

div.gallery:hover {
  border: 				1px solid #777;
}

div.gallery img {
  width: 				100%;
  height: 				auto;
}

div.gallery200 {
  margin: 				5px;
  border: 				none;
  float: 				left;
  width: 				220px;
}

div.gallery400 {
  margin: 				5px;
  border: 				none;
  float: 				left;
  width: 				420px;
}

div.gallery500 {
  margin: 				5px;
  border: 				none;
  float: 				left;
  width: 				500px;
}

div.desc {
  padding: 				15px;
  text-align: 			center;
}

table {
	text-align:			center;
	border: 			thin solid black;
}

td, th {
	border: 			thin dotted gray;
	padding: 			5px;
	font-size:			small;
}
