﻿@import 'CSSReset.css';
@import 'Menu.css';

body
{
	background-color: #c2510f;
	background-image: url(/common/images/background/gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: White;
}

#wrapper
{
	text-align: right;
	width: 800px;	
}

#header
{
	height: 95px;
	background: url(/common/images/background/header.gif) no-repeat top right;
	text-align: left;
}

#logo
{
	position: relative;
	left: 145px;
	top: 26px;
}

#content
{
	width: 731px;
	float: right;
}

#content p
{
	padding: 0px 20px 10px 20px;	
	line-height: 16px;
	text-align: justify;
}

#tblBody
{
	width: 731px;
	height: 752px;
	margin-bottom: 20px;
}

#main
{
	width: 540px;
	height: 737px;
	background: url(/common/images/background/homepage.gif) no-repeat top right;
}

#footer
{
	text-align: center;
	font-size: 9px;
}

strong
{
	font-weight: bold;
}