/*
      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: "times new roman", times, serif;
 font-size: 15px;
 background-color: #b2b4b3;
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
 background-color: #ffffff;
}
#title {
 width: 169px;
 height: 200px;
 text-align: center;
 font-size: 12px;
 font-style: italic;
 line-height: 25px;
 }
h1.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 23px;
color: #bb133e;
font-weight: bold;
font-style: normal;
}
#header {
 color: #333;
 width: 780px;
 float: left;
 padding: 0px;
 border: 0px;
 height: 93px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
 background-image:url(CCNlogo.jpg);
 background-repeat:no-repeat;
}
#leftcolumn { 
 color: #000000;
 border: 0px;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 950px;
 width: 169px;
 float: left;
 text-align:justify;
 line-height: 17px;
}
#leftmiddle { 
 color: #000000;
 border: 0px;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 950px;
 width: 169px;
 float: left;
 text-align:justify;
 line-height:17.5px;
}
#rightmiddle { 
 color: #000000;
 border: 0px;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 950px;
 width: 169px;
 float: left;
 text-align:justify;
 line-height: 16.5px;
}
#rightcolumn { 
 color: #000000;
 border: 0px;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 950px;
 width: 169px;
 float: left;
 text-align:justify;
}
#footer { 
 width: 760px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 font-weight: bold;
 font-style: italic;
}
.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }