* 
{
    margin: 0;
    padding: 0;
}

html, body
{
    background-color: #fff;
    height:100%;
    width:100%;
    font-family: Georgia;
}

img
{
	border: none;
}

#header
{
	border-bottom: solid #ccc 10px;
	height: 75px;
	width: 100%;
}

#header div
{
	position: absolute;
	right: 25px;
	top: 30px;
}

#header span
{
	margin-left: 25px;
}


#header span a
{
	text-transform: uppercase;
	text-decoration: none;
	font-family: Georgia;
	color: #aba4a4;
	font-size: 13px;
	font-weight: 500;
}

#content
{
    overflow: hidden;
}

#content h1
{
	font-size: 25px;
	font-weight: 500;
	font-family: Georgia;
	font-variant: small-caps;
}

#content h2
{
	font-size: 20px;
	font-weight: 500;
	font-family: Georgia;
	font-variant: small-caps;
}

#content img.bg
{
    width: 100%;
}

#content .nonfeatured ul
{
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .nonfeatured li
{
	/*display: inline;*/
	float: left;
	padding: 5px 12px 5px 11px;
	margin: 10px 36px 5px 0px;
	text-align: center;

}
#content .nonfeatured img
{
	border: none;
}
#content .nonfeatured a
{
	font-size: 9px;
	text-decoration: none;
}

#section
{
	width: 100%;
}

#section ul
{
	clear: both;
}

#section li
{
	font-size: 75%;
	text-align: center;
	margin-right: 50px;
	float: left;
}

#section li a
{
	text-decoration: none;
}

#footer
{
	vertical-align: middle;
	height: 25px;
	padding-left: 10px;
	z-index: 1000;
	margin-top: 15px;
}

#footer a
{
	text-transform: uppercase;
	text-decoration: none;
	font-family: Georgia;
	color: #aba4a4;
	font-size: 11px;
	font-weight: 500;
	line-height: 11px;
	margin-left: 5px;
	margin-right: 5px;
}

/* PAGINATION */
.active
{
color:#aba4a4;
padding:3px 5px;
margin:5px;
text-decoration:none;
}
.inactive
{
color:#ffffff;
cursor:default;
text-decoration:none;
background-color:#aba4a4;
padding:3px 5px;
margin:5px;
}



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

