/* CSS Document */
html{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
img{
border:none;
}
body{
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	margin-left: 0px;
	overflow-y: scroll;
	background-image: url(images/bg-sample.gif);
}
p{
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
a{
	text-decoration:none;
	color: #9D0050;
}
a:hover{
text-decoration:underline;
}


.holder{
	position:relative;
	width:1024px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
}


.horizontalSection{
	width:1003px;
	height:auto;
	float:left;
	position:relative;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
}
#header{
	height:181px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
.leftColumn{
	width:200px;
	float:left;
	height:750px;
	position:relative;
	background-color: #999999;
	text-align: left;
}
.rightColumn{
	width:700px;
	float:right;
	height:700px;
	position:relative;
	margin-right:62px;
	margin-top: 25px;
	background-image: url(images/content-tile.png);
	background-repeat: repeat;
	text-align: left;
}

