﻿@import url("footerBar.css");
@import url("home.css");
@import url("leftBar.css");
@import url("template.css");
@import url("topHeader.css");

body 
{
	background: #2d2413 url("../img/bkg.jpg");
	color: #363636;
	font: 10pt Tahoma;
	height: 100%;
	text-align: center;
	margin-top: 47px;
}
img
{
    border: 0    
}

h2
{
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 12px 0 12px 0;
}

.floatLeft
{
	float: left;
}

.text
{
	font: 8pt Tahoma;
}

.text a
{
	color: #363636;
	text-decoration: none;
}

.text a:hover
{
	text-decoration: underline;
}

