﻿body {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: small;
	color: #5b2c2f;
	background: #ededec url('images/bg.png') repeat-y center;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-family: Century Schoolbook, Century Gothic, Sans-Serif;
	font-size: 24px;
	float: right;
}

a img {
	border: none;
}

.banner {
	background: url('images/banner.jpg') no-repeat center;
	height: 275px;
}

.banner2 {
	background: url('images/banner2.jpg') no-repeat center;
	height: 275px;
}

.navigation {
	padding: 5px 0px 0px 350px;
	width: 450px;
	position: relative;
	margin: 0 auto;
	color: #fff334;
}

.navigation ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation ul li{
	margin: 0;
	padding: 0;
	width: 100px;
	text-align: center;
	list-style: none;
	float: left;
}

.navigation ul li a{
	color: #fff;
	text-decoration: none;
}

.navigation ul li a:hover{
	color: #fff334;
	text-decoration: none;
}

.welcome {
	width: 600px;
	text-align: center;
	padding: 50px 100px 0px 100px;
	position: relative;
	margin: 0 auto;
}

.content {
	background: url('images/frame.png') no-repeat;
	margin: -75px auto 0 auto;
	padding: 50px 50px;
	position: relative;
	min-height: 500px;
	width: 700px;
}

.content h2 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #ed1b24;
	margin: 0;
	padding: 0;
}

.content h3 {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #ed1b24;
	margin: 0;
	padding: 0;
}

.borderTable {
	width: 100%;
	border-bottom: solid 1px #ed1b24;
	border-right: solid 1px #ed1b24;
}

.borderTable td {
	border-top: solid 1px #ed1b24;
	border-left: solid 1px #ed1b24;
	padding: 4px;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding-bottom: 15px;
}

.footer a{
	color: #ed1b24;
	font-size: 10px;
	text-decoration: none;
}
