/* -------------------------------------------------------------- 

	This site has been designed by Modoku, Inc.
	02 March 2010

-------------------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	background: #f2f2f2;
	background-image: url(../art/rfk_topbackground.jpg);
	background-repeat: no-repeat;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	}

#header {
	margin: 0px auto;
	padding: 0px 36px 6px 0px;
	width: auto;
	background: #000;
	background-image: url(../art/rfk_header.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: smaller;
	color: #999;
	}

#header img {
	margin-top: 6px;
	margin-bottom: -6px;
	}

#content {
	text-align: left;
	width: 918px;
	margin: 0px auto;
	background: none;
	padding: 0px 0px 0px 0px;
	position: relative;}
		
.nav {
	position: absolute;
	width: 600px;
	height: 90px;
	top: 105px;
	right: 0px;
	text-align: right;
	}

#singleColumn {
	clear: both;
	margin-top: 0px;
	}

#leftColumn {
	float: left;
	margin-top: 36px;
	width: 300px;
	}

#rightColumn {
	float: right;
	margin-top: 18px;
	width: 600px;
	}

#photo {
	margin: 18px 0px 24px 0px;
	}

.clear {
	clear: both;
	}		

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

.plain {
	background: none;
	border: none;
	padding: 0;
	}
