﻿body
{
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, Verdana, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 14px;
	background-color: #606163;
	background-image: url(common/background.jpg);
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

h1
{
	color: #303F76;
	font-size: 18px;
	font-weight: bold;
}

p
{
	text-align: justify;
}

a
{
	color: #303F76;
	text-decoration: none;
}

a:active, a:hover
{
	color: #FF0000;
}

.main
{
	margin: 0 auto;
	width: 1000px;
	border: 1px solid black;
	background: #FFFFFF;
}

.header
{
	height: 226px;
	background-image: url(common/header.png);
	background-repeat: repeat-x;
	text-align: left;
}

.address
{
	color: #FFFFFF;
	padding: 20px;
	font-weight: 900;
	font-size: 13px;
	text-align: right;
}

.navbar
{
	margin-top: 100px;
	text-align: right;
}

.body
{
	position: relative;
	padding: 80px 100px 10px 100px;
	text-align: left;
	min-height: 470px;
}

.footer
{
	background: black;
	color: #C0C0C0;
	font-size: 12px;
	padding: 10px 15px;
}