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

body {
	background-color: #000063;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	background-image: url(images/SlipstreamConsultingSplashB.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding:0;
	line-height: 150%;
}

h5 {
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
}

p{

	margin:5px;
	padding:0;
	
}

ul{

	margin:0 50px;
	padding:0;

}

li{

	margin:0;
	padding:0;

}

h4 {
	font-size: 120%;
	text-align: center;
	color: #FFFFFF;
}

img { 

	border: none; 
	
} 

a:link {

	color: #00CCFF;
	border: 0;
	text-decoration: none;
	
}
a:visited {

	color: #0066FF;
	text-decoration: none;
	
}
a:hover {

	color: #0066FF;
	text-decoration: none;
	
}
a:active {

	color: #00CCFF;
	text-decoration: none;
	
}

.oneColFixCtr #container {

	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Slipstream-index.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0;

}

.oneColFixCtr #mainContent {

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 800px;	
	
}

.oneColFixCtr #about {
	display: block;
	width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
}

.oneColFixCtr #services {
	display: block;
	width: 200px;
	float: left;
	margin: 10px;
}

.oneColFixCtr #strategic {
	display: block;
	width: 200px;
	float: left;
	margin: 10px -220px 10px 10px;
}

.oneColFixCtr #contact {
	display: block;
	width: 200px;
	float: right;
	margin: 10px 0 10px 10px;
}

.oneColFixCtr #addressBar {
	display: block;
	width: 900px;
	text-align: center;
	padding-top: 25px;
	margin-left: -40px;
	font-size: 90%;
}

.oneColFixCtr #navBlock {
	display: block;
	width: 860px;
	clear: both;
}

.oneColFixCtr #voidBlock {
	display: block;
	width: 475px;
	height: 400px;
	float: left;
}

.oneColFixCtr #contentBlock {
	display: block;
	width: 375px;
	height: 400px;
	float: right;
	font-size: 75%;
}
.introParagraph{

	font-size: 140%;
	color: #FFFFFF

}
