﻿body{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:13px
}
p{
	margin-left:auto;
	font-weight:bold;
	font-size:13px;

}

.container{
	background-color:white;
	width:850px;
	margin-left:40px;
	margin-right:auto;
	
}

.header{
	background-color:white;
	text-align:center;
	
}

.content{
	background-color: white;
	height:445px;
}

.leftside{
	background-color: white;
	width: 415px;
	float: left;
	margin-top: 55px;
	line-height: 1.75;
	height: 353px;
}

.rightside{
	background-color: white;
	width: 415px;
	float: right;
	text-align: center;
	margin-top: 55px;
	font-weight: bold;
	text-decoration: none;

}
a{
	text-decoration: none;
}

.footer{
	background-color: white;
	clear: both;
	padding: 70px 0px 0px 0px;
	text-align: center;
	height: 100px;
	width: 850px;
	font-size: 12px;
}
