body 
{
	background: url(../images/bg.gif) repeat-x;
	background-color: #353535;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main
{
	width: 830px;
	text-align: center;
	margin: 0px auto;
}

/* Elements */
img
{
	border: none;
}

/* Header Area */
#header
{
	background: white url(../images/header.jpg) no-repeat;
	height: 299px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#header img.logo
{
	position: absolute;
	top: 19px;
	left: 20px;
}

#transBox
{
	position: absolute;
	bottom: 16px;
	left: 20px;
	height: 55px;
	width: 790px;
	background: url(../images/menu-bg.png) no-repeat;
}

/* Header Menu Area */
#menu
{
	position: absolute;
	bottom: 16px;
	left: 20px;
	height: 55px;
	width: 790px;
}

#menu p
{
	font: normal 18px/18px "Bookman Old Style", "Times New Roman", Serif;
	text-align: right;
	padding: 0px 30px 0px 0px;
	color: white;
	opacity: none;
	filter: alpha(opacity=100);	
}

#menu a
{
	font: normal 18px/18px Bookman Old Style, Times New Roman, Serif;
	color: white;
	text-decoration: none;	
	opacity: none;
	filter: alpha(opacity=100);		
}

/* Main Content Area */
#contentArea
{
	margin: 0px;
	padding: 0px 50px 10px 50px;
	background-color: white;
	border: 1px solid white;
}

#contentArea hr
{
	border: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
}

#title
{
	margin: 10px 0px 0px 0px;
	clear: both;
}

#title h1
{
	font: bold 22px/22px "Palatino Linotype", "Times New Roman", Serif;
	color: #353535;
}

/* Content */
#content
{
	margin-right: 205px;
	
}

#content h2
{
	font: bold 18px/20px "Palatino Linotype", "Times New Roman", Serif;
	color: #353535;
	text-align: left;
}

#content h2 a
{
	color: #353535;
}

#content p
{
	font: normal 16px/20px "Palatino Linotype", "Times New Roman", Serif;
	text-align: left;
	color: #5b5b5b;

}

/* Sidebar */
#sidebar
{
	float: right;
	border-left: 1px solid #e5e5e5;
	width: 196px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

#sidebar ul
{
	text-align: right;
	list-style: none;
	margin: 0px;
}

#sidebar ul li
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font: bold 17px/17px "Palatino Linotype", "Times New Roman", Serif;
}

#sidebar a
{
	text-decoration: none;
	color: #353535;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar hr
{
	border: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	width: 185px;
	text-align: right;
	margin: 0 0 0 auto;
}

#sidebar p
{
	color: #8d8d90;
}

/* Footer */
#footer
{
	text-align: left;
	color: white;
	font: normal 14px/16px "Palatino Linotype", "Times New Roman", Serif;
	margin: 0px 50px 10px 50px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}