/******************* Body Elements *************************/

body {
	color:#000000;
	background-color:#444444;
	background-image:url(images/bgline.png);
	background-repeat:repeat-x;
	font-family: sans-serif, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}

a:link {
	color:#993333;
	font-family:"sans-serif";
	text-decoration:none;
}

a:active {
	color:#56617A; 
	font-family:"sans-serif"; 
	text-decoration:none;
}

a:visited {
	color:#993333; 
	font-family:"sans-serif"; 
	text-decoration:none;
}

a:hover {
	color:#56617A; 
	font-family:"sans-serif"; 
	text-decoration:none;
}

.clear{clear:both;}

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

#container {
	background-image:url(images/back2.jpg);
	background-repeat:no-repeat;
	border:solid 1px #000000;
	margin: 0 auto;
	text-align: left;
	width: 1024px;
	height:682px;
}

/********************** Header ***************************/

#header {
        background-image:url(images/gpe-header.png);
	background-repeat: no-repeat;
	background-position: left center;
	width:1024px;
	height:100px;
	position:relative;
}

#header2 {
	top:40px;
	left:830px;
	position:absolute;
}

#header3 {
	top:-53px;
	left:0px;
	position:absolute;
}

/********************** Content **************************/

#content {
	position:relative;
	background-image:url(images/roundbluewhite3.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #000000;
	font-weight:700;
	top:0px;
	left:60px;
	width:300px;
	height:140px;
}

#content p {
	text-align:center;
	font-family: sans-serif, Helvetica;
	font-size: 12px;
}

#content h3 {
	text-align:center;
	margin;0px;
	font-family: sans-serif, Helvetica;
	font-size: 16px;
	font-weight: 900;
	text-transform: capitalize;
	color: #000000;
}

#content h4 {
	text-align:center;
	margin:0px;
	font-family: sans-serif, Helvetica;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #111111;
}

#content img {
	margin:0px 0px 0px 0px;
}

/************************* FOOTER ************************/

#footer {
	position:relative;
	background-image:url(images/blue-50.png);
	color: #000000;
	border:solid 1px #000000;
	width:1024px;
	height:23px;
	top:328px;
	left:0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#footer ul {
	position:relative;
	left:0px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:800;
	text-align:center;
}

#footer li {
	display:inline;
	margin:0px 0px 0px 0px;
}

#footer img {
	margin:0px 0px 0px 10px;
}

#footer ul a {
	color:#000000;
	text-decoration:none;
	font-family: sans-serif, Helvetica;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight: 800;
	text-transform: lowercase;
}

#footer ul a:hover {
	color:#af0000;
	text-decoration: none;
}

#info {
	color:#000000;
	font-family: sans-serif, Helvetica;
	font-size:14px;
	margin:0px 0px 0px 30px;
	font-weight:800;
	top:85px;
	position:relative;
}

#info img {
	margin:0px 5px 0px 5px;
}