* {margin: 0; padding: 0;}

html
{
	background: #8a8a8a url(../images/body_bg.jpg) center top;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	color: #000000;
}

/* Common elements */
h1
{
	color: black;;
	font-size: 30px;
	padding: 25px 0 40px 0;
	text-align: center;
}
p {padding: 0 0 10px 0;}
img {border: 0;}

/* Page */
#page
{
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header
{
	position: relative;
	height: 420px;
	background: url(../images/header_bg.jpg) no-repeat center top;
}
#logo-link
{
	display: block;
	width: 560px; height: 200px;
	position: absolute;
	top: 0; left: 0;
}

/* Top menu */
#top-menu
{
	list-style: none;
	height: 29px;
	padding-top: 378px;
}
#top-menu li
{
	float: left;
	margin-left: 8px;
}
#top-menu a
{
	display: block;
	width: 148px; height: 23px;
	padding-top: 6px;
	background: url(../images/top_menu_item_bg.png) no-repeat left top;
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	outline: none;
}
#top-menu a:hover, #top-menu .selected a
{
	background-position: 0 -29px;
}

/* Middle */
#middle {background-color: white;}
#middle:after
{
	display: block;
	content: "";
	clear: both;
}

/* Content */
#content
{
	width: 704px;
	padding: 0 20px;
	float: left;
}

/* Float */
.left
{
	float: left;
	margin: 0 20px 10px 0;
}
.right
{
	float: right;
	margin: 0 0 10px 20px;
}

/* Warning message */
.warning
{
	width: 440px;
	padding: 8px 10px;
	font-size: 12px;
	border: 4px solid black;
	background: url(../images/gradient_bg.gif) repeat-x left bottom;
	margin: 10px 0;
}

/* Right column */
#right-column
{
	float: right;
	width: 215px;
	padding: 6px 0 0 0;
}

/* Right menu */
#right-menu
{
	position: relative;
	width: 178px;
	padding: 13px;
	background: #fd2016 url(../images/right_menu_bg.png) repeat-x left top;
	color: white;
}
#right-menu ul
{
	list-style: none;
}
#right-menu:before
{
	display: block;
	content: "";
	width: 47px; height: 30px;
	background: url(../images/right_menu_spray-trans.png) no-repeat left bottom;
	position: absolute;
	top: -30px; left: 37px;
}
.lt, .rt, .lb, .rb
{
	position: absolute;
	width: 14px; height: 14px;
	background: url(../images/right_menu_corners.png) no-repeat left top;
}
.lt {left: 0; top: 0;}
.rt {right: 0; top: 0; background-position: right top !important;}
.lb {left: 0; bottom: 0; background-position: left bottom !important;}
.rb {right: 0; bottom: 0; background-position: right bottom !important;}
#right-menu a
{
		color: white;
		font-size: 13px;
		font-weight: bold;
		outline: none;
}
#right-menu a:hover {color: #d0d0d0;}
#right-menu form {white-space: nowrap;}
#right-menu input[type="text"]
{
		width: 140px; height: 26px;
		padding: 0 6px;
		background: url(../images/search_bg-trans.png) no-repeat left top;
		border: none;
		font-size: 15px;
}
#right-menu input[type="submit"]
{
		width: 28px; height: 26px;
		background: url(../images/search_btn-trans.png) no-repeat left top;
		border: none;
		font-size: 15px;
		margin-left: -4px;
		vertical-align: top;
		outline: none;
		border: none;
}

/* Footer */
#footer
{
	height: 190px;
	background: url(../images/footer_bg-trans.png) no-repeat center top;
}
#counters
{
	float: left;
	margin-top: 60px;
	color: white;
	font-size: 10px;
	padding-left: 30px;
}
#counters img {margin: 5px 5px 5px 0;}

#counters a {color: white; text-decoration: underline;}

#counters a:hover {color: white; text-decoration: none;}

#footer-banner
{
	float: right;
	margin: 50px -17px 0 0;
}

div#profi {
margin: 0 auto;
width: 468px;
}

#search-form	{
	width: 95%;
	}
#search-form dl dt	{
	float: left;
	width: 80%;
	margin-right: -80%;
	}
*html #search-form dl dt	{
	margin-right: 0;
	}
#search-form dl dd	{
	margin-left: 80%;
	}
*html #search-form dl dd	{
	margin-left: 0;
	}
#search-form input	{
	margin-top: 2px;
	}
#search-form .last input	{
	margin-top: 0px;
	width: auto;
	}
#search-form input	{
	width: 95%;
	padding: 0.25em; 
	font-size: 1.2em; 
	}
#search-form p a img	{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}

.search-result { padding-bottom: 30px; }
.search-result, .search-loading, .search-fail { display: none; }
	.search-result .results a { font-weight: bold; }
	.search-result .results p { padding-top: 0px; }
.search-result .paging span { 
	float: left; 
	padding-right: 10px;
	}
.search-result .paging ul { padding: 0px; }
.search-result .paging li { 
	float: left;
	padding: 0px 10px;
	list-style: none;
	}
