/*
      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:url(images/textbox2bg.gif) repeat-x fixed; ;

}
#wrapper2 { 
 margin: 0 auto;
 
 width: 1222px;

}
/*LOGO*/
#logo{padding-top:1px;width:330px;float:left;}
#logo a{background:url(images/logoca2.png) no-repeat;display:block;width:330px;height:53px;text-indent:-10000px;}
/*LOGO END*/


/*Fonts*/
a { font-size:12px; color:#666;}
a:link{color:#853505; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}

h1 {
 margin: 10px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 22px;
 color:#2580a2;
 background: #EEF1ED;}
h2 { font-size:20px; font-weight:bold; color:#2580a2;}
h3 {text-align: center;font-size:12px; font-weight:bold; color:#ff750f;}

h5 {
 margin: 10px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 50px;
 color:#FFFFFF;
 background: #79a0ca;}
 
h4 {
 margin: 10px;
 padding: 3px 10px;
 border: 1px dashed #ccc;
 font-size: 20px;
 color:#FFFFFF;
 background: RED;}



h6 {margin:0px; padding:0px 15px 10px 10px ;height: 2px ;  font-size:100%; font-weight:normal; color:#7a6b6b;}


#header2 {
text-align: center;
 color: #333;
 width: 1200px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 height: 60px;
 margin: 10px 0px 5px 0px;
background:url(images/degrade.gif) repeat-x;
}
#leftcolumn { 
text-align: center;
 color: #333;
 border: 1px solid #ccc;
 background: url(images/textbox2bg.gif) repeat-x;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 150px;

 float: left;
}

#right { 
text-align: center;
 float: right;
 
 color: #333;
 border: 1px solid #ccc;
 background: url(images/degrade.png) repeat-x;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 100%;
 width: 1023px;
 display: inline;
}

#rightcolumn { 
text-align: center;
 float: right;
 
 color: #333;
 border: 1px solid #ccc;
 background: url(images/textbox2bg.gif) repeat-x;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 900px;
 width: 1023px;
 display: inline;
}
#foot{ 
 width: 1200px;
 clear: both;
  
 color: #333;
 border: 1px solid #ccc;
 background: url(images/degrade.png);
 margin: 0px 0px 1px 0px;
 padding: 10px;
}

#footer { 
 width: 1200px;
 clear: both;
  
 color: #333;
 border: 1px solid #ccc;
 background: url(images/bg2.gif);
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
