body{
	background-image: url('images/background.jpg');
	padding: 10px;
	font-family: Verdana;
	margin: 0 auto;
	text-align: center;

}

p {
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
	text-align: left;

}

a img {
	border: none;	
}

a:link, a:active, a:visited { 
	text-decoration: underline; 
}

a:hover {
	text-decoration: none;
}

#wrapper{ 
	width: 760px;
	margin: 0 auto;

}

#header{
	border: 5px solid black;
	margin-bottom: 5px;
	background-color: white;

}

#content{
	border: 5px solid black;
	background-color: white;
	padding: 20px;

}

#text{
	width: 90%;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
}

#footer{
	overflow: auto;
	width: 84%;
	margin: 0 auto;
	margin-top: 20px;
}

#box1 {
	border: 2px solid black;
	padding:15px;
	width: 230px;
	float: left;
	height: 170px;
	_width: 250px;


}

#footer p {
	text-align: center;
	margin: 0;
	font-size: 13px;
}

#box2 { 
	float: right;
	border: 2px solid black;
	padding:15px;
	width: 230px;
	height: 170px;
	_height: 204px;
	_width: 250px;

}

#box2 h2{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 15px;
	_padding-top: 15px;

}

.smallLink {
	font-size: 14px;
}


