body {
	background: #ccc url(../images/page_bg2.jpg) top center repeat-y;
	color: #333;
	margin: 0;
	padding: 0;
	font: 11px verdana, sans-serif;
}

img {
	border: 0;
}

#container {
	width: 648px;
	margin: 0 auto 0 auto;
	background-color: #EBEBEB;
}

#wrapper {
	width: 648px;
	background-color: #EBEBEB;
	float: left;
}

#header {
	width: 100%;
	float: left;
	background: #fff url(../images/header.jpg) top left no-repeat;
	height: 126px;
	text-align: right;
}

#header h1 {
	display: none;
}

#player {
	width: 100%;
	float: left;
	background: #fff url(../images/player_bg.jpg) top left no-repeat;
	height: 34px;
	text-align: right;
	padding-top: 8px;
	_padding-top: 11px;
}

#leftnav {
	width: 145px;
	float: left;
}

	#menu {
		width: 100%;
		background-color: #ccc;
		margin-bottom: 15px;
	}
	
	#blackblock {
		width: 100%;
		background-color: #333;
		color: #fff;
		text-align: right;
	}
	
	#blackblock p {
		padding-right: 15px;
		margin: 10px 0 15px 0;
	}
	
	#blackblock a, #blackblock a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#blackblock a:hover {
		text-decoration: underline;
	}
	
	#mailinglist_box {
		height: 163px;
		width: 100%;
		float: left;
		margin-top: 15px;
		background: url(../images/mailinglist_bg.jpg) top left no-repeat;
		text-align: right;
	}
	
	#mailinglist_box p {
		margin-top: 40px;
		padding: 15px 15px 0 15px;
	}
	
	#mailinglist_box form {
		margin: 0;
		padding: 0 15px 0 15px;
	}
	
	#mailinglist_box input {
		font-size: 11px verdana;
		float: right;
	}

#content {
	height: 100%;
	width: 349px;
	float: left;
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	
	line-height: 140%;
}

#content_inner {
	padding: 4px 15px 0 15px;
	float: left;
	width: 319px;
	min-height: 400px;
}


#intro {
	color: #999999;
}

#intro span {
	font-size: 50px;
	float: left;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
	padding-top: 2px;
	padding-right: 2px;
}
	#content h2 {
		font-size: 12px;
		font-family: arial;
	}
	
	#content h3 {
		color: #E160A0;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content a, #content a:visited {
		color: #E160A0;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}

#rightnav {
	width: 134px;
	float: left;
}

	#forumbox {
		width: 100%;
		background: #FAA5CF url(../images/forumbox_bg.jpg) top left no-repeat;
		height: 153px;
		float: left;
		padding-top: 10px;
		margin-bottom: 15px;
	}
	
	#forumbox p {
		padding-left: 15px;
		margin: 10px 0 20px 0;
	}
	
	#rotator {
		width: 100%;
		background-color: #333;
		float: left;
	}

#footer {
	width: 608px;
	background-color: #333;
	padding: 20px;
	color: #fff;
	float: left;
	margin-top: 15px;
	font-size: 10px;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p.left {
	margin: 0;
	width: 430px;
	float: left;
}

#footer p.right {
	margin: 0;
	width: 150px;
	float: right;
	text-align: right;
}

#subfooter {
	float: left;
	width: 100%;
	height: 150px;
}

legend {
	font-weight: bold;
}

label {
	display: block;
	width: 100px;
	float: left;
	font-weight: bold;
	color: #ccc;
	text-align: right;
	padding-right: 10px;
}

input, textarea {
	float: left;
	font: 11px verdana;
	margin-top: 2px;
}

ul {
	margin-left: 0;
	list-style-type: square;
	padding-left: 15px;
}

.gallery_img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid #333;
}

.gallery_img a, .gallery_img a:visited {
	display: block;
	width: 100%;
	height: 100%;
}	
