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

body {
	background-color: #AAAAAA;
	background-image: url(../images/logos/dw_bg2.jpg);
	background-repeat: repeat-y;
	}
	
#wrapper {
	text-align: center;
	}
	
h1 {
	font-family: "Freestyle Script";
	color: #fff;
	font-size: 54px;
	text-align: center;
	font-weight: 100;
	}
	
.lead {
	font-family: "Century Gothic";
	color: #FF2500;
	font-size: 24px;
	font-weight: bold;
	}
	
.leadCo {
	font-family: "Century Gothic";
	color: #FF2500;
	font-size: 15px;
	}

#header {
	margin-top: 100px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	width: 900px;
	height: 75px;
	border-style: solid;
	border-color: #000000;
	/* LOGO POSITIONING */
	background-image: url(../images/logos/logo_white.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 500px;
	background-color: #000000;
	overflow: auto;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	color: #fb2500; /* Text Color in content box */
	}

#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	width: 900px;
	height: 50px;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
		/* LOGO POSITIONING */
	background-image: url(../images/logos/tag_footer.png);
	background-repeat: no-repeat;
	}
	
#content_page {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 500px;
	background-color: #000;
	overflow: auto;
	padding: 1px;
	border-style: solid;
	border-color: #000000;
	color: #000; /* Text Color in content box */
	}
	
#content_text {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: auto;
	background-color: #000;
	color: #fff;
	overflow: auto;
	font-family: "Century Gothic";
	}

img.floatLeft {
	float: left;
	margin-right: 10px;
	border:thin solid #ff2500;
	}

img.floatRight {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	border:thin solid #ff2500;
	}
		
img.team {
	border:thin solid #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	}
	
img.floatLeftLogo {
	float: Left;
	margin-top: 10px;
	}
	
