/* CSS Document */
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}

.h1 {
	font-size: 18px;
	color: #027098;
	font-family: Georgia;
	font-style: italic;
	text-transform:lowercase;
}

.h2 {
	font-size: 14px;
	color: 666666;
	font-family: Arial;
	font-style: normal;
}

.h3 {
	font-size: 12px;
	color: #027098;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}

.h4 {
	font-size: 12px;
	color: #027098;
	font-family: Trebuchet MS;
	font-style: normal;
}

.h5 {
	font-size: 10px;
	color: #666666;
	font-family: Trebuchet MS;
	font-style: normal;
}

.line{
	border-bottom: 1px solid #bfbfbe;
	margin-top: 14px;
	margin-bottom: 14px;
}

blockquote {
    background-color: #d8d7d7;
	margin-left: 50px;
	margin-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #898988;
	font-style: italic;
	font-family: Georgia;
}  
	

#header {
	width: 901px;
	height: 300px;
	margin: auto;
}
#photos {
	width: 880px;
	margin: 0px auto;
	background-color: #dddcdb;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px dashed #bfbfbe; 
}

#main {
	width: 900px;
	background-color: #dddcdb;
	margin: auto;
	border: 0px;
	padding-top: 7px;
}

.clearfix {
   clear: both;
}

// This fix is for IE6 only
.clearfix {
    height: 1%;
    overflow: visible;
}
	
#leftcol {
	background-color: #dddcdb;
	width:642px;
	float:left;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}

#rightcol {
	background-color: #dddcdb;
	width: 220px;
	float: right;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 7px;
	border-left: 1px dashed #bfbfbe;
	border-left-height: 100%;
	margin: 0px;
}

#footer {
	width: 100%;
	height: 150px;
	background-color:#333;
	border-top: 1px solid #d2d2d2;
	margin: 0 auto;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #e8e7e7;
	clear: both;
}

#fcontainer{
	width: 800px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 10px;
}
	
input { 
	background-image: none !important;
} 

.main {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}

.rightcol{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}

.main a:link {
	text-decoration: none;
	color: #027098;
}

.main a:visited {
	text-decoration: none;
	color: #027098;
}
.main a:hover {
	text-decoration: underline solid 1px;
	color: #666666;
}
.main a:active {
	text-decoration: none;
	color: #666666;
}

.rightcol a:link {
	text-decoration: none;
	color: #027098;
}

.rightcol a:visited {
	text-decoration: none;
	color: #027098;
}
.rightcol a:hover {
	text-decoration: underline solid 1px;
	color: #666666;
}
.rightcol a:active {
	text-decoration: none;
	color: #666666;
}
.footer a:link {
	text-decoration: none; 
	color: #b15471;
}

.footer a:visited {
	color: white; 
	text-decoration: none; 
}

.footer a:hover {
	color: #666666; 
	text-decoration: none; 
}
	
.footer a:active {
	color: #666666; 
	text-decoration: none; 
}

.italics {
	font-style: italic;
}
