body, html {
	margin:0;
	padding:0;
	border:0;
	background:url(../media/bg.body.gif) repeat-x #FFF;
	font-family:"Trebuchet MS", Verdana, Tahoma;
	font-size:11px;
	overflow-x:hidden;
}

#container{
	margin: 100px auto;
	width: 700px;
	font-size: 11px;
	text-align: center;
}

#header{
	text-align: center;
}

#header #logo {
	background:url(../media/logo.png) no-repeat;
	/*_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/logo.png",sizingMethod="crop");*/
	width:372px;
	height:140px;
	margin: 0 auto;
}

#search {
	width: 500px;
	margin: 0px auto;
}

#search table{
	margin-left: 10px;
}
#search label{
	font-size: 11px;
}

fieldset{
	border: 1px solid;
}

a {
	color: #416CAD;
	text-decoration: none;
}

a .hover{
	color: #416CAD;
	text-decoration: none;
}

a .visited{
	color: #416CAD;
	text-decoration: none;
}

#searchPanel label{
	font-size: 11px;
}

.right {
	text-align: right;
}

.form{
	border: 1px solid #000000;
}

#footer{
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	color: #416CAD;
}

#footer a{
	margin-right: 15px;
	font-size: 16px;
	border:0;
	color: #000000;
}

#footer p{
	font-weight:bold;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	font-size: 17px;
}

#footer .last{
	margin-right: 0px;
}

#footer a.visited{
	color: #000000;
}

#footer a.hover{
	color: #000000;
}

#topSearches {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
}

#topSearches ul.tagcloud {
	text-align: center;
	list-style-type: none;
	padding: 0;
	line-height: 2em;
}

.tagcloud li {
	display: inline;
	line-height: 130%;
	white-space: nowrap;
}

.tagcloud li:after{
	content: " | ";
}

#userInfo{
	font-size:11px;
	font-weight:bold;
	letter-spacing:0;
	margin-right:5px;
	position:absolute;
	right:3px;
	text-align:right;
	top:3px;
}
