body
{
	margin:0;
	padding:0;
	background-color:#DC2639;
}

td { font-family:Arial; font-size:12px; }

.main
{
	width:745px;

	border-right:1px solid #A51B29;


	padding:0;
	margin:0;
}

td.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;

	width:555px;
	height:97px;

}
.topPos
{
	position:relative;
	top:27px;
	left:10px;
}




/* MENU STYLES */
td.menu
{
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;

	width:190px;
	height:356px;
}
.menuPos
{
	position:relative;
	top:10px;
	left:30px;
}

.menuItem
{
	margin-bottom:3px;
}

a.menu:link, a.menu:visited, a.menu:active
{
	color:#fff;
}
a.menu:hover
{
}





td.header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;

	width:336px;
	height:259px;
}

td.sentance
{
	background-image:url(images/sentance.jpg);
	background-repeat:no-repeat;
	background-position:center top;

	width:219px;
	height:259px;

	color:#000;
}

td.content
{
	padding:10px;
	background-color:#fff;
}

td.footer
{
	background-color:#FF7D41;

	padding:10px;

	border-bottom:1px solid #A51B29;

	color:#fff;
}







.h1
{
	color:#FFF;
	font-size:24px;
	padding:0;
	margin:0;
}

.sub
{
	color:#fff;
}

.contentHeader
{
	font-size:22px;
	font-weight:bold;

	margin-bottom:5px;
}










/* LINKS */
a:link, a:visited, a:active
{
}
a:hover
{
}

a.footer:link, a.footer:visited, a.footer:active
{
	font-size:11px;
	color:#fff;
}
a.footer:hover
{
}
