/* Two Colum Flexible - Cascading Style Sheet Template */ 
/* Created by: Keith Post - Post Studio Website Design */

/* type: element selectors */
body {
	margin:0px;
	background:#FFFFFF;
	color: #FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border: 0px none;
	}


img.gallery { 
	border-color: #CCCCFF; 
	}
.project_title { 
	font-size: small; 
	color: #CCCCFF; 
	font-family: arial, helvetica, helv, tahoma, sans-serif; 
	text-align: center; 
	margin-bottom: 18px; 
	}
.gallery_title { 
	font-size: large; 
	color: white; 
	font-family: arial, helvetica, helv, tahoma, sans-serif; 
	text-align: center; margin-top: 6px; 
	}

/* alt background colours #999999; #E2E2E2; #D4D4D4; */
 
h1 {
	font-size: 2.0em;
	color: #003366;
	margin-bottom: 30px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #DFDFDF;
	}
h2 {
	font-size: 0.8em;
	color: #CC0000;
	margin-bottom: -15px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 0.7em;
	color: #333366;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
label {
	color: #996633;
	font-size: 0.8em;
	font-weight: 900;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	}
li {
	color: #CC3300;
	font-size: 0.7em;
	list-style: circle;
	text-align: left;
	}
/* alt hdr background colours: #CCCCCC; #D4D4D4; #D6D6D6; */
/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#hdr {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
#hdr h1 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 5px;
	font-family: sans-serif;
	background-color: transparent;
	padding-right: 20px;
	padding-left: 20px;
	}
#hdr p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
	padding-right: 40px;
	padding-left: 40px;
	}
#l-col {
	background:#FFFFFF;
	color: #9F722D;
	width:40%;
	padding: 0px 0px 0px;
	float: left;
	text-align: left;
	border-right: 2px solid #CC0000;
	margin-right: 1px;
	}
#l-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	}
#r-col{
	background: #FFFFFF;
	text-align: left;
	margin-top: 4px;
	}
#r-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #000000;
	}
/* class = "pseudo-classes" */
a:link {
	color: #666699;
	} 
a:visited {
	color: #666699;
	} 
a:hover {
	color: #996699;
	} 
a:active {
	color: #666699;
	}
 /* type: class = "class-selectors" a universal selector that can be used more than once within the page. */
.flt-l {
	float: left;
	}
.logo {
	}
.indent {
	margin-left: 20px;
	margin-right: 30px;
	padding-left: 20px;
	}
