body {
	font-family: arial;
	margin: 0; padding: 0;
}

#Header, #Content, #Footer {
	width: 720px;
	
	margin-left: auto;
	margin-right: auto;
}

#Header {
	color: white;
	
	background-image: url(http://media.poweroftwosw.com/global/images/HeaderGradient1x182.jpg);
	background-repeat: repeat-x;
	
	text-align: center;
	
	padding-bottom: 5px;
	
	/* margin-bottom: 15px; */
	
	/* width: 100%; */
	
	font-family: Helvetica;
	
	border-bottom: 5px solid gray;
	border-right: 5px solid gray;
} #Header a {
	color: white;
} #Header a:link, #Header a:visited {
	text-decoration: none;
} #Header a:hover {
	text-decoration: underline;
}

#Header .Logo {
	float: left;
	
	width: 650px;
	
	margin-bottom: 10px;
}

#Header .Menu {
	float: right;
	
	margin-right: 10px;
	font-size: 14px;
	
	color: white;
}

#Content {
	width: 723px;
	
	padding-top: 20px;
	padding-bottom: 10px;
	
	/*
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	*/
}

#Footer {
	width: 720px;
	
	background-image: url(http://media.poweroftwosw.com/global/images/HeaderGradient1x160.jpg);
	background-repeat: repeat-x;
	
	font-size: 14px;
	
	text-align: center;
	
	margin-top: 25px;
	
}

.InfoBox {
	background-color: #F4F1E9;
	border: 1px solid #DFD8D2;
	font-size: 14px;
	padding: 20px;
	line-height: 20px;
} .InfoBox h2 {
	font-weight: normal;
	line-height: 25px;
} .InfoBox ul li {
	margin-bottom: 10px;
}