/*
Aeneia by Tony Vaughn
You are free to use this design
for any purpose whatsoever, as
long as you contact me at tony@pm-hosting.net.

Licensed with Creative Commons Deed
Attribution-ShareAlike 2.5.

You are free:

    * to Share -- to copy, distribute, display, and perform the work
    * to Remix -- to make derivative works

As long as:

* You attribute the work in the manner specified by the author or licensor.

# Any of these conditions can be waived if you get permission from the copyright holder.

If you have any questions, please
feel free to contact me at that email address.
*/

body {
	text-align: center;
	color: #FFF;
	background: #000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	border: 3px solid #333;
	border-left-width: 1px;
	border-top-width: 1px;
	color: inherit;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	width: 280px;
	background: #000;
}
#content {
	background: #333;
	padding-bottom: 5px;
}
div.hr {
	height: 1px;
	background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
a:link {
	color: #AAFF15;
}
a:visited {
	color: #AAFF15;
}
a:hover {
	color: #AAFF15;
}
a:active {
	color: #AAFF15;
}
.style1 {
	color: #999;
}