/**
 *   Beige Style CSS
 *   -------------------------------------------
 *   css/beige.css
 *   
 *   Copyright (c) 2011 hokuken
 *   http://hokuken.com/
 *   
 *   created  : 
 *   modified : 2011-02-17
 *   
 */

/* General Style Info */
body {
	background:#C4C1AE url(bg_beige_body.png) repeat top left fixed;
	color: #333;
	font-family:'lucida grande','verdana',helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #003d4c;
	text-decoration: underline;
	background-color: #ff9;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:none;
	color: #74624E;
	font-size: 120%;
	margin: 0.1em 0;
}
h2 {
	background:none;
	color: #74624E;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0.5em 0;
}
h3 {
	color: #C1AF87;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 125%;
	padding-top: 1em;
}
h4 {
	color: #C1AF87;
	font-weight: normal;
	padding-top: 0.5em;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 0px;
}
#header h1 {
	font-size: 150%;
	background:none;
	color: #fff;
	padding: 0px 10px;
}
#header h1 a {
	color: #fff;
	background: #none;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #none;
	text-decoration: underline;
}
#content{
	clear: both;
	background-color:#fff;
	background-image:url(bg_beige_content_top.png);
	background-repeat:repeat-x;
	background-position:top left;
	color: #333;
	padding: 10px 20px 20px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	background-color:transparent;
	background-image:url(bg_beige_content_bottom.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding: 6px 10px;
	text-align: right;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	background:none;
	color:#663333;
}
