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

body

{ 
	background-color: #F0F0F0; 
	color: #333; 
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%; min-height: 100%; 
}

p

{
	left:50px;
	top: 50px;
	position:absolute;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #444;
}

h1

{
	position:relative;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color:#979797;
	font-weight: bold;
	font-size: 12px;
}


h2

{
	left:40px;
	position:absolute;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:13px;
}


#siteholder

{

}

#topholder

{
	width: 1009px;
	height: 178px;
	position:relative;
	background-color: #f0f0f0;
	margin-top: 10px;
	background-image:url(top1.png);
	background-repeat:no-repeat;
	padding-right: 0px;
}


#top

{
	width: 135px;
	height: 142px;
	position:relative;
	background-image:url(gms-logo5.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-right: 0px;
	left: 30px;
	margin-top:15px;
	z-index: 10;
}

#toptext

{
	width: 500px;
	height: 120px;
	position:absolute;
	background-image:url(toptext.png);
	background-repeat:no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 10px;
	left: 130px;
	bottom: 0px;
	z-index: 12;
}

#nav

{
	height: 48px;
	width:430px;
	bottom:0px;
	left:20px;
	position:absolute;
	background-position: top;
	z-index: 50;
}


#nav-content

{  
	width: 200px; 
	height: 40px;
	top:0px;
	position:absolute;
	z-index:60;
	background-position:top;

}

#flags

{
	width: 105px;
	height: 160px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 61;
}

#bodyholder

{
	width:1009px;
	position:relative;
	height:444px;
	margin-top: 1px;
}

#bodytop

{
	width:1009px;
	height:20px;
	position: relative;
	top: 0;
	background-image:url(bodytop.png);
	background-position: center;
	z-index: 20;
}

#bodybutton

{
	background-position:top;
	position:absolute;
	left: 40px;
	top: 25px;
	z-index: 30;
	height: 29px;
	width: 77px;
}

#body 

{
	width: 1009px;
	position: relative;
	height: 400px;
	background-image:url(bodybg2.png);
	background-position:center;
	background-repeat:repeat-y;
	left: 0px;
}

#bodybottom

{
	background-image:url(bodybottom.png);
	background-repeat:no-repeat;
	background-position: top;
	width: 1009px;
	height: 47px;
	position: relative;
}

#bottom

{
	width: 1006px;
	height: 36px;
	position: relative;
	background-image:url(bottom.png);
	background-position: center;
	margin-top: 25px;
	margin-bottom: 35px;
	background-repeat:no-repeat;
}


