@charset "utf-8";
/* CSS Document */

body {
	background-color: #7A1644;
	background-image: url(../images/bkgd1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
}

div#top {
	width: 1040px;
	height: 109px;
	background-image: url(../images/top2.jpg);
}

div#content {
	width: 604px;
	height: auto;
	background-image: url(../images/bottom2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ECECEC;
}

div#menu {
	margin-top: 83px;
	width: 604px;
	height: 26px;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	margin-left: 28px;
}

p {
	font-family: arial, verdana;
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-left: 28px;
	margin-right: 28px;
	line-height: 200%;
}

p#main {
		margin-bottom: 210px;
}

a {
	color: #FF0092;
}