* {margin: 0px; padding: 0px;}
body {
	background-color: #636363;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 5px 5%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: small;
}
#header {
	margin: 15px 0px;
	height: 33px;
	width: 337px;
	background-image: url('images/theWWW.png');
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#main {
	background-color: #FFFFFF;
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 5px;
 	padding-bottom: 5px;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	color: #408080;
	padding-bottom: 5px;
	padding-top:  5px;
	margin-top: 5px;
	border: 1px #575757 solid;
}
.sidebar {
	width: 40%;
	position: relative;
	left: -5%;
	
}
.super {
	vertical-align: super;
}
.sub {
	vertical-align: sub;
}
.strike {
	text-decoration: line-through;
}
.image {
	margin: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #555555;
	font-size: 75%;
	text-indent: 0;
	margin: 0.5em;
}
.image img {
	border: 1px #000000 solid;
}
.right {
	float: right;
}
.left {
	float: left;
}
.floatpush {
	clear: both;
}
/* sorry sammy <3 */
#navbar {
	height: 30px;
	background-color: #2D2D2D;
	border-top-style: solid;
	border-top-color: #FF5500;
	border-bottom-style: solid;
	border-bottom-color: #FF5500;
	width: 100%;
	list-style: none;
}
#navbar li {
	float: left;
}
#navbar a {
	color: #EBEBEB;
	text-decoration: none;
	padding: 7px 8px;
	display: block;
	float: left;

}
#navbar a:active {
	outline: none;
}
#navbar a:hover {
	background-color: #BC643F;
}
.error, .notice, .success {
	padding: .8em; margin-bottom: 1em; border: 2px solid #0d0d0d;
}
.error {
	background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF; color: #514721; border-color: #FFD324;
}
.success {
	background: #E6EFC2; color: #264409; border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
h1,h2,h3,h4,h5,h6 {
	padding: 4px;
}
h3,h4,h5,h6 {
	margin-top: 10px;
}
p {
	padding: 2px;
	text-indent: 1.5em;
}
form {
	width: 50%;
	position: relative;
	left: -5%;
	text-align: right;
}
input, textarea {
	margin: 5px;
	width: 60%;
}
input[type="submit"], input[type="reset"] {
	width: 25%;
}
textarea {
	vertical-align: middle;
}
ul, ol {
	padding-left: 10px;
}