body { 
	font-family: Verdana; 
	font-color: #CCC; 
	background-color:#FFF; 
	font-size: 11px; 
}

h1 { 
	font-size: 11px; 
	margin: 0 0 20px 50px;  
	text-align:left; 
	font-weight: bold;
	}

h2 span {
	color: #F00;
	}
	
h3 {
	font-size: 12px;
	color: #FFF;
	}
	
h3 span {
	color: #F00;
	}
	
hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #CCC;
	background-color: #CCC;
	}

#intro_container {
	width: 800px;
	height: auto;
	margin: auto;
}

#intro_top {
	width: 800px;
	height: auto;
	margin: auto;
}

#intro_middle {
	width: 640px;
	height: auto;
	margin: auto;
	text-align: center;
}

#intro_bottom {
	width: 700px;
	height: auto;
	margin: auto;
}

#container {
	width: 1000px;
	height: auto;
	margin: auto;
	}
	
#header {
	width: 900px;
	height: 120px;
	margin: auto;
	background-image: url("images/5thaveweddingphotography_bycurtiscomeau.jpg");
	background-repeat: no-repeat;
	}

#navigation {
	width: 700px;
	height: auto;
	text-align: right;
	margin: 70px auto;
	padding-right: 170px;
	float: right;
	}

#navigation span {
	color: #CCC;
	}
	
ul {
	float: right;
    margin: 0 auto;
    padding: 0;
	word-spacing: 4px;
	}

ul.horizontal_list li {
    text-align: left;
    float: left;
    list-style: none;
    margin: auto;
    padding: 3px 3px 3px 3px;
	}

#flashgallery {
	width: 900px;
	height: auto;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	}

#welcome {
	width: 900px;
	height: auto;
	margin: 20px auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	text-align:  justify;
	}

#welcome span {
	color: #F00;
	}

#about_container {
	width: 900px;
	height: 604px;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	background-image: url("images/curtis_comeau_headshot.jpg");
	background-position: center;
	background-repeat: no-repeat;
	}
	
#about_bio {
	width: 300px;
	height: auto;
	margin: auto;
	float: right;
	padding-right: 20px;
	text-align:  justify;
	color: #FFF;
	}
	
#portfolio {
	width: 900px;
	height: auto;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	}
	
#references {
	width: 900px;
	height: 800px;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	}

#sample_album {
	width: 1000px;
	height: 600px;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	}
	
#commissions_container {
	width: 900px;
	height: auto;
	margin: auto;
	border: solid 1px;
	border-color: #CCC;
	padding: 20px;
	}
	
#commissions_bg {
	width: 900px;
	height: 500px;
	margin: auto;
	padding-top: 50px;
	background-color: #000;
	}	
	
#commissions_content {
	width: 400px;
	height: auto;
	margin: auto;
	float: right;
	padding-right: 20px;
	color: #FFF;
	text-align: justify;
	}

#footer {
	width: 900px;
	height: auto;
	margin: auto;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	}


a:link { text-align: right; font-size: 11px; color: #000; text-decoration: none; }
a:visited { text-align: right; font-size: 11px; color: #000; text-decoration: none; }
a:hover { text-align: right; color: #F00; text-decoration: underline; }

a.red:link { text-align: right; font-size: 11pxpx; color: #F00; text-decoration: none; }
a.red:visited { text-align: right; font-size: 11px; color: #F00; text-decoration: none; }
a.red:hover { text-align: right; color: #333; text-decoration: underline; }






