body {font-family: helvetica, tahoma, arial;
	font-size: 90%;
	color: #bebebe;
	line-height: 125%;
	background-image: url(br.gif);
	background-repeat: repeat-x;
	background-color: black;
}

#wrap {width: 1000px;
	text-align: left;
}
	
h1 {display: inline;
	font-size: 180%;
	font-weight: normal;
	position: relative;
	top: -10px;
	right: -25px;
}

#banner {position: relative;
	top: 26px;
}

#left {width: 620px;
	float: left;
}

#right {width: 340px;
	float: right;
}

#box {-moz-box-sizing:border-box;box-sizing:border-box;
	background-color: #151515;
	border: 1px solid #4d4d4d;
	padding: 15px;
}

span.box {font-family: georgia;
	font-size: 135%;
}

input.search {font-family: georgia;
	background-color: #404040;
	border: 1px solid #4d4d4d;
	color: #bebebe;
}

input.search:hover {font-family: georgia;
	background-color: #404040;
	border: 1px solid #00fffc;
	color: #bebebe;
}

input.search:active {font-family: georgia;
	background-color: #404040;
	border: 1px solid #00fffc;
	color: #bebebe;
}

#boxc {position: relative;
	top: 10px;
	left: 15px;
	margin-bottom: 15px;
}

#post {border: 1px solid #212121;
	padding: 15px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#fpost {background-color: #101010;
	border: 1px solid #101010;
	padding: 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin-top: 5px;
	margin-bottom: 10px;
}
	#fl {float: left;
		font-family: georgia;
	}
	#fr {float: right;
		font-family: georgia;
	}
	
textarea.acom {font-family: georgia;
	background-color: #404040;
	border: 1px solid #4d4d4d;
	color: #bebebe;
	width: 525px;
	height: 225px;
}

textarea.acom:hover {font-family: georgia;
	background-color: #404040;
	border: 1px solid #00fffc;
	color: #bebebe;
	width: 525px;
	height: 225px;
}


/* links */

/*Standard link*/
a.nav:link {text-decoration: none;
	color: #bebebe;
}

a.nav:visited {text-decoration: none;
	color: #bebebe;
}

a.nav:hover {text-decoration: none;
	color: #00fffc;
}

a.nav:active {text-decoration: none;
	color: #00fffc;
}


/*big link*/
a.nav2:link {text-decoration: none;
	color: #eeeeee;
	font-size: 135%;
	font-family: georgia;
}

a.nav2:visited {text-decoration: none;
	color: #eeeeee;
	font-size: 135%;
	font-family: georgia;
}

a.nav2:hover {text-decoration: none;
	color: #00fffc;
	font-size: 135%;
	font-family: georgia;
}

a.nav2:active {text-decoration: none;
	color: #00fffc;
	font-size: 135%;
	font-family: georgia;
}

/*comment link*/
a.nav3:link {text-decoration: none;
	color: #00fffc;
}

a.nav3:visited {text-decoration: none;
	color: #00fffc;
}

a.nav3:hover {text-decoration: none;
	color: #00fffc;
}

a.nav3:active {text-decoration: none;
	color: #00fffc;
}

/* the button link */

#button {
	display: inline-block;
	width: 31px;
	height: 45px;
	background: url(logo.jpg) no-repeat 0 0;
	text-decoration: none;
}

#button:hover { 
	background-position: 0 -45px;
	text-decoration: none;
}

