*
{
	margin: 0;
	padding: 0;
}

body
{
font-family: georgia;
}


img
{
border: 0;
}




#container
{
position:absolute;
width:925px;
margin-left: 20px;
height:860px;
}

.dropper
{
width: 260px;
margin-left: 15px;
}


#header
{
float:left;
}


#nav
{
float:left;
width: 300px;
}



#logo
{
float: left;
width: 263px;
height: 132px;
}


#leftColumn
{
position: fixed;
background: url("images/side.jpg") no-repeat;
width:300px;
margin-left: -8px;
height:860px;
}



#rightColumn
{
position: relative;
left: 300px;
top: 130px;
width:644px;
height:860px;
}


#rightColumn img
{
margin-bottom: 15px;
}


#footer
{
float:left;
clear:both;
}


.title
{
font-family: georgia;
font-weight: bold;
margin-left: 15px;
margin-top: 15px;
font-size: 12px;
color: #554732;
}





p
{
font-family: georgia;
line-height: 140%;
font-style: italic;
margin-left: 15px;
margin-top: 5px;
font-size: 12px;
color: #554732;
font-weight:normal!important;
}


#nav ul li
{
float: left;
display: inline;
}


