/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	color: #336666;
	background: #7C6F5C url(Images/bg.jpg);
}

a:link { color: #B52C07; }
a:visited { color: #b93411; }
a:focus { color: #000; }
a:hover { color: #7d8206; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em;}

ul{
	margin: 1;
}

h1
{
	color: #B52C07;
	font: 160% georgia, times, "times new roman", serif;
	text-align: center;
}

h2
{
	color: #B52C07;
	font: 140% georgia, times, "times new roman", serif;
	text-align: center;
}

h3
{
	color: #7d8206;
	font: 130% georgia, times, "times new roman", serif;
}

/* ------------------------------
container styles
------------------------------ */

#container
{

	width: 650px;
	text-align: left;
	background: #F3EFE0;
	background: url(Images/bg_pattern.jpg) repeat;
	border: 3px solid #1B1B30;
}


/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 379px;
	width: 100%;
	position: relative;
	background: url(Images/banner_short.jpg) no-repeat 0 0;
	border-bottom: 1px solid #1B1B30;
}


/* ------------------------------
nav styles
------------------------------ */

#nav
{
	background: #CCFFFF;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #1B1B30;
	text-align: center;
}

#nav ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#nav li
{
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #2F3F53;
	border-right: 1px solid #2F3F53;
}

#nav li a
{
	font: 140%;
	text-decoration: none;
	color: #272900;
}

#nav li a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #272900;
}


/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
}

#contents p { line-height: 165%; }
.entry { border-bottom: 1px solid #C5C877; }



.imagefloat1
{
	float: left;
	padding: 2px;
	border: 1px solid #C5C877;
	margin: 0px 10px 0 0;
	text-align: right; 
}


.imagefloat2
{
	float: right;
	padding: 2px;
	border: 1px solid #C5C877;
	margin: 0 0 10px 10px;
}

/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
	background: #CCFFFF;
	padding: 5px;
	border-top: 1px solid #1B1B30;
}

