@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: url(../images/gb1.gif) repeat;
}

.sarahbest {
	background: url(../images/ob1.gif) repeat;	
}

.raveremanuel {
	background: url(../images/bb1.gif) repeat;	
}

#container {
	width:1024px;
	margin: 0px auto;
	background-color:#FFF;
	border: thin solid #666;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 40px;
}

#leftcolumn {
	float:left;
	width: 654px;
	border-right: thin dashed #666; 
	padding-right: 50px;
}

#rightcolumn {
	float:right;
	width: 300px;
	
}

/* begin nav styles */

#navcontainer { width: 250px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 250px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/* hr style */

hr {
	margin-top: 30px;
	margin-bottom: 40px;
}


/* begin img styles */

img {
	border: none;
}

.paddingright {
	padding-right: 10px;	
}

/* begin float styles */

.clearfloat {
	clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
