﻿/*
      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: Verdana;
 font-size: 10pt;
}

select
{
	font-family:Verdana;
	font-size:11pt;
}

.sidebar-left {
	background: url(../images/gradient-right.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:10px;
	border-right: 1px solid #E0E0E0;
}

.sidebar-right {
	background: url(../images/gradient-right.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:10px;
	border-left: 1px solid #E0E0E0;
}

.sidebar-right-yellow {
	background: url(../images/gradient-right-yellow.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:10px;
	border-left: 1px solid #E0E0E0;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 width: 900px;
 float: left;
 padding: 10px;
 /*border-bottom: 1px solid #336699;*/
 
 margin: 10px 0px 0px 0px;
 /* background: #BD9C8C; 
     */
}

#leftcolumn { 
 color: #333;
 
 /*margin: 0px 5px 5px 0px;*/
 /*padding: 10px;*/
 /*height: 350px;*/
 width: 195px;
 float: left;
 
 /*background: url(../images/gradient-right.png);
 background-repeat:repeat-x;*/
}

#leftcolumn-leftonly { 
 color: #333;
 
 /*margin: 0px 5px 5px 0px;*/
 /*padding: 10px;*/
 /*height: 350px;*/
 width: 295px;
 float: left;
 
 /*background: url(../images/gradient-right.png);
 background-repeat:repeat-x;*/
}

#content { 
 float: left;
 color: #333;
 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 456px;
 display: inline;
 /*
 border: 1px solid #ccc;
 background: #F2F2E6;*/
}

#content-leftonly
{
	float: left;
 color: #333;
 
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 551px;
 display: inline;
 /*
 border: 1px solid #ccc;
 background: #F2F2E6;*/
}

#rightcolumn { 
 color: #333;
 
 /*margin: 0px 0px 5px 0px;*/
 /*padding: 10px;*/
 /*height: 350px;*/
 width: 195px;
 float: left;
 position: relative;
 
 
}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 0px; }


