html, body

{

	background: #172c47 url(/images/bg-main.png);

	text-align: center;

	margin-top:0px;

	padding-top:0px;

	font-family: Tahoma;

}

.specialLink{
	position:relative;
	z-index:100;
	color: #CC0000;
}
#wrapper

{

	width: 850px;

	margin-left: auto;

	margin-right: auto;

	border: 0px solid red;

}

#menuButtons

{

	margin-left: auto;

	margin-right: auto;

	border-collapse: collapse; 

	border: 0px solid red;

	margin-bottom: 15px;

}

#menuButtons td

{

	margin: 0px;

	padding: 0px;

	border: 0px solid red;

}

.menuButton

{

	margin: 0px;

	padding:0px;

}

#menu_left

{

	width: 29px;

	height: 66px;

	background:  url(/images/menu_left.png) no-repeat;

}

* html #menu_left /* Will only be seen by IE */ 

{

    background: none;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_left.png',sizingMethod='image',enabled='true');

}

#menu_right

{

	width: 29px;

	height: 66px;

	background:  url(/images/menu_right.png) no-repeat;

}

* html #menu_right /* Will only be seen by IE */ 

{

    background: none;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_right.png',sizingMethod='image',enabled='true');

}

#footer

{

	height: 71px;

	width: 800px;

	background:  url(/images/bg-footer.png) no-repeat;

	margin-left: auto;

	margin-right: auto;

	border: 0px solid red;

	font-family: Tahoma;

}

#footer #row1

{

	text-align:left;

	padding-left: 45px;

	padding-top: 11px;

	font-size: 12px;

	font-weight: bold;

	position:relative;

	z-index:1100;

}

#footer #row1 a

{

	color: black;

}

#footer #row1 a:hover

{

	color: blue;

}

#footer #row2

{

	text-align:left;

	padding-left: 45px;

	padding-top: 23px;

	font-size: 12px;

	color: white; 

	position:relative;

	z-index:1100;

}

#footer .floatRight

{

	float:right;

	padding-right: 30px;

	padding-top: 11px;

	font-size: 12px;

	font-weight: bold;

}

#footer #mfb

{

	clear:both;

	float:right;

	padding-right: 30px;

	padding-top: 23px;

	font-size: 12px;

	color:white; 

	position:relative;

	z-index:11000;

	border: 0px solid red;

}

#footer #mfb a

{
	position:relative;

	z-index:1100;
	color: white;

}

#footer #mfb a:hover

{

	color: black;

}

* html #footer /* Will only be seen by IE */ 

{

    background: none;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg-footer.png',sizingMethod='image',enabled='true');

}

*{border: 0px solid red;}
