/*
      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: 12px;
	background-color:#eeefef;
	text-align:justify;
	
}
#wrapper { 
 margin: 0 auto;
 width: 960px;
 background-color: #FFFFFF;
}
#faux {
 /*background: url(faux-2-3-col.jpg);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
 width: 940px;
 padding: 0;
 height: 155px;
 margin: 10px 0px 0px 0px;
 text-align:center;
 
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 190px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin: 0;
 padding: 10px;
 width: 510px;
 display: inline;
 position: relative;
 border-right: 1px solid #dfe1e3;
 
 
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 190px;
 float: right;
 
}
#footer {
	width: 940px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top: 2px #CCCCCC solid;
	text-align:right;
	font-size: 85%;
	color: #666;
}

#footer a {
	color: #666;
	}
.clear { clear: both; background: none; }

h1, h2, h3, h4 {
	color:#0000fb;
	}
	
#brochure {
	
	height: 122px;
	width: 188px;
	}
	
#registration {
	
	height: 122px;
	width: 188px;
	}
	
#adobe {
	border: 1px solid #b7b9ba;
	font-size: 90%;
	text-align:center;
	width: 175px;
	padding: 5px;
	}
	
img {
	border-style: none;
	}
	
#contact {
	width: 185px;
	border: 1px solid #b7b9ba;
	text-align:center;
	font-size: 95%;
	border-top:none;
	margin-top: -5px;
	
	}
	
.cimg {
	position:fixed;
	top: 600px;
	left: 232px;
	}

#cert {
	background-image:url(images/cert.jpg);
	background-repeat:no-repeat;
	height:200px;
	width: 200px;
	padding: 10px;
	float: left;
	margin-left: 10px;
	}
.certl {
	text-align:center;
	font-size:85%;
	
	}
	
.sigma {
	float:right;
	padding: 0px 5px 5px 5px;
	}
	
h1 {
	font-size: 16px;
	}
	
.conf {
	font-size: 95%;
	}
	
.conf li {
	margin-left: 15px;
	
	}
	
#dash {
	border: 1px dashed #FF0000;
	}
.dashheading {
	color:#FF0000;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
