@charset "UTF-8";
/* CSS Document */

/*________________________________________________ ABOUT PAGE -------+-----------------------------------------*/
		
	body {
		}
	#wrapper {
		width: 655px;
		height: auto;
		margin: 0px auto;
		margin-top:150px;
		}
		
	#abouttopborder {
		width: 655px;
		height: 15px;
		background-image:url(images/box2_03.gif);
		background-repeat:no-repeat;
		}
		
	#aboutpixel {
		background-image:url(images/box2_06.gif); /*I need a conditional style sheet for IE6*/
		background-repeat:repeat-y;
		margin-top: 0px;
		margin-bottom: 0px;
		height:300px;
		width: 655px;
		min-height:300px;
		}
		
	#abouttitle {
		margin-left:15px;
	
		}
	#aboutcontent {
		margin-left:10px;
		margin-top: 0px;
		margin-bottom: 0px;
		width:655px;
		height: 250px;
		}
		
	#aboutleft {
		width: 100px;
		height: 300px;
		float:left;
	
		margin-left:15px;
		margin-top:30px;
		}
		
	#aboutleft li {
		margin-top: 5px;
		}
		
	#aboutright {
		width: 460px;
		height: 300px;
		float: left;
		margin-left: 20px;
		margin-top:30px;
		}
		
	p.abouttext {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		margin:10px;
		line-height:22px;
		}
		
	#aboutbottomborder {
		width: 655px;
		height: 16px;
		background-image:url(images/box2_08.gif);
		background-repeat:no-repeat;
		}
