@charset "utf-8";
body {
	font-family: Garamond, Georgia, Times, “Times New Roman”, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #151515;

}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #151515;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtrHdr #header {
	height: 147px;
	background-image:url(images/bg.png);
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
	text-align:right;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #151515;
	color:#999;
}
#mainContent H1 {
	font-size: 72px;
	padding-top: 0;
	padding-bottom:0;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#999;
	letter-spacing: -2px;
	text-shadow: #000 10px -5px 1px;

}
#mainContent H3 {
	letter-spacing: 2px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#homep{ padding-left:60px; padding-bottom: 60px;width: 300px; line-height: 120%; min-height: 400px; }
a {color:#ccc;}
a:hover{color:#fff;}
a:visted{color:#333}
.cloud {
	text-align:center;
	font-size:14px;
}
.cloud a{color:#6e9103; text-decoration:none;}
.cloud a:hover{color:#FFF; border-bottom:1px dotted #6e9103;}
.joey {font-family:Georgia, "Times New Roman", Times, serif; font-size: 150%; color:#FFF}
	
/************************************************* Prot TABLE *************************************************/
#port_table{
	width:100%;
	border: 0px;
	margin: 20px 0px 20px 0px;
}
#port_table td{
	width: 50%;
	padding: 10px 20px 10px 10px;
	vertical-align:top;
}
#port_table img{margin-bottom: 10px;}
hr{
	margin-bottom: 0px;
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#port_table p{
	padding-left: 20px;
	line-height:20px;
	font-size: 16px;
}
.photolinks{
	font:"MS Serif", "New York", serif;
	font-size:17px;
	letter-spacing: 2px;
	}
.photolinks a{ color:#6e9103; text-decoration:none;}
.photolinks a:hover{color:#fff;}
.top{text-align:right;}
.top a{text-decoration:none;}
.top a:hover{color:#fff; border-bottom:1px dotted #6e9103;}
.top a:visted {color:#ccc;}
/************************************************* /Prot TABLE *************************************************/

.oneColFixCtrHdr #footer {
	background-color: #151515;
	width: 100%;
	padding-top: 00px;
	height: 87px;
	text-align:right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #6e9103;
	font-size: 80%;
}
