@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
.normal_text {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	}
.error {
	color: red;
}

.top_link {
	color: #ec008c;
	text-decoration: none;
	font-size: 14px;
}
.top_link:hover {
	text-decoration: underline;
}
.forum_badge {
	position: absolute;
	left: 60px;
	top: 55px;

}
.main {
	width: 900px;
	height: 800px;
	
	 background-image:url(/images/bg_forum2.jpg);
	 background-position: top;
	 background-repeat: no-repeat;
	position: relative;
}
.hp_buttons {
	position: absolute;
	top: 65px;
	left: 533px;
	width: 312px;
}
.main_conent {
	position: absolute;
	top: 180px;
	left: 62px;
	width: 785px;
	height: 550px;
	
}
.internal_nav {
	position: absolute;
	top: 41px;
	left: 125px;
}
.main_container {
	padding-right: 20px;
}
.home_btn {
	width: 312px;
}
.badge {
	position: absolute;
	left: 0px;
	top: 474px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
.img_left {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
}