html, body{
	margin: 				0;
	padding: 				0;
	background-image: 		url(images/bg.gif);
	background-repeat: 		repeat-x;
	background-color: 		black;
}
	
h2{
	border-bottom:			dotted 1px #6c3a3a;
	font-family: 			Georgia;
	font-size: 				14px;
	font-weight: normal;
}

p{
	margin: 				8px 0px 8px 0px;
	padding: 				0;
	line-height:			150%;
}

li{
	list-style-type: 		none;
}

a{
	text-decoration:		none;
	color: 					white;
}


.twitterBox img, .quote img { 
	behavior: url(iepngfix.htc) 
	}

a:link {
	color: white;
	}

a:active{
	color: white;
	}

a:visited{
	color: 					#512c2c;
}
	
a:hover{
	color: 					#cdae62;
}

.navigationBar a:visited{
	color: 					white;
}

.navigationBar a:hover{
	color: 					#cdae62;
}

.twitterBox img{
	border: none;
	}
	
textarea{
	height: 200px;
}

/* Layout Styles */

.backgroundContainer{
	background-image: 		url(images/wave.jpg);
	background-repeat: 		no-repeat;
	background-position:	top;
}

.mainContainer{
	width: 					900px;
	margin-left: 			auto;
	margin-right: 			auto;
}

.contentContainer{
	padding:				10px 0px 10px 0px;
	border-top: 			solid 3px #6c3a3a;
	border-bottom: 			solid 3px #6c3a3a;
}

.navigationBar{
	min-height: 			250px;
	position: 				relative;
}

* html .navigationBar {	/* For Internet Explorer 6 */
	height:				250px; 
 }

.navigationBar img{
	float: 					left;
}

.navigationBar ul{
	margin: 				0;
	padding: 				0;
	position: 				absolute;
	right:					0;
}

.navigationBar li{
	float: 					left;
	padding: 				25px 15px 15px 15px;
	font-family: 			Georgia;
	font-size: 				18px;
}

.quote{
	float: 					left;
	position: relative;
}

.twitterBox{
	float: 					left;
	position: relative;
}

.clearBox{
	clear: 					both;
}

.blurbBox{
	width: 					100%;
	font-family: 			Georgia;
	font-size: 				16px;
	color: 					white;
	min-height:				100px;
}

* html .blurbBox {	/* For Internet Explorer 6 */
	height:				100px; 
 }

.blurbBox p{
	padding: 				10px;
}

.portBox{
	width: 					280px;
	padding: 				10px;
	float: 					left;
	color: 					white;
}

.portBox p{
	font-family: 			arial;
	font-size:				11px;
}

.portBox img{
	padding: 				3px;
	border: 				solid 1px #6c3a3a;
}

.portWeb{
	font-family:			Georgia;
	font-size:				12px;
	line-height: 			150%;
}

.portBoxContent{
	min-height: 			110px;
	padding:				10px 0px 10px 0px;
}

* html .portBoxContent {	/* For Internet Explorer 6 */
	height:				110px; 
 }

.portBoxDetails{
	border-top: 			dotted 1px #6c3a3a;
	border-bottom: 			dotted 1px #6c3a3a;
	min-height: 			33px;
	}
	
* html .portBoxDetails {	/* For Internet Explorer 6 */
	height:					33px; 
 }
	
.column, .columnMain{
	float: 					left;
	color: 					white;
	font-family: 			arial;
	font-size: 				11px;
	line-height: 			200%;
}

.columnMain p, .column p{
	line-height: 			200%;
}

.column{
	width: 					240px;
	padding: 				5px;
	}
	
.column img{
	padding: 				3px;
	border: 				solid 1px #6c3a3a;
}

.column input, .column textarea{
	width: 					90%;
	background-color: 		black;
	color: 					white;
	border: 				solid 1px #6c3a3a;
	}

.columnMain{
	width: 					390px;
	padding: 				5px;
	}
