/*
Engine of Pain website // Form Vision 
*/

* {
	margin: 0;
	padding: 0;
}



body {
	background: url(images/disco3.jpg) top center;  
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	
}

h1, h2, h3 {
	color: #ffffff;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	border: none;
	color: #5b0100;
}

/* Wrapper */


/* Header */

#header {
	width: 750px;
	height: 125px;
	margin: 0 auto;
	padding: 0 0 0 0;
	
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	padding: 150px 0 0 20px;
	letter-spacing: 3px;
	font-size: 136%;
}

#header h2 {
	padding: 153px 0 0 6px;
	letter-spacing: 2px;
	font-size: 107%;
}

#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 0 52px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 20px 0 20px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	color: #5b0100;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-left: 50px;
	
}

#content h1{
	margin-top: 10px;
	color: #ffffff;
}

#content h2, #content h3 {
	margin-top: 10px;
	color: #ffffff;
}


#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}

/* Welcome */

#welcome {
}

/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 20px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	background: url(images/img5.jpg) repeat-x left bottom;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(images/img6.jpg);
	border-bottom: 3px solid #1C1C1C;
	font-size: 100%;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	border: none;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
		
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	
}
