/*
      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: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(/user_files/images/main_background.gif);
	background-repeat: repeat;
}


#wrapper {
	margin: 0 auto;
	width: 850px;
	background-image: url(/user_files/images/main_foreground.jpg);
	background-repeat: repeat-y;
}



#mini_menu {
	background-image: url(/user_files/images/top_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 12px;
	width: 840px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #434242;
	border-bottom-color: #434242;
	background-color: #585858;
	clear: both;
	text-align: right;
	vertical-align: middle;
	Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 10px;
	margin: 0px;
}


#header {
	width: 850px;
	float: left;
	padding: 0px;
	height: 214px;
	margin: 0px 0px 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#header_temp {
	width: 850px;
	float: left;
	padding: 0px;
	height: 214px;
	margin: 0px 0px 10px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}



#small_center_column {
	margin: 0px 15px 5px 85px;
	padding: 25px 0px 10px;
	height: auto;
	width: 650px;
	float: left;
}

#big_center_column {
	margin: 0px;
	padding: 25px 25px 10px;
	height: auto;
	width: 800px;
	float: left;
}


#leftcolumn { 
	 margin: 0px 5px 5px 15px;
	 padding: 25px 0px 10px;
	 height: auto;
	 width: 275px;
	 float: left;
}


#rightcolumn {
	float: left;
	margin: 0px 0px 5px 15px;
	padding: 25px 0px 10px;
	width: 515px;
	display: inline;
	height: auto;
}


#footer {
	width: 820px;
	clear: both;
	margin: 15px 15px 10px;
	padding: 15px 0px 0px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
}

