@charset "UTF-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
font: Arial;
}

.pageWrapper {
	width: 100%;
}

.headerWrapper {
	position: relative;
	width: 100%;
	height: 120px;
	background-color:#F2F2F2;
	padding-top: 25px;
	background-image:url(../admin/grid.png);
}

.header {
	width: 960px;
	height: 120px;
	position: relative;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right:auto;
}

.logoImage {
	float: left;
	width: 50%;
	height: 120px;
	background-image:url(../admin/soccer_2.jpg);
	background-repeat:no-repeat;
	border-right: 1px solid #CCCCCC;
}

.logo {
padding-left: 30px;
padding-top: 10px;
}

.textHead {
	width: 460px;
	height: 105px;
	margin-left: 480px;
	padding-left: 0px;
	padding-top: 15px;
}

.textHead p {
	font-family:Arial;
	color:#4D4D4D;
	font-size:18px;
	font-style:italic;
	line-height: 1.3em;
	letter-spacing: .08em;
	font-weight:lighter;
	text-align:center;
}

.textHead .name {
	font-family:Arial;
	color:#990000;
	font-size:12px;
	font-weight:100;
	width: 400px;
	margin-top: -10px;
	padding-right: 40px;
	text-align:right;
}

.longGrayhead {
	position: relative;
	width: 100%;
	background-color: #F2F2F2;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

/* Content Wrapper Starts here */

.content {
	width: 100%;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	height: 700px;
}

.contentWrapper {
	position: relative;
	width: 960px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

/* Sales */

.sales {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	height: 600px;
	width: 440px;
}

.salesTeam {
	margin: 0px;
	padding: 0px;
}

.break {
	width: 360px;
	margin-top: 28px;
	height: 1px;
	background-color: #CCC;
}

.webDevelopment {
	height: 350px;
	width: 440px;
	margin-left: 520px;
	padding-top: 22px;
}

.webTeam {
	margin: 0px;
	padding: 0px;
}
