* {
	margin:0;
	padding:0;
}

body {
	background-image:url(../gfx/bg.jpg);
	background-attachment:fixed;
	background-color:#000;
	background-repeat:no-repeat;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#999;
}

.copyright {
	color:#333;
	font-size:9px;	
}

p.text {
	/*width:600px;*/
	color:#999;
	margin-bottom:14px;
	
}

p.qoute {
	width:550px;
	margin-left:15px;
	font-style:italic;
	color:#666;
	margin-bottom:14px;
	padding:10px;
	border-top:thin dotted #222;
	border-bottom:thin dotted #222;
	
}

div#logo {
	margin-top: -14px;
	margin-left: 12px;
	margin-right: 0;
	position:fixed;
}

#mailbtn {
	float:left;
	margin-top:4px;
}

p.line {
	
	background:#333;
	height: 1px;
	margin:5px 0 10px 0;
	clear:both;
}

p.extramargin {
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

div#menu {
	margin-top: -3px;
	font-weight: bold;
	top: 50px;
	position: fixed;
	left: 40px;
	width:170px;
}


div#content {
	top: 49px;
	position:absolute;
	left: 250px;
}

p.core_menuitem {
	margin-bottom: 8px;
	margin-left: 0;
	margin-top: 0;
	padding: 2px;
	width: 70px;
	cursor:pointer;
	float:left;
	display:block;
	color:#FFF;
}

p.core_entryitem {
	bottom: 10px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0px;
	padding: 2px;
	font-style: normal;
	font-weight: normal;
	width: 150px;
	cursor:pointer;
	color:#666;
}
/*
p.core_menuitem:hover {
	color:#9d0b0f;
}
*/
p.core_entryitem:hover {
	color:#9d0b0f;
}

.core_contentitem {
	font-size: 11px;
	margin-bottom:0px;
}

.core_contentitem .title {
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	color: #9d0b0f;
}

.image {
	float:left;
	margin:0 0px 5px 0;
}

#runningon {
	position:fixed;
	bottom:40px;
	left: 40px;
	color:#CCC;
}

#runningon a {
	text-decoration:none;
	color:#CCC;
}

img
{  border-style:solid;
	border-width:thin;
	border-color:#000;
}

#page
{
	top: 79px;
	width: 230px;
}

#loader
{
	position:fixed;
	left:70px;
	bottom:43px;
	color:#9d0b0f;
}

div#social {

	bottom: 37px;
	position: fixed;
	left: 164px;

}

.extra {
color:#333;
}
