body {
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	background-attachment:fixed;
}

#content {
	margin: 30px auto 50px auto;
	width: 1024px;
	
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1024px;
	height: 164px;
}

#video{
	font-family: georgia;
	font-size: 8pt;
	float: left;
	width: 650px;
	height: 370px;
	border: 1px solid black;
	background-color: white;
	
}
#videoPlayer {
	width: 640px;
	height: 360px;
}

#nav {
	font-family: georgia;
	font-size: 12pt;
	float: left;

}

#rightNav {
	font-family: georgia;
	font-size: 12pt;
	float: left;
}

#strategyContent {
	width: 640px;
	height: 360px;
	background-color: white;
	margin: 5px 5px 5px 5px;

}

#websiteContent {
	width: 640px;
	height: 360px;
	background-color: white;
	margin: 5px 5px 5px 5px;
	
}

#videoContent {
	width: 640px;
	height: 360px;
	background-color: white;
	margin: 5px 5px 5px 5px;
	

}

#graphicContent {
	width: 640px;
	height: 360px;
	background-color: white;
	margin: 5px 5px 5px 5px;
	
}

#contactForm {
	margin: 10px 0 0 20px;
	font-size: 8pt;
	border: 1px solid black;
	background-color: white;
	padding: 3px 3px 3px 3px;
	width: 198px;
	
}

#txtEmail {
	height: 15px;
	width: 190px;
	font-size: 8pt;
	margin: 3px 3px 3px 3px;
}

#txtName {
	height: 15px;
	width: 190px;
	font-size: 8pt;
	margin: 3px 3px 3px 3px;
}

#message {
	margin: 3px 3px 3px 3px;
}

.menuItem {
	margin: 30px 20px 30px 20px;
}

.menuItemRight {
	margin: 10px 0 0 20px;
}

a {
	color: black;
	text-decoration: none;
}
