﻿/*
      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: Century Gothic;
 font-size: 12px;
 background: #0c025a;
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#faux {
 background: url(faux3.gif) repeat-y;

 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: white;
 width: 960px;
 padding: 0px;
 /* height: 100px; */
 margin: 10px 0px 0px 0px;
 background: white;
 position: relative;
}

#show  {
    width: 200px;
    height: 200px;
    background-color: transparent;
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid #C4D1F9;

}  

#leftcolumn { 
 display: inline;
 color: black;
 margin: 0 0 10px 0;
 padding: 0px 0px 0px 4px;
 width: 164px;
 float: left;
 background-color: transparent;
}
#content { 
 float: left;
 color: black;
 margin: 10px 13px;
 padding: 10px;
 width: 540px;
 display: inline;
 position: relative;
 background-color: transparent;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: black;
 margin: 46px 0px 10px 0px;
 padding: 10px 10px 10px 12px;
 width: 184px;
 float: right;
 background-color: transparent;
}
#footer { 
 width: 940px;
 clear: both;
 color: black;
 background: #a9c2f4;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }