﻿*
{
	margin:0;
	padding:0;
	border:none;
}


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:#111;
}


h1
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	color:#111;
	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-color:#fff;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	width:760px;
	height:260px;
	margin:auto;
	margin-top:30px;
}

#page
{
	width:750px;
	margin:auto;
	border:0px solid #fff;
	background-color:#fff;
}

#menu
{
	font-weight:bold;
	position:relative;
	top:230px;
	left:220px;
}

#menu ul
{

}

#menu ul li
{
	display:inline;
	line-height:28px;
}

#menu ul li a
{
	padding:9px 5px 8px 8px;
	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:#91060c;
}


#content
{
	background:#fff;
	float:left;
	padding-bottom:10px;
}

#text
{
	margin:20px;
	width:475px;
	float:left;
	color:#91060c;
}

#text ul
{
	margin:5px 0 15px 30px;
	
}

table
{
	width:400px;
	margin:auto;
	text-align:left;
	border:0px solid #000;
	margin-bottom:15px;
}

table tr td
{
	padding:2px;
	width:50%;
}

table tr th
{
	padding:10px 0 5px 0;
}

#pic
{
	float:right;
	margin:5px 0px 20px 10px;
	
}

#pic img
{
	margin:5px;
	border:0px dashed #0066ff;
	display:block;
}

#footer
{
	width:750px;
	background-color:#fff;
	font-size:8pt;
	float:left;
	color:#91060c;
	text-align:left;
}

#footer a
{
	color:#91060c;
}

#contact
{
	width:150px;

}








