
body
{
	margin: 0;
	padding: 0;
	color: #666666;
	background-color: #000000;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

h2 {
	color: #666666;
	padding-left: 20px;
	width: 100%;
	font-size: 20;
}


/******************* PageTitle ******************/

#PageTitle
{
    position: absolute;
    top: 10px;
    left: 140px;
    width: 800px;
    height: 54px;
}

#PageTitle h1 {
	color: #FFFFFF;
	padding-left: 20px;
	width: 100%;
}

#PageTitle ul {
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin-top: -14px;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 15px;

}

#PageTitle li { float: left; }

#PageTitle li a:link,
#PageTitle li a:visited
{
	float: left;
	color: #FFFFFF;
	display: block;
	margin-right: 6px;
	height: 23px;
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#PageTitle li a:hover,
#PageTitle li a:active
{
	font-size: 13px;
	margin-top: 0px;
	text-decoration: none;
	background-image: url(images/a-hover.gif);
}

#PageTitle li.active a
{
	color: #FFFFFF;
	background-color: #000000;
}


/******************* Header ******************/

#header
{
    position: absolute;
	width: 800px;
	height: 150px;
	top: 84px;
	left: 140px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}


#header h1 {
	padding-left: 20px;
	width: 100%;
}

/****************** Slogan *********************/

.slogan 
{
	font-size: 13px;
	color: #FFFFFF;
	text-transform: lowercase;
	margin-left: 20px;
	margin-bottom: 2px;
	float: left;
}


/****************** Menu *********************/

#menu
{
    position: absolute;
	width: 751px;
	height: 123px;
	top: 234px;
	left: 140px;
	background-image: url(images/Menu_BG.jpg);
	background-repeat: no-repeat;
}

#menu a
{
	font-size: 30px;
	color: #FFFFFF;
	text-transform: lowercase;
	margin-left: 60px;
	margin-top: 20px;
	text-decoration: none;
}

#menu a:hover
{
	font-size: 40px;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-top: 25px;
}

#menu li { float: left; }

/******************* LeftCol *******************/

#leftcol
{
    background: #000000;
    position: absolute;
    top: 50px;
    left: 10px;
    width: 130px;
    height: 700px;
}

/******************** Content ****************/

#content
{
    position: absolute;
	width: 1100px;
	height: 900px;
	top: 357px;
	left: 140px;
}

