@charset "UTF-8";
/* CSS Document */

#mainwrap {
	margin: auto;
	height: 660px;
	width: 600px;
}
#contentL {
	background-color: #ededee;
	float: left;
	height: 600px;
	width: 264px;
	padding: 10px;
	margin: 10px;
}
#contentR {
	background-color: #ededee;
	float: right;
	height: 600px;
	width: 264px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-family: "Franklin Gothic", Helvetica;
	font-size: 0.8em;
	line-height: 1.1em;
}
.smallerLinks {
	font-family: "Franklin Gothic", Helvetica;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: normal;
}
