/*
      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, Helvetica, sans-serif;
 font-size: 11px;
}
a:link {text-decoration:none}
a:hover {text-decoration:underline}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
.wrapper { 
 margin: 0 auto;
 width: 922px;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 400px;
 width: 300px;
 float: left;
 background-image:url('/images/logo/random.php');
 background-repeat:no-repeat;
 background-color:#fff;
 background-position: 20% 10px;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 10px 0px;
 padding: 20px 10px 10px 10px;
 width: 578px;
 display: inline;
 position: relative;
 background-image:url('/images/bc-background.jpg');
 background-repeat:no-repeat;
 background-color:#fff;
 background-position: 88% 0; 
}
#footer { 
 float: right;
 text-align: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 922px;
 display: inline;
 position: relative;
}

#content-top {
border-top: 1px solid #aaa;
margin: 0px;
padding: 10px 0 0 0;
}
#greet {
 width:400px; margin:0px 20px 10px 0px;float:left;
}
#search {
 width: 143px; padding:5px 15px 10px 0px;float:left;
}

#content-cat {
padding: 0;
}
.cat {
 margin:0;width:578px;float:left;
}
.cat-lr {
 width:289px;float:left;
 border-top: 1px solid #aaa;
}

#map {
 width:400px; margin:0;float:left;
}

#recent {
 width: 178px; padding-left:0px;float:left;
}
#recent UL {
 list-style-type: none;
}

#content-list {
 border-top: 1px solid #aaa;
 border-bottom: 1px solid #aaa;
}

UL {
 margin: 10px 0px 10px 0px;
 padding: 0px 10px 0px 10px;
}
HR { 
 border: 1px solid #aaa;
}
IMG { 
 border: 0px solid #ccc;
}
A#cred { 
 color: #999;
}
a.first {
 margin:0 10px 0 0;
}
a.last {
 margin:0 0 0 10px;
}
a.mid {
 margin:0 10px 0 10px;
}
#myGallery
{
width: 350px !important;
height: 300px !important;
} 
