* {
	border:0;
	padding:0;
	margin:0;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

html, body {
	height: 100%;
}

body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
	background: url(./logo.jpg) no-repeat top right;
        background-position: 20px 35px;
}

#container {
    position: relative;
    min-height: 100%;    
}

#header {
	position:relative;	
	height:25px;
	margin:0 auto;
	width:752px;
	align right;
	right: 0;
  	text-align: right;        
}


#navigation {
	background:#fafafa;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
	margin:0 auto;
	margin-top: 20px;	
	width:750px;
	height:30px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;	
	float:left;
	width:124px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:30px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

#content {
	/*height:auto;*/	
	margin:0 auto;
	padding:0 0 15px;
	padding-bottom: 50px;
	width:751px;
}
#content h1 {	
	text-align: center;
	font:1.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
	padding:15px 0 0;

}

#content h2 {		
	font:1.4em Arial, Helvetica, "bitstream vera sans", sans-serif;
	padding:15px 0 0;
}


#content p {
	padding:15px 0px 0;
}

/* footer */
#footer {
	position: absolute;
	bottom: 0;
	padding-top: 10px;
	border-top:1px solid #999; 
	height:30px;
	text-align:center;
	
	margin:0 auto;
	margin-bottom: 10px;
	width:100%;
}

#footer a {
	color:#000;
	 font-weight: bold;
	text-decoration:none;
}

#footer a:hover {
	color:#000;
	 font-weight: bold;
	text-decoration:none;
}


table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.main th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}
table.main td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	vertical-align: middle;
	align: center;

}


