﻿body 
{
	background: #454445 url('../../images/BG.gif') repeat-x;
	font-size: small;
	color: #666666;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	line-height: 1.3;
	
}

img
{
	padding: 0;
	margin: 0px;
	border: none;
}

#page
{
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}

#emblem
{
	background: url('../../images/emblem.jpg');
	height: 133px;
	width: 269px;
}

#bottomLeft
{
	background: url('../../images/bottomLeft.jpg');
	height: 219px;
	width: 269px;
}

#logo
{
	background: url('../../images/logo.jpg');
	height: 134px;
	width: 451px;
}

#topRight
{
	background: url('../../images/topRight.jpg');
	height: 252px;
	width: 275px;
}

#menuBottom
{
	background: url('../../images/menuBottom.jpg');
	height: 24px;
	width: 275px;
}

#contentTop
{
	background: url('../../images/contentTop.jpg');
	height: 95px;
	width: 358px;
}

#contentBody
{
	background: url('../../images/contentBody.jpg');
	height: 209px;
	width: 358px;
	color: white;
	padding-top: 10px;
}

#contentText
{
	width: 320px;
	height: 190px;
	overflow: auto;
	font-size: 110%;
	padding-right: 5px;
}

#copyright
{
	text-align: center;
	color: #ccc;
	font-size: 80%;
}
