/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(ringsidebkg.jpg);
	background-repeat: no-repeat;
}
#wrapper {
	width: 965px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 60px;
}
#header {
	color: #333;
	width: 1100px;
	padding: 0px;
	height: 83px;
	margin: 0px;
	border: thin none #333;
}
#wrapper #flash {
	width: 735px;
	height: 35px;
	clip: rect(auto,137.5px,auto,137.5px);
	margin-left: 105px;
	margin-top: -6px;
}

#header #linkbox {
	height: 40px;
	width: 100px;
	margin-top: 0px;
	margin-left: 830px;
	background-color: #000;
	border: thin none #666;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 3px;
	vertical-align: middle;
}

#wrapper #header #linkbox {
	height: 45px;
	width: 100px;
	margin-right: 0px;
	margin-left: 830px;
	margin-top: 23px;
	border: thin none #333;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	font-weight: bolder;
	padding: 0px;
}

#leftcolumn {
	display: inline;
	padding: 0px;
	width: 490px;
	float: left;
	height: 575px;
	margin: 3px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: thin none #666;
}
#leftcolumn #leftcolumntext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	height: 250px;
	width: 420px;
	border: thin none #666;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}


#rightcolumn {
	float: right;
	width: 411px;
	display: inline;
	position: relative;
	height: 575px;
	border: thin none #999;
	overflow: visible;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-indent: 0;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#wrapper #faux #rightcolumn #rightcoulmntext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 400px;
	clip: rect(auto,auto,auto,65px);
	margin-left: 30px;
	padding: 0px;
	height: 255px;
}
#wrapper #rightcolumn #rightcolumnpicture {
	height: 250px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.clear { clear: both; background: none; }
#wrapper #rightcolumn #rightcoulmntext br {
	text-align: right;
	margin: 0px;
	height: 255px;
}
