*{
	margin: 0;
	padding:0;
	color: #000000;
}
html, body {height: 100%; font-size:13px; color:#111111;}

/* font */
h1 h2 h3 h4 {color:#111111;}
h1 {font-size:25px; font-family: Arial, Helvetica, sans-serif;}
h2 {font-size:18px; font-family: Arial, Helvetica, sans-serif;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:10px;}

a {color: #555555; text-decoration: none;}
a:hover {color:#999999;}
a:visited {
	color:#999999;
}

#pagewrap {
	width:960px;
	margin: 0px auto -300px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	border-top:solid;
	border-color:#333333;
	border-width:10px;
}
#wrap {
	width:960px;
}
#push {
	height:300px;
	}
#header {
	margin:0px;
	padding:0px;
	border:0px;
	width:500px;
    line-height:inherit;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:40px;
}
#logo {
	position:absolute;
	margin:0px 0px 0px 450px;
	padding: 0px 5px 0px 5px;
	}
	
#quote {
	float:right;
	padding:0px;
	border:0px;
	text-align:right;
	width:300px;
	margin:0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	line-weight:20px;
}
#navi {
	margin:10px;
	padding:5px 0px 5px 0px;
	width:98%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px 1px 0px;
}
#sidebar {
	position:absolute;
	margin:0px 0px 0px 0px;
	padding:10px;
	width:280px;
}
#body {
	position:absolute;
	margin:0px 0px 0px 300px;
	padding:10px;
	border:0px;
	text-align:left;
	width:650px;
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 0px 1px;
}

#footer {
	margin:0px;
	padding:0px;
	border:0px;
	letter-spacing:0px;
	background-color:#333333;
}
#footer, #push {
	height: 300px; /* .push must be the same height as .footer */
}

#about {
	position:absolute;
	width:300px;
	height:260px;
	border-color:#999999;
	border:solid;
	border-width:0px 0px 0px 1px;
	font-size:40px;
	padding:10px;
	margin:10px auto 0px 100px;
	color:#999999;
	}
#ainfo {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	}
#links {
	position:absolute;
	width:300px;
	height:260px;
	border-color:#999999;
	border:solid;
	border-width:0px 0px 0px 1px;
	font-size:40px;
	padding:10px;
	margin:10px 0px 0px 450px;
	color:#999999;
	}
#linfo {
	padding:0px;
	font-size:13px;
	}
