﻿*
{
	margin:0px;
	padding:0px;
}


ul
{
	margin-left:25px;
}

p
{
	margin-top:10px;
}

.quote
{
	padding-top:0px;
	border:1px solid #694321;
	text-align:center;
}

.quote a
{
	color:#aaa;
}

.underline
{
	border-bottom:2px solid #fff;
	font-size:10pt;
	font-weight:bold;
	color:#fff
}

.center
{
	text-align:center
}

.title
{
	font-weight:bold;
}

a
{
	text-decoration:underline;
	color:#fff;
}

h1
{
	color:#fff;
	font-size:12pt;
	font-weight:bold;
}

h2
{
	color:#fff;
	background-color:#ac2800;
	font-size:10pt;
	font-weight:bold;
	margin:0px;
}

h6
{
	font-size:7pt;
	text-align:center;
	font-style:italic;
	font-weight:normal;
}

body
{
	font-family:verdana,tahoma,arial;
	font-size:10pt;
	color:#ddd;
	background:#fff;
	text-align:justify;
}

#page
{
	width: 780px;
	margin: 20px auto 20px auto;
	border: 0px solid #ac2800;
	background: #730D20;
}

#header
{
	background-image: url(images/head.jpg);
	width: 780px;
	height: 220px;
}

#menu
{
	background-image: url('images/bgMenu.png');
	background-repeat: repeat-x;
	background-color: #f1d206;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-top: 1px #730d20 solid;
	border-bottom: 1px #730d20 solid;
}

#menu ul
{
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
}

#menu li
{
	display:inline;
}

#menu li a
{
	margin-right:20px;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	color: #730D20;
}

#left
{
	width: 200px;
	
}


#right
{
	width: 500px;
	float: right;
	padding-top: 20px;
	
}


#text
{
	margin:20px;
	width: auto;
}

#text ol
{
	margin-left:35px;
}

#text table tr td
{
	padding:5px;
	vertical-align:top;
}


.pic
{
	text-align:center;
	margin-top:25px;
}


#footer
{
	font-size: 8pt;
	background-color: #F1D206;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}
