/*

	$Id: about_styles.css,v 1.1 2006/03/21 05:13:45 protohive Exp $
	
	Description: These styles mostly apply to the about section (aka marketing stuff) lots of 3 column goodness here (jas:3/6/2006). I realize that there is lots of redundancy here with disc_styles.css but I need to seperate the 2 for layout purposes.
	
	Usage: include on templates
	
	Documentation: none

*/


body {
	margin-top: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #696969;
	min-width: 600px;
}

.ImgGeneral {
	border : 0px none;
}

a:link {
	color: #3399FF;
}

a:visited {
	color: #9932CC;
}

a:hover {
	color: #00BFFF;
}

#header {
	margin: 5px 5px 5px 5px;
	text-align: left;	
}

#container {
	width: 750px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
} 

#banner {
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#banner img {padding:10px 0px;} 

#outer{ 
	border-left: solid 200px #ffffff;
	border-right: solid 200px #ffffff; 
	background-color: #ffffff;
} 

#inner {
	margin: 0;
	width:100%;
}

#left {
	width:200px; 
	float:left; 
	position:relative; 
	margin-left:-200px; 
	margin-right:1px;
}

#right {
	width:200px; 
	float:right; 
	position:relative; 
	margin-right:-200px; 
	margin-left:1px;
}

#content{ 
	position: relative; 
	margin: 0px;
	padding: 0px 20px 20px 20px;
}

#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: center;
} 
