*
{
	font-family: arial,sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.96em;
}

body { background: #a00f10 url(../../images/background.png) repeat-y fixed center -50px; }

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

#main-wrap
{
	margin: auto auto;
	width: 1000px;
}

#header-wrap
{
	width: 1000px;
	margin: 10px 0 10px 0;
}

#logo
{
	background: url(../../images/logo2.gif) no-repeat;
	width: 240px;
	height: 140px;
	float: left;
	margin-left: 10px;
}

#content-wrap { margin: 10px; }
#content-wrap p { padding: 2px; }

#left-wrap
{
	float: left;
	width: 160px;
}

#center-wrap
{
	width: 495px;
	padding-left: 170px;
}

#right-wrap
{
	float: right;
	width: 305px;
}

.clear 
{
	clear: both;
	line-height: 0;
}

h1
{
	background: #babab9 url(../../images/h1-bg.gif) repeat-x scroll 50% 50%;
	color: #fff;
	padding: 5px 3px 5px 6px;
	margin-bottom: 5px;
}
h1 a { color: #fff; }
h1 a:hover { text-decoration: none; }
.radius
{
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;	
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;	
}

.errors
{
	color: red;	
}

#error-page a
{
	font-size: 12px;
	color: #a00f10;
}

#tag-cloud
{
	background: #ebebeb;
	margin-left: 2px;
}

.social-buttons
{
	margin-right: 10px;
	text-align: right;
	border: 0;
}

#Privacy-Wrap
{
	margin: 5px;
}
	
#Privacy-Wrap p
{
	padding-bottom: 10px;
}

#Privacy-Wrap h3
{
	margin-left: 2px;
	font-size: 14px;
	color: #a00f10;
}

#Privacy-Wrap ul 
{
		padding-bottom: 10px;
}

#Privacy-Wrap ul li
{
	display: list-item;
	font-size: 12px;
	margin-left:15px;
	list-style: disc;
}

#Privacy-Wrap li
{
	font-size: 12px;
	list-style: disc;
	padding: 2px;
}

#Privacy-Wrap a
{ 
	color: #a00f10; 
	font-size: 12px;
}

.nestedlist1 
{
	margin-left:17px;
	list-style: circle;
}

.nestedlist1 li
{
	font-size: 12px;
	list-style: circle;
	padding: 2px;
}

.nestedlist2
{
	margin-left:19px;
	list-style: none;
	list-style-type: none;
}

.nestedlist2  ul
{
	list-style: none;
	list-style-type: none;
	}


.nestedlist2  li
{
	font-size: 12px;
	list-style: none;
	list-style-type: none;
	padding: 2px;
}
