﻿*
{
	margin:0;
	padding:0;
	border:none;
}


p
{
	margin-bottom: 15px;
	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: 0px;
	color: #333333;
	border-bottom: 1px solid black;
	border-bottom-color: #933539;
}

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;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #8b3639;
	border-left-color: #8b3639;
	border-right-width: 1px;
}
#menu
{
	background-color: #FFFFFF;
	height: 28px;
	font-weight: bold;
	background-image: url('images/menubg.jpg');
}

#menu ul
{

}

#menu ul li
{
	display:inline;
	line-height:28px;
}

#menu ul li a
{
	padding: 6px 5px 6px 5px;
	color: #333333;
}
#menu ul li a:hover
{
	color: #FFFFFF;
	background-image: url('images/menubg2.jpg');
}
#menu ul li a.selected
{
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #FFFFFF;
	background-image: url('images/menubg2.jpg');
}
#content
{
	background: #FFFFFF;
	float: left;
	padding-bottom: 10px;
}
#text
{
	margin: 20px;
	width: 470px;
	background: #FFFFFF;
	float: right;
	color: #333333;
}

#text ul
{
	margin:5px 0 15px 30px;
	
}

#text ul li
{
	margin-bottom:15px;
}


#pic
{
	float:left;
	margin:5px 0px 20px 0px;
	
}

#pic img
{
	margin:5px;
	border:0px dashed #0066ff;
	display:block;
}

#footer
{
	width: 750px;
	background-color: #8b3639;
	font-size: 8pt;
	float: left;
	color: #fff;
	text-align: center;
}

#footer a
{
	color:#fff;
}

#contact
{
	width:150px;

}








