@charset "utf-8";
/* CSS Document */

* {
	margin:		0px;
	padding: 	0px;
	
}

body {
	font-family: Verdana,Arial,sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color: #000044;
	background-image:url(../images/backgnd.png);
	background-repeat:repeat-x;
	background-position: bottom left;
}


	
#header {
	background-image:		url(../images/gv-header.jpg);
	width:					1027px;
	height:					232px;
	margin-left:			auto;
	margin-right:			auto;
	border:					none;
	
}

#content {
	border:					1px solid #333333;
	width:					980px;
	margin-left:			auto;
	margin-right:			auto;
	padding:	 			10px 20px 20px 20px;
	
}

#footer {
	border:					none;
	width:					980px;
	margin-left:			auto;
	margin-right:			auto;
	padding:	 			20px 10px 20px 10px;
	
}

a:link {
	color: #1a528d;
	
}

a:hover {
	color: 			#000044;
	font-weight: 	bold;
	
}

a:visited {
	color: #1a528d;
	
}

#contact {
	padding-left: 0px;
	width: auto;
	margin-bottom: 20px;
	margin-top:	20px;
	
}

#contact table {
	padding-left: 0px;
	width: 100%;
	
	
}

.top-center {
	text-align: center;
	vertical-align: top;
	
}

.top-right {
	text-align: right;
	vertical-align: text-top;
	
}