/*----------------------------------------------------
Modified     February 22, 2010
Author       Zag Creative Group [info@zagcreativegroup.com]
-----------------------------------------------------*/

body {
	background: url(../../images/interface/background.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.headerBackground {
	width: 100%;
	height: 185px;
	background: #FFF;
}

.wrapper {
	width: 475px;
	margin: 0px auto;
	position: relative;
}

.logo {
	width: 150px;
	height: 94px;
	position: absolute;
	top: 45px;
	left: 0px;
}

.rightCol {
	width: 325px;
	height: 185px;
	position: absolute;
	top: 65px;
	left: 150px;
}

h2 {
	color: #919295;
	font-size: 24px;
	line-height: 24px;
	margin: 0px 0px 25px 0px;
}

a {
	color: #820024;
}

	a.nocolor {
		color: #919295;
	}

p {
	color: #919295;
	font-size: 12px;
	line-height: 16px;
}

	p.copyright {
		font-size: 10px;
		line-height: 12px;
		margin-top: 30px;
	}