body {
	font-family: verdana, sans serif;
	font-size: 0.8em;
	background: url("../images/devildoit-bg.jpg") fixed no-repeat black;
	background-position: bottom;
	
}

/* global definitions */

div#maincontainer {
	height: 100%
	width: 100%;
	margin-top: 20px;
	background: url("../images/angel-bg.png") fixed no-repeat;
	background-position: top left;
}

h1 {
 	display: block;
 	font-family: verdana, sans serif;
	font-size: 0.8em;
	background-color: silver;
	height: 1.5em;
	padding: 2px;
	background: url("../images/bg-fade.png");
	background-repeat: repeat-y;
}

h3.posttitle {
	display: block;
 	font-family: verdana, sans serif;
	font-size: 20px;
	background-color: silver;
	background: url("../images/title-bg.png");
	border: solid 1px red;
}

.bg-fade {
	background: url("../images/bg-fade.png");
	background-repeat: repeat-y;
}

.RecFriend {
	width: 100%;
	margin: 0;
	margin-bottom: 2px;
	margin-top: 2px;

	}

/* Styletop */

div.bg#styletop {
 	position: relative;
	width: 800px;
	height: 114px;
	background: red url("../images/styletop.png");
	margin: auto;
}

.StyleTopQuotes {
 	position: absolute;
 	right: 0;
 	top: 20px;
 	padding: 4px;
	width: 400px;
	height: 50px;
	font-weight: 700;
	text-align: center;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
}

/* Styletop menu */

div.menu#StyletopMenu {
	position: absolute; 
	bottom: 0px;
	right: 10px;
	height: 2em;
}

#StyletopMenu ul li {
	padding: 5px;
	margin: 0;
	}

#StyletopMenu ul, 
#StyletopMenu ul li {
 	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

#StyletopMenu {
 	float: right; 
	padding: 0; 
	margin: 5px 0;
 	margin-bottom: 0;
	text-align:center;
	}

#StyletopMenu li {
	}

#StyletopMenu a {
 	float: left;
	text-decoration: none;
 	padding-right: 15px;
 	border: solid 1px black;
 	margin: 1px;
 	padding: 2px;
 	font-size: 1em;
 	font-family: verdana, sans-serif;
 	color: black;
}

#StyletopMenu a:hover {
 	float: left;
	text-decoration: none;
 	padding-right: 15px;
 	border: solid 1px black;
 	margin: 1px;
 	padding: 2px;
 	padding-bottom: 4px;
 	font-size: 1em;
 	font-family: verdana, sans-serif;
 	color: white;
 	font-weight: 700;
 	background-color: black;
}

/* Stylebody */

div.bg#stylebody {
 	overflow: auto;
 	position: relative;
	width: 800px;
	height: 578px;
	background: red url("../images/stylemiddle.jpg") fixed;
	background-position:  center 134px;
	background-repeat: no-repeat;
	margin: auto;
}

div.bg#leftbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	border: solid 1px silver;
	margin: 2px;
	padding: 2px;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7
}

img {
	border: solid 1px black;
}

div.container#leftbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	border: solid 1px black;
	margin: 2px;
	padding: 2px;

}

div.container#centerbar {
	position: absolute;
	left: 160px;
	top: 0; 
	width: 435px;
	border: solid 1px silver;
	margin: 2px;
	padding: 2px;
	background: url("../images/bg-fade.png") red;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7
}


div.container#rightbar {
	position: absolute;
	left: 605px;
	top: 0; 
	width: 160px;
	border: solid 1px silver;
	margin: 2px;
	padding: 2px;
	background: url("../images/bg-fade-r.png") red;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7
}

/* Stylebottom */

div.bg#stylebottom {
  	position: relative;
	width: 800px;
	height: 35px;
	background: red url("../images/stylebottom.png");
	margin: auto;
}
