﻿body
{
	background: #D4D4D4;
	margin: 0;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
}

h1
{
	font-family: Tahoma;
	font-weight: normal;
	color: #404A41;
}
h2
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #000000;
}


p:first-letter
{
	font-size: 110%;
	font-weight: bold;
}


p
{
	text-indent: 10px;
}

@font-face
{
	font-family: DroidSans;
	src: url('img/DroidSans.ttf');
}

@font-face
{
	font-family: OldSansBlack;
	src: url('img/OldSansBlack.ttf');
}

#header
{
	height: 270px;
	background: #404A41;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.85);
	-moz-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.85);
	box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.85);
}

#header_in
{
	width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 15px;
}

#header_in .title, #header_in .title:first-letter
{
	font-family: Arial;
	margin-top: 0;
	margin-left: 0px;
	color: #F2EFE4;
	letter-spacing: 2px;
	font-size: 10px;
	text-indent: 0px;
}

#menu
{
	height: 25px;
	width: 800px;
	border-bottom: 4px solid #F2EFE4;
	margin: 0 auto;
	position: relative;
	top: -25px;
}

#menu menu
{
	width: 800px;
	margin: 0;
}


#menu menu li
{
	margin: 0;
	float: right;
	width: 130px;
	height: 25px;
	color: #000;
	list-style-type: none;
	font-family: DroidSans, Verdana;
	font-weight: lighter;
}
#menu menu li a
{
	display: block;
	height: 25px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: large;
}
#menu menu li a:hover, #menu menu li.active
{
	padding: 0px;
	height: 25px;
	color: #ffc906;
	border-bottom: 7px solid #ffc906;
}

#container
{
	position: relative;
	top: -100px;
	width: 960px;
	background: #F2EFE4;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,.10);
	border-radius: 8px;
	border: 1px solid #c0c0c0;
	margin: 0 auto;
}

#content
{
	padding: 20px 130px 60px 130px;
	font-size: 15px;
}

ul
{
	list-style-image: url(img/dot.png);
}

.wrapper
{
	border-bottom: 1px solid #404A41;
	margin: 30px 0 0 0;
}

.clear
{
	clear: both;
}

table {
	border-spacing: 0;
	border: 0;
	margin-top: 20px;
}

td {
	text-align: left;
	padding: 5px;
}
 
th {
	text-align: right;
	border-right: 1px solid #404A41;
	background: #404A41;
	color: white;
	padding: 5px;
}

tr {
	height: 25px
 }