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

body {
	background-color:#000E1B;
	background-position:top;
	font-size:12px;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.5em; 
}



.blue_border {
border-color:#025EAB;
border-style:solid;
border-width:thin;

}

.red_border {
border-color:#ff0;
border-style:solid;
border-width:thin;

}


#logo_holder {
    background-image:url('../images/fondo.gif');
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:-1px;
	height:150px;
	width:1024px;

}

#main_box {

margin: 0 auto;
width: 1024px;
background-image:url('../images/bg.gif');	
background-repeat:repeat-y;
background-position:top center;

}

#top_section {
	position:relative;
	height:250px;
	width:1000px;
 	
}


#text_area {
	font-family:Verdana, Geneva, sans-serif;
	padding:20px;
	font-size:12px;
    color:#FFF;

}


#middle_section {
 position:relative;
 padding:12px;
}

#bottom_section {
	clear:both;
	height:140px;
	position:relative;
  	
}


.left {
float:left;	
}

.right {
float:right;	
}

.spacer_x {
	clear:both; 
	font-size:0px; 
	line-height:0px;
	width: 100%;
}


#logo_agwm_holder {
   background-position:top left;
   margin-left:-2px;
   background-repeat:no-repeat;
   padding:12px;
   background: url("../images/bottom.gif") bottom center no-repeat;
   height:145px;
}


#menu_bottom_holder {
	width:145px;
}




#wrap {
margin:10px;
width: 643px;
background-color: transparent;
position:relative;
float:right;
}

#top { 
background-image: url('../images/bordertop.png');
height: 25px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#bottom {
background: url('../images/borderbottom.png');
height: 25px;
}



#menu_holder_wrapper {
  margin-left:auto; margin-right:auto; width:80%;  	
}

#menu_holder {
	position:absolute;
    bottom:20px;
	border-bottom:thin solid #FFF;

}

#menu {
    background-color: transparent;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font-size:15px;
	font-weight:bold;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
    background-color: transparent;
	display: block;
	float: left;
	margin: 0;
	padding: 12px;
	text-decoration: none;
	color:#fff;
}

#menu a:hover {
	background: #F58026 url("../images/hover.png") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
	
	
	
#menu_bottom {
	margin-top:10px;
	margin-right:5px;
    background-color: transparent;
	list-style: none;
	padding: 0;
	width: 100%;
}

#menu_bottom li {
	background-color: transparent;
	font-size:13px;
	font-weight:bold;
	font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 5px;
	padding-left:10px;
}

#menu_bottom a {

    background-color: transparent;
	display: block;
	margin: 0;
	text-decoration: none;
	color:#fff;
}

#menu_bottom li:hover {
	background: #F58026 url("../images/square.png") left no-repeat;
	color: #fff;
}

#menu_bottom li.selected {
	background: url("../images/square.png") left no-repeat;
	color: #ccc;
}
