* { margin: 0; padding: 0; }

html
{
	color: #770000;
	background-color: #7d322d;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;	
}



a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #990000; }

a:link { color: #990000; border-bottom-color: #990000; } 

a:visited { color: #990000; border-bottom-color: #990000; }

a:hover { color: #b8c283; border-bottom-color: #b8c283; border-bottom-style: dotted; }

a.offsite { padding-right: 15px; background: transparent url(images/offsite.gif) right center no-repeat; }



h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.2em; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; border-bottom-width: 0; }

/* Lists */

ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul {
	padding-left: 2em;
	list-style-type: square;
	text-align: left;
}

/* Images */

.drop-shadow
{
	float: left;
	position: relative;
	margin: 50px 3px 0 10px !important;
	margin: 10px 3px 0 5px;
}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	background-color: #ffffff;
	border: 1px solid  #999999;
	margin: -6px 6px 6px -6px;
	left: 50px;
}

.drop-shadow p
{
	right: 11px;
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
	position: absolute; 
	background-color: #2e333b;
	border-top: 1px solid #111111;
}

.drop-shadow a { border-bottom-width: 0; }

/* Other Html Elements */

blockquote
{
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #eeeeee;
	border: 1px solid #a9a9a9;
}

#text {
    background:none;
	width: 499px;
	height: 400px;
	position:absolute;
	margin: 240 160 0 0;
	display:block;
	left: 397px;
	top: 237px;
}

#text2 {
    background:none;
	width: 499px;
	height: 400px;
	position:absolute;
	margin: 240 160 0 0;
	display:block;
	left: 424px;
	top: 268px;
}

#text p span{
position:relative;
top: 15px;
left: 20px;
font-size:14px;
line-height: 25px;
text-align:center;
}

#text .p1 span {
	padding-top : 5px;
	padding-left: 15px;
	padding-right: 5px;
	display:block;
	width: 550px;
	height: 400px;
	font-size:14px;
	color: #990000;
}

#test{
	width: 500px;
	float: left;
	padding-left: 50px;
	margin-left: 60px;
	font-size:14px;
	color: #990000;
	line-height: 25px;
	text-align:center;
	padding-top: 15px;
	}
	
	
#gallery{
		top: 300px;
		left: 200px;
		
		}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ins { font-weight: bold; text-decoration: none; }

hr { clear: both; height: 1px; visibility: hidden; }

/* Structure */

body { background-color: #7d322d; color: #990000; }

#header
{
	width: 100%; 
	background-color: #473521;
	border-top: 10px solid #7d322d;	
}

#navigation
{
	width: 100%; 
	float: left;
	clear: both;
	background-color: #7d322d;
}

#about
{
	clear: both;
	color: #4a341d;
	background-color: #b8c283;
}

#content
{
	width: 900px;
	height: 450px;
	padding: 25px 0;
	background-color: #7d322f;
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	margin: 0px auto;
}

#content2
{
	width: 900px;
	height: 550px;
	padding: 25px 0;
	background-color: #7d322f;
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display: block;
	margin: 0px auto;
}

#footer { color: #FFFFFF; clear: both; background-color: #b8c283; padding: 20px 0; text-align: center; }

/* Header */

#header h1
{
	width: 850px; 
	height: 100px;
	margin: 0 auto;
	background: #473521 url(images/header.jpg) top left no-repeat;
}

#header h1 a
{
	height: 100px;
	display: block;
	text-indent: -9999px;
}

/* Navigation */

#navigation ul { list-style-type: none; margin: 0 auto; padding: 0; width: 850px; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	color: #c5c5c5;
	padding: 5px 8px;
	margin-top: 10px;
	border-bottom-width: 0;
}

#navigation li.active a
{
	color: #ffffff;
	background-color: #7d322d;
}

#navigation a:hover, #navigation a:active { color: #eeeeee; background-color: #b8c37f;}

/* About */

#about dl { margin: 0 auto; width: 850px; padding: 20px 0; }

#about dt { padding: 10px 0; }

#about dd { padding: 5px 0; margin-left: 25px; }

#about dt strong {
	color: #7d322d;
	font-size: 16px;
}

#about dt em { padding: 0 2px; }

#about dd a { margin-left: 25px; }

#about a cite { border-bottom-width: 0; }

/* Content */

#content .drop-shadow p { bottom: 11px; }

/* Footer */

#footer p { margin: 0 auto; width: 850px; padding: 5px 0; }

#footer a { color: #7d322d; border-bottom-color: #7d322d; }

#footer a:hover, #footer a:active { color: #660000; border-bottom-color: #660000; }
