a, a:link, a:hover {
	text-decoration: none;
	color: #000;
	background: #F00;
	padding: 0 1px 1px 1px;
}

a:hover {
	background-color: #000;
	color: #F00;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	padding: 2px 0 2px 0;
}

body{
	background-color: #000;
	color: #FF0000;
	font-family: Verdana, Tahoma, MS Sans Serif, Arial;
	width: 720px;
	position: relative;
	margin: auto;
	padding-top: 30px;
}

#float {
	display: inline;
	float: left;
}

hr {
	background-color: #F00;
	border: 0;
	height: 1px;
	text-align: center;
}

#menu {
	position: relative; 
	text-align: right;
	font-size: small; 
	width: 90px;
	padding: 5px;	
	margin-left: 2px;
}

a img {
	text-decoration: none;
	border: none;
	background: #000;
}

#imageintext{
	text-align: center;
}

#imageintext img {
	padding-top:3px;
}

#profile_icons {
	background-color: #300;
	margin-top: 3px;
	padding: 5px 0px 5px 10px;
}

#profile_icons a {
	color: #F00;
	background: none;
}

#profile_icons li {
	padding-top: 3px;
}

#profile_icons li a img {
	text-decoration: none;
	vertical-align:middle;
	padding-right: 5px; 
}

#profile_icons a:hover {
	color: #F80;
}

#twitter_div {
	text-align: right;
}

#twitter_update_list {
	text-align: left;
}

#twitter_update_list a {
	color: #F00;
	background: none;
	text-decoration: underline;
}

#twitter_update_list a:hover {
	color: #F80;
}

#twitter_update_list li {
	padding: 10px;
	background-color: #300;
}

#text {
	text-align: left;
	font-size: small;
	padding: 0px 10px 5px 10px;
	margin-left: 115px;
	text-align: justify;
}

#text .heading {
	font-weight: bold;
	font-size: large;
	padding-bottom: 5px;
}

#text .subheading {
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
	border-bottom: solid 1px #F00;
}

#submit {
	font-weight: bold;
	border: 1px dashed #F00;
	cursor: pointer;
	color: #F00;
	margin-top: 10px;
	padding: 0 2px 0 2px;
	background-color: #000;
	color: #F00;
}

#submit:hover {
	background-color: #F00;
	color: #000;
}


#footer{
	clear: both;
	text-align: center;
	font-size: x-small;
	font-weight: lighter;
	margin-bottom: 10px;
}