/*
      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-color: #B9D3DD;
	padding-top: 16px;
}
#wrapper { 
 margin: 0 auto;
 width: 973px;
 position:relative;
 z-index:22;
}

#header {
 color: #333;
 width: 973px;
 padding: 0px;
 height: 60px;
 margin: 0px 0px 0px 0px;
 margin-bottom:0px;
}
.menuGora {
	width: auto;
	height: 27px;
	background-color: #D20B00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
}
.menuDol {
	color: #8A4715;
	width: auto;
	height: 22px;
	background-color: #FFF0A5;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}


#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 10px 10px;
 padding: 0px;
 width: 510px;
/*width: 410px;  jk */
 display: inline;
 position: relative;
}

#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 4px 0px 0px;
	padding: 0px;
	width: 433px;
	float: right;
}
#footer {
	width: 973px;
	height:92px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	backgr ound-image: url(img/footertlo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index:0;
}
.clear { clear: both; background: none; }

