﻿*
{
	margin:0;
	padding:0;
	border:none;
}

.clear
{
	clear:both
}

p
{
	margin-bottom:5px;
	margin-left:10px;
}

p.quote
{
	border:1px solid #ccc;
	padding:10px;
	font-style:italic;
}

p.author
{
	padding:10px;
	margin-bottom:30px;
}

h2
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	background-color:#000;
	color:#fff;
}


h1
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	color:#fff;
	border-bottom:1px solid black;
}

a
{
	text-decoration:none;	
}

a:hover
{
	color:red;	
}

body
{
	font-family:verdana,tahoma;
	font-size:10pt;
	text-align:justify;
	background-color:#fff;
}

#header
{
	background-image: url('images/header.jpg');
	width: 750px;
	height: 200px;
}

#page
{
	width: 750px;
	margin: auto;
	margin-top: 30px;
	border: 1px #ff6600 solid;
	background-color: #c09477;
}

#menu
{
	background-color: #391d0b;
	height: 28px;
	font-weight: bold;
}

#menu ul
{

}

#menu ul li
{
	display:inline;
	line-height:28px;
}

#menu ul li a
{
	padding:6px 5px 6px 5px;
	color:#fff;
}


#menu ul li a:hover
{
	color:#000;
}

#menu ul li a.selected
{
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #B17F5C;
}


#content
{
	padding-bottom:10px;
}

#text
{
	padding: 20px;
	width: 445px;
	background: #b17f5c;
	float: left;
	color: #391d0b;
	border: 1px #ff6600 solid;
	margin: 10px 0 10px 10px;
}
#text1
{
	padding: 20px;
	width: 680px;
	background: #b17f5c;
	color: #391d0b;
	border: 1px #ff6600 solid;
	margin: 10px 0 10px 10px;
}

#text ul
{
	margin:5px 0 15px 30px;
	
}


#pic
{
	float:right;
	margin:5px 0px 20px 10px;
	
}

#pic img
{
	margin:5px;
	border:0px dashed #0066ff;
	display:block;
}

#footer
{
	width: 750px;
	background-color: #391D0B;
	font-size: 8pt;
	color: #fff;
	text-align: center;
}

#footer a
{
	color:#fff;
}

#contact
{
	width:150px;

}








