/*reset*/
body,p,table,tr,th,td,caption,div,span,blockquote,strong,em,form,h1,h2,h3,h4,h5,h6,img {font-wieght: normal; font-style: normal; font-size: 13px; margin: 0; padding: 0; border: 0 none #ffffff;}

/* template */
a {
	color: #0084FF;
	}
body {
	background-color: #E71010;
	color: #ffffff;
	}
#container {
	background-color: #ffffff;
	background-image: url("../img/wrapperGroupBg.gif");
	background-repeat: repeat-y;
	background-position: center;
	color: #555555;
	}
#wrapper {
	color: #555555;
	width: 640px;
	margin: 0 auto;
	}

#header {
	background-color: #ffffff;
	background-image: url("../img/headBg.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	height: 29px;
	line-height: 29px;
	text-align: center;
	}
#footer {
	clear: both;
	height: 30px;
	background-color: #ffffff;
	background-image: url("../img/footBg.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	}

.top {
	background-image: url(../img/topbg.jpg);
    height: 346px;
	}
.top table {
	margin-top: 75px;
	}
.top .information {
	vertical-align: top;
    width: 395px;
	}
.top .information p{
	margin-top: 50px;
    margin-left: 20px;
	}

/* IE7 */
*:first-child + html body {
	padding-left: 1px;
}

/* IE6 */
body {
	_padding-left: 1px;
}
