body
{
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, myriad, tahoma, verdana;
	font-size: 12px;
	color: #262626;
	background: #f4dae7 url(images/layout/site-bg.gif) repeat-y center;
}

img
{
	border: 0px;
}

a
{
	color: #c11e76;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #c11e76;
}
a:active
{
	color: #c11e76;
}

form
{
	margin: 0px;
	padding: 0px;
}

.siteWrapper
{
	text-align: center;
}
.headerBlock
{
	margin-left: auto;
	margin-right: auto;
	width: 835px;
	height: 77px;
	overflow: hidden;
	text-align: left;
	background: url(images/layout/header-bg.jpg) no-repeat;
}
.headerBlock img
{
	margin-top: 29px;
	margin-left: 25px;
}
.menuBlock
{
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
}
.menuBlock a, .menuBlock a:active, .menuBlock a:visited
{
	margin-left: 14px;
	margin-right: 14px;
	color: #606060;
	padding-bottom: 5px;
	outline: none;
}
.menuBlock a:hover
{
	text-decoration: none;
	color: #de7300;
}
.menuBlock .specialLink
{
	color: #de7300!important;
	font-weight: bold;
}
.menuBlock #selectedLink
{
	background: url(images/layout/selected-link-bg.gif) repeat-x 0px 15px;
}
.bodyBlock
{
	margin-left: auto;
	margin-right: auto;
	width: 903px;
	height: 696px;
	background: url(images/layout/body-bg.jpg) no-repeat;
}
.bodyPad
{
	margin-top: 2px;
	width: 903px;
	height: 635px;
	overflow: hidden;
}
.bodyPad iframe
{
	width: 830px;
	height: 630px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.footerBlock
{
	margin-left: auto;
	margin-right: auto;
	width: 903px;
	color: #c678a2;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footerBlock a, .footerBlock a:active, .footerBlock a:visited
{
	color: #c678a2;
}
.footerBlock span
{
	margin-left: 4px;
	margin-right: 4px;
}