@charset "utf-8";
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #ffffff;
}
.wrapper {
	width: 748px;
	margin: 80px auto 20px auto;
}
.container {
	width: 748px;
	margin: auto;
}
h1 {
	background-image: url(/inc/imgs/logo.gif);
	background-repeat: no-repeat;
	width: 176px;
	height: 43px;
	text-indent: -999999px;
	float: left;
}
h1 a {
	display: block;
	width: 176px;
	height: 43px;
}
#stripe {
	background-image: url(/inc/imgs/dashed-bg.jpg);
	background-repeat: repeat;
	clear: both;
}
ul#navigation {
	background-image: url(/inc/imgs/navigation_bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 748px;
	height: 49px;
	margin: auto;
	padding: 12px 0 0 20px;
	clear: both;
}
ul#navigation li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px;
	margin: 0 10px 0 0;
	border: 1px solid #efeff1;
	background-color: #F9F9F9;
}
ul#navigation li.hostr {
	float: right;
	margin: 0 20px 0 0;
}
ul#navigation li a {
	font-size: 14px;
	text-decoration: none;
}
ul#navigation li a:hover {
	color: #cb2332;
}
#main {
	background-image: url(/inc/imgs/main_bg.gif);
	background-repeat: no-repeat;
	width: 569px;
	float: left;
	padding: 5px;
	margin: 10px auto 20px auto;
}
#content_top {
	display: block;
	background-image: url(/inc/imgs/content_top.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 7px;
	margin: 0 auto 0 5px;
	float: left;
}
#content {
	background-image: url(/inc/imgs/content_bg.gif);
	background-repeat: repeat-y;
	width: 520px;
	padding: 20px;
	margin: 0 auto 0 5px;
	float: left;
}
#content a {
	text-decoration: none;
}
#content p {
	line-height: 20px;
}
#content_foot {
	background-image: url(/inc/imgs/content_foot.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 8px;
	display: block;
	margin: 0 auto 0 5px;
	float: left;
}
#sidebar {
	width: 150px;
	margin: 10px auto 20px 19px;
	float: left;
}
#adverts {
	background-image: url(/inc/imgs/sidebar_header.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	display: block;
}
#sidebar_main {
	background-image: url(/inc/imgs/sidebar_bg.gif);
	background-repeat: repeat-y;
	width: 140px;
	padding: 5px;
}
#sidebar_foot {
	background-image: url(/inc/imgs/sidebar_foot.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 8px;
	display: block;
}
#footer {
	clear: both;
	width: 748px;
	margin: auto;
}
#footer_left {
	background-image: url(/inc/imgs/footer_left.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 29px;
	float: left;
	display: block;
}
#footer_main {
	background-image: url(/inc/imgs/footer_bg.gif);
	background-repeat: repeat-x;
	width: 719px;
	height: 29px;
	float: left;
	padding: 6px;
}
#footer_main p, #footer_main a {
	color: #dedede;
	text-decoration: none;
}

#footer_right {
	background-image: url(/inc/imgs/footer_right.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 29px;
	display: block;
	float: left;
}
.red {
	color: #cb2332;
	font-size: 14px;
	text-decoration: none;
}
.red2 {
	color: #cb2332;
	text-decoration: none;
}
.googleads {
	width: 125px;
	height: 125px;
	margin: 0 auto 10px 7px;
	display: block;
}
#slogan {
	display: block;
	float: right;
	color: #cb2332;
	font-weight: bold;
	font-size: 13px;
	margin: 15px 0 0 0;
}
ul#information li {
	background-image: url(/inc/imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px;
	display: block;
	list-style-type: none;
	margin: 0 0 5px 0;
}
label {
	width: 140px;
	float: left;
	display: block;
	font-weight: bold;
	color: #cb2332;
}
form#upload {
	width: 450px;
	margin: auto;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
}
.submitbtn {
	background-image: url(/inc/imgs/upload.gif);
	background-repeat: no-repeat;
	width: 81px;
	height: 31px;
	text-indent: -999999px;
	margin: 10px 0 0 0;
	cursor: pointer;
}
#image {
	display: block;
	width: 156px;
	height: 156px;
	float: left;
	clear: both;
	border: 1px solid #333333;
}
.uploadedimage {
	padding: 3px;
	display: block;
	width: 150px;
	height: 150px;
}
#upload-information {
	float: left;
	margin: 0 0 0 30px;
}
#upload-information input {
	width: 280px;
	margin: 0 0 10px 0;
	padding: 5px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 4px solid #efefef;
}
.text {
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #cb2332;
	margin: 0 0 10px 0;
}