/*********************/
/* INTERNAL STYLE */
/*********************/

#wrapper {
	border: 0px solid green;
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


#logo {

	background: ;
	border: 1px solid blue;
	height: 150px;
}



#colLeft {

	background: #FFFFCC url(images/bw_bg_gradient.jpg) 0 0 repeat-x; 
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	border: 1px solid red;
	height: 1500px;
	font-weight: bold;
	padding-left: 0px;

}	
	



#colLeft * {

	color: blue;

}

#colLeft ul {
	
	

}
	

#colLeft h1 {

	color: red;
	background-color: #ccccff;
	padding-bottom: 10px;
	font-size: 2.4em;
	text-align: center;
	margin-bottom: 5px;
	
		
}

#colLeft h2 {

	color: red;
	background-color: #ccccff;

}

#colLeft h3 {

	
	color: blue;
	padding-left: 25px;
	margin-bottom: 5px;

}


#colLeft h4 {

	color: red;
	font-size: 1.2em;	
	margin: 10px 10px 5px 10px;
	
}

#colLeft p {
	
	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}





#main {

	border: 1px solid blue;
	padding-top: 10px;
	margin-left: 205px;
	margin-right: 205px;
	margin-top: 72px;
	background: #FFFFCC url(images/bw_bg_gradient.jpg) 0 0 repeat-x;
	padding: 0px 5px 0px 5px;
	height: 1500px;	
	
	
}

#main h1 {

	color: red;
	font-size: 3.4em;

}

#colRight {

	background:  #FFFFCC url(images/bw_bg_gradient.jpg) 0 0 repeat-x; 
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 0px;
	border: 1px solid red;
	height: 1500px;
	
}

#colRight * {

	color: blue;

}


#colRight h1 {

	color: red;
	background-color: #ccccff;
	padding-bottom: 10px;
	font-size: 2.4em;
	text-align: center;
	margin-bottom: 5px;
	
	
		
}

#colRight h2 {


}

#colRight h3 {

	color: blue;
	padding-left: 25px;
	margin-bottom: 5px;


}


#colRight h4 {

	color: red;
	font-size: 1.2em;	
	margin: 10px 10px 5px 10px;
	
}

#colRight p {

	font-size: 1.2em;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}



/*********************/
/* BASIC */
/*********************/


body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 62.5%;
	margin: auto;
	padding: 0;
	background: #000000 url(images/header_bg.jpg) repeat-x;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* BANNER STYLES */
/*********************/

#logo {

	background-color: #FFF; 
	position: relative;
	height: 237px;
	width: 900px;
	margin: 10px 75px 10px 0px;
	
}

img.logo {

	margin-left: 45px;	

	}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	
	float: right;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: ;
	border: 1px solid red;
	width:900px;
	height: 30px;
	
	
}

#nav ul {

	float: left;
	list-style-type: none;
	margin-left: 295px;
			
}

#nav ul li {

	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
			
}
			
#nav ul li a {
			
	font-size: 20px;
	font-style: italic;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	display: ;
	color: #FFFFCC;
}

#nav a:hover {

	background: ;
	color: red;
}
		



/*********************/
/* MAIN */
/*********************/


h1 {
	color: white;
	margin-top: 0px;
	font-size: 3.4em;
	line-height: 100%;
	padding-top: 10px;
}

.section {

	display: inline;
	color: #9999ff;
	font-weight: normal;
}

.floatRight {

	float: right;
	margin: 5px 10px 2px 15px;
}

img.floatRight {

	border: 2px solid #000000;
}

p {
	color: #000000;
	font-size: 1.7em;
}

h2 {
	color: brown;  					
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;

}



/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}
