@charset "utf-8";
body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333333;

	margin: 0px;

	padding: 0px;

}

#divHeader {

	padding: 0px;

	margin-top: 10px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;
	
	background-image: url(../images/header.gif);

	background-repeat: no-repeat;

	background-position: center top;

	width: 700px;

	height: 164px;

}

#divMain {

	width: 704px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	background-image: url(../images/main_top.jpg);

	background-repeat: no-repeat;

	background-position: center top;

	padding-top: 0px;

	padding-right: 60px;

	padding-bottom: 0px;

	padding-left: 60px;

}

#divFooter, #divCards  {

	width: 824px;

	margin-top: 0px;

	margin-right: auto;

	margin-left: auto;

	text-align: center;

	padding-top: 2px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

#divBtm {

	padding: 0px;

	width: 824px;

	text-align: center;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

	height: 50px;

	background-image: url(../images/bottom_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

}

#divTitle {

	width: 666px;

	text-align: right;

	padding-right: 40px;

	padding-top: 5px;

}

.mainText {

	margin:5px 0px 5px 0px;

}

