/*Design by Free CSS Templateshttp://www.freecsstemplates.orgReleased for free under a Creative Commons Attribution 2.5 License*/body {	margin: 20px 0;	padding: 0;	background: #037881;	color: #85EEF6;}h1, h2, h3, h4, h5, h6 {	font-family: Georgia, "Times New Roman", Times, serif;	font-style: italic;	color: #C3F2F6;}p, ul, ol, blockquote {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: small;}h2 {	padding-left: 30px;	background: url(../images/img4.gif) no-repeat left center;}h3, #colTwo h2 {	padding-left: 25px;	background: url(../images/img5.gif) no-repeat left center;	font-size: medium;}a {	color: #C3F2F6;}a:hover {	text-decoration: none;	color: #FFFFFF;}.posted {	padding-top: 10px;	border-top: 1px solid #037881;	font-size: x-small;}/* Header */#header {	width: 710px;	height: 190px;	margin: 0 auto 20px auto;	background: #03666E url(../images/img1.jpg);}#header * {	text-decoration: none;	color: #FFFFFF;}#header h1 {	float: left;	margin: 0;	padding: 130px 0 0 30px;}#header h2 {	float: left;	margin: 0;	padding: 148px 0 0 0;	background: none;	font-size: small;}/* Content */#content {	width: 710px;	margin: 0 auto;	background: url(../images/img7.gif) repeat-y;}#contentbans {	width: 400px;	overflow-x: auto;	margin: 0 auto;}#colOne {	float: left;	width: 400px;	padding: 20px 20px 10px 20px;	background: #03666e url(../images/img2.gif) no-repeat left top;}#colTwo {	float: right;	width: 210px;	padding: 25px 20px 0 20px;	background: #03666E url(../images/img3.gif) no-repeat right top;}#colTwo ul {	margin-left: 0;	padding-left: 0;	list-style: none;}#colTwo h2 {	margin: 20px 0 10px 0;}#colTwo ul ul {	margin-left: 25px;}/* Footer */#footer {	width: 710px;	height: 100px;	margin: 0 auto;	background: url(../images/img8.jpg) no-repeat 0px 20px;}#footer p {	margin: 0;	padding: 48px 0 0 20px;	font-size: x-small;	color: #FFFFFF;}#footer a {	color: #FFFFFF;}/* Ban/Staff related shit */tr.pnDanger {	border-left: 2px solid rgba(200, 0, 0, 0.7);	border-right: 2px solid rgba(200, 0, 0, 0.7); 	background-color: rgba(200, 0, 0, 0.45);}tr.pnWarning {	border-left: 2px solid rgba(200, 100, 0, 1);	border-right: 2px solid rgba(200, 100, 0, 1);	background-color: rgba(200, 100, 0, 0.45);}tr.pnSuccess {	border-left: 2px solid rgba(0, 200, 0, 0.7);	border-right: 2px solid rgba(0, 200, 0, 0.7);	background-color: rgba(0, 200, 0, 0.45);}/* UI shit to fix some old bugs i neglected, my bad! *//* BTW the bugs took me about 3~ish hours to fix.*/.well {	min-height: 20px;	padding: 19px;	margin-bottom: 20px;	background-color: rgba(3,51,50, 0.5);	border: 1px solid rgb(3, 110, 110);	border-radius: 0px;	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote {	border-color: #ddd;	border-color: rgba(0, 0, 0, 0.15);}.well-lg {	padding: 24px;	border-radius: 0px;}.well-sm {	padding: 9px;	border-radius: 0px;}.container {	margin-right: auto;	margin-left: auto;	padding-left: 15px;	padding-right: 15px;}.pull-right {	float: right !important;}