﻿/*
CSS for GVG  site
*/

body	{
	font-family: Arial;
	background-color: #CCFF99;
	line-height: 125%;
	padding: 15px;
	}

h1	{
	width:  700px;
	font-size: x-large;
	background-color:  green;
	color:  white;
	position: absolute;
	top: 10px;
	left:  175px;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 30px;
	}

h2	{
	font-size: large;
	line-height: 175%;
	}

h3	{
	font-size: medium;
	padding-left: 30px;
	}

#navigation   {
	font-weight:  bold;
	width:  250px;
	height:  400px;
	}

#centerblock	{
	width:650px;
	position: absolute;
	top:  100px;
	left:  200px;
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 30px;
	}

#centerblock1	{
	width:650px;
	position: absolute;
	top:  100px;
	left:  50px;
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 30px;
	}

#centerblock2	{
	width:650px;
	position: absolute;
	top:  10px;
	left:  100px;
	padding-top: 10px;
	padding-left: 100px;
	padding-bottom: 10px;
	}
#picright1	{
	float:  right;
	width:  300px;
	}

#picright2	{
	float:  center;
	width:  300px;
	}

#picright3	{
	float:  left;
	width:  300px;
	}




img	{
	border:  10px solid white;
	}

.includecaption p	{
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: .5 em;
	}

.highlight	{
	border-width:  10px;
	border-style:   ridge;
	border-color:   yellow;
	margin-left:  5px;
	}

.pixelpadding   {
	padding-left: 100px;
	
	}

	
