* {margin:0; padding:0;}

BODY {
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url('../images/topTexture.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	padding-top: 10px;
}

#clear {
	clear: both;
}

#topNav {
	float: left;
}

#menuItem {
	float: left;
}

#topRight {
	float: right;
	text-align: left;
	font-family: arial;
	font-size: 11px;
}

#logoHome {
	z-index: 20;
	position: absolute;
	top: 70px;
	left: 0px;
}

#manifesto {
	z-index: 10;
	position: absolute;
	top: 160px;
	left: 100px;
}

#homePic {
	position: absolute;
	right: 0px;
	top: 80px;
}

#homeText {
	position: absolute;
	right: 50px;
	top: 120px;
	width: 300px;
	border: 0px solid blue;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
}

.newTitle {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
}

#videoTitle {
	position: absolute;
	top: 400px;
	left: 0px;
}

#picturesTitle {
	position: absolute;
	top: 400px;
	left: 336px;
}

#homeBoxes {
	position: relative;
	margin-top: 424px;
	background-image: url('../images/homeBoxes.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	height: 233px;
}

#videos {
	position: absolute;
	text-align: center;
	width: 332px;
	top: 3px;
	left: 3px;
}

.vidTitle {
	position: relative;
	top: 13px;
	margin-left: 110px;
	float: left;
	font-family: arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.vidLink {
	position: relative;
	top: 11px;
	margin-right: 10px;
	float: right;
}

.vidLink A {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: none;}
.vidLink A:active,visited {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: none;}
.vidLink A:hover {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: underline;}

#topRight A {font-family: arial; color: #123869; text-decoration: none;}
#topRight A:active,visited {font-family: arial; color: #123869; text-decoration: none;}
#topRight A:hover {font-family: arial; color: #123869; text-decoration: underline;}

#pictures {
	position: absolute;
	left: 336px;
	top: 1px;
}

#blog {
	position: absolute;
	left: 676px;
	width: 330px;
	top: 55px;
	text-align: left;
}

#socialLinks {
	position: absolute;
	left: 5px;
	top: 125px;
	border: 0px solid red;
}

A.blogLink {font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}
A.blogLink:active,visited {font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}
A.blogLink:hover {font-family: arial; font-size: 12px; color: #ffffff; text-decoration: underline;}

A.blogLinkGray {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: none;}
A.blogLinkGray:active,visited {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: none;}
A.blogLinkGray:hover {font-family: arial; font-size: 12px; color: #afaeae; text-decoration: underline;}

.locator {
	float: left;
	margin-right: 3px;
	color: #afaeae;
	font-family: arial;
	font-size: 12px;
	padding-top: 3px;
	height: 18px;
}

.locatorBTN {
	float: left;
	margin-bottom: 5px;
}