/* Default Stuff */
body {
	font-family:"Helvetica Neue", Helvetica, Ariel, sans-serif;
	text-align:left;
	font-size:11px;
	color:#fff;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top left;
	margin-top: 0px;
	line-height: 1.3em;
}
body a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
body a:hover {
	color:#777;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
h1 {
	font-size:24px;
	color:#fff;
	font-weight:normal;
	line-height: 1.05em;
	letter-spacing:-.03em;
}
h2 {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	line-height: 1.3em;
	letter-spacing:-.03em;
}
h3 {
	font-size:15px;
	color:#fff;
	font-weight:bold;
	line-height: 1.1em;
	letter-spacing:0em;
}
.caption {
	font-size:10px;
	color:#fff;
	font-weight:normal;
	padding:15px;
}
/* Positioning */
#header {
	width:630px;
	height:210px;
	padding:0px;
	float:right;
}
#container{
	width:845px;
	margin: 0 auto;
	text-align:left;
}
#farleft{
	margin-top: 10px;
	width:200px;
	height:200px;
	float:left;
}
#leftbox{
	margin-top: 10px;
	margin-left:15px;
	float:left;
	width:200px;
	position:relative;
}
#centerbox{
	margin-top: 10px;
	margin-left:15px;
    margin-right:15px;
    float:left;
    position:relative;
    width:200px;
}
#rightbox{
	margin-top: 10px;
    float:right;
    width:200px;
}
/*...working out the kinks css*/
#rightbox2c{
	margin-top: 10px;
    float:right;
    width:415px;
}
#leftbox2c{
	margin-top: 10px;
	margin-left:15px;
	float:left;
	width:415px;
}
#headerwork {
	width:630px;
	height:1px;
	margin-top: 210px;
	padding:0px;
	float:right;
}
#centerbox-plus20{
	margin-top: 10px;
	margin-left:55px;
    float:left;
    position:relative;
    width:200px;
}