@charset "UTF-8";


body {
	background-color:#fff;
	border:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:18px;
	margin:0;
	padding:0;
	text-align: justify;
}

h1{
	font-size: 18px;
	color:#000;
}

#header {
	display: block;
  width: 800px;
	margin: 0 auto;
  height: 136px;
  background: #000 url(../images/header-bg.jpg) top repeat-x; 
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

/*Logo*/
  #logo{
    width: 600px;
    margin-left: 5%;
    padding-top: 1px;
  }
  #logo a{
	  overflow:hidden;
	  float:left;
	  width:300px;
	  height:200px;
	  background:url(../images/amp-logo.png) top no-repeat;
	  margin-top: -50px; 
	  position:relative;
  }
/*End Logo*/

/*Navigation*/
  #navigation{
    height: 39px;
    margin-top: 115px;
    width: 800px;
    position:absolute;
    background: #000 url(../images/linkbar_bg.gif) top repeat-x;    
  }

  #navigation ul{
    width: 750px;
    margin: 10px auto;
  	list-style:none;  
  }
  
  #navigation ul li{
	  float:left;
	  font-size:14px;
	  font-weight:normal;
	}
	
	#navigation a {
		color:#fff;
		padding-left: 25px;
		padding-right:25px;
		border-right: 1px solid #fff;
	}

	#last a{
		border: 0;
	}
#navigation a:hover{ background: #b00; color: #000; 
	}


/*End Navigation*/

#content{
  width : 800px;
  margin: 300px auto;
  padding-left: 2.5%;
  height: auto;
}

#content .left{
   width: 350px;
   float:left;
	 border-right: 1px solid #000; 
	 padding-right: 50px; 
}

#content .right{
	width: 300px;
	margin-left: 50px;
	float:left;
	min-height: 330px;
	height: auto;
}

#footer{
  width: 800px; 
  margin: 550px auto;
  color: #aeadad;
}

#footer .links{
  float:left;
}

#footer .links a{
  margin: 0 5px 0 5px;
  color: #aeadad;
}

#footer .links a:hover{color: red;}

#footer #copyright{ float:right; }
