﻿@import url("../base.css");

body
{
	padding-top: 0px;
}
#main
{
	padding-top: 75px;
	padding-bottom: 50px;
	position: relative;
	top: -20px;
}

.twitter
{
	position: relative;
	top: -80px;
	left: 693px;
	text-align: left;
}

/* -------------
 * Footer Nav
 * ------------- */
#footer ul
{
	list-style-type: none;
}

#footer ul li
{
	display: block;
	float: left;
	border-right: 1px solid #928778;
}

/* -------------
 * Pop Image - this class is used to pop an image out of the main column
 * ------------- */
.pop_image
{
	float: left;
	position: relative;
	margin: 0px 10px 10px 0px;
	height: 153px;
	width: 195px;
}
.pop_image img
{
	position: absolute;
	right: 0px;
}


.nav li span, .nav li a
{
	padding-bottom: 6px;
}
