/* ff0000
   ff9900
   0fad00
   0065b5 */
header, nav, article, footer, section
{
	display:block
}
a
{
	color: #0065b5;
}
a:hover
{
	color: #6996D3;
}
img
{
	border: none;
}
.user, .domain
{
	font-size: .9em;
}
.user:after
{
	content: '@';
}
body
{
	background: #eeeeee;
	background-image: url('../images/bg2.png');
	background-repeat: repeat;
}
p:first-child
{
	margin-top: 0;
}
p:last-child
{
	margin-bottom: 0;
}
header #logo
{
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
}
header nav
{
	background: #ff0000;
	font-size: 2em;
	font-family: 'eurostileregular', 'Times New Roman', Serif;
	text-align: justify;
}
header nav a
{
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}
header nav a:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}
header nav a:hover
{
	text-decoration: underline;
}
#main
{
	background: #ffffff;
	font-family: 'Verdana', Sans;
	font-size: 1em;
	font-weight: normal;
}
#main h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#main h1 a
{
	text-decoration: none;
}
#main h2
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: .8em;
}
#main p img
{
	float: left; 
	background: #0065b5;
	margin: 0 10px 10px 0;
	padding: 15px;
}
#main p img:hover
{
	float: left; 
	background: #1679C5;
	margin: 0 10px 10px 0;
	padding: 15px;
}
#sidebar
{
	background: #ffffff;
	font-family: 'Verdana', Sans;
	font-size: 1em;
	font-weight: normal;
}
#sidebar h1
{
	background: #ff9900;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'eurostileregular', 'Times New Roman', Serif;
}
#sidebar ul
{
	margin: 15px;
	padding: 0;
}
#sidebar ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
pre
{
    background: #eeeeee;
    color: #EEEEEE;
    overflow: scroll;
    padding: 10px;
  }