/* CSS Document */

* {margin: 0; padding: 0;}

/************************************* Main Structure *************************/

body {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 75%;
	color:#ffffff;
	text-align: center
}
#container {
	background-color:#000000;
	padding: 1px;	
	width: 720px;
	margin: 0 auto
	text-align: left
}
#header {
	background-color:#78a22f;
	height: 23px;
}

#nav {
	background-color:#ffffff;
	height: 23px;
	font-size: 90%;
	vertical-align: middle
}

#blackbar{
	background-color:#000000;
	height: 4px;
}

#whitebar{
	background-color:#ffffff;
 	height: 4px;
}

#footer {
	background-color:#393536;
	height: 65px;
	text-align: center;
	vertical-align: middle
}

/************************************* Page Specific structure *************************/
#home {
	background-image: url(images/gvv-home.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#home-body {
	background-image: url(images/gvv-home-body.jpg);
	background-repeat: repeat;
	align: center;
	text-align: left;
	height: 250px;
	width: 720px;
}

#management {
	background-image: url(images/gvv-management.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#management-body {
	background-image: url(images/gvv-management-body.jpg);
	background-repeat: repeat;
	height: 250px;
	width: 720px;
}

#aquisition {
	background-image: url(images/gvv-aquisition.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#aquisition-body {
	background-image: url(images/gvv-aquisition-body.jpg);
	background-repeat: repeat;
	height: 250px;
	width: 720px;
}


#aquisition-com {
	background-image: url(images/gvv-aquisition-com.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#aquisition-com-body {
	background-image: url(images/gvv-aquisition-com-body.jpg);
	background-repeat: repeat;
	height: 250px;
	width: 720px;
}

#studies {
	background-image: url(images/gvv-studies.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#studies-body {
	background-image: url(images/gvv-studies-body.jpg);
	background-repeat: repeat;
	height: 250px;
	width: 720px;
}

#contact {
	background-image: url(images/gvv-contact.jpg);
	background-repeat: no-repeat;
	height: 212px;
	width: 720px;
}
#contact-body {
	background-image: url(images/gvv-contact-body.jpg);
	background-repeat: repeat;
	height: 220px;
	width: 720px;
}


/******************************* Text and formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

			 
a:link {color: #ffffff; text-decoration: none;}     /* unvisited link */
a:visited {color: #ffffff; text-decoration: none;}  /* visited link */
a:hover {color: #ffffff; text-decoration: none;}   /* mouse over link */
a:active {color: #ffffff; text-decoration: none;}   /* selected link */

***************************************************





