* {
	outline: none;
	outline-style: none;
}
body {
	background-color: #000;
}
#wrapper {
	overflow: hidden;
	background-color: #333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 100px;
}
#wrapper #menu {
	height: 43px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #bodyarea {
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	overflow: auto;
}
#wrapper #tiltopp {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	padding-bottom: 1px;
}

#wrapper #footer {
	color: #000;
	background-color: #333;
	font-size: 10px;
	border: 2px solid #999;
}
.left {
	float: left;
}
.right {
	float: right;	
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bold {
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	text-indent: 10px;
	padding-top: 10px;
}
p:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

* {
	margin: 0px;
	padding: 0px;
}
:focus { -moz-outline-style: none; }

div#w3c  {
position : fixed;
left : 0;
bottom : 0;
outline: none;
outline-style: none;
}
img { 
	padding-right: 5px; 
}
