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

body {
	background-color:#737477;
	}

#wrapper {
	width:900px; 
	height:625px;
	margin-left:auto; 
	margin-right:auto; 
	margin-top:50px;
/*	border-left:1px solid #333; 
	border-top:1px solid #333; 
	border-right:2px solid #333; 
	border-bottom:2px solid  #333;*/
/*	background-image:url(../images/wrapper_bg.png);*/
	}

#header {
	width:960px; 
	height:100px;
	/*background-image:url(../images/header_bg.png);*/
	}

/*----------navigation-----------*/
#navigation {
	width:960px; 
	height:20px;
	position:relative;
	bottom:10px;}
#navigation a {
	margin:0px;
	font-family:Frutiger, Verdana, Geneva, sans-serif;
	font-size:.9em;
	color: #999;
	text-decoration:none;
	}
#navigation a:hover {
	color:#FFF;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	margin-top:10px;
	margin-bottom:5px;
}
h5	{
	font-family:Verdana, Geneva, sans-serif;
	color:#CCC;
	margin-top:0px;
}

:focus
{
  -moz-outline-style: none;
}

a
{
  outline: none;
}


#footer {
	width:900; height:30px;
	}
#footer p {
	font-family: "Courier New", Courier, monospace; font-size:.8em; color:#CCC; text-align:right; margin:0px; padding-top:5px;
	}
#footer a {
	font-family: "Courier New", Courier, monospace; color:#CCC; text-align:middle; text-decoration:none; margin:0px; padding-top:5px;
	}	