body {
	padding: 0; 
	margin: 0;
	background: #6d396a url(i/body.jpg) repeat-x 50% 0;
	color: #eebae9;
	text-align: center;
	font: 12px/1.5em Arial, "Trebuchet MS", Tahoma, Verdana;
	}
	
* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 118px;
	} 

#footer {position: relative;
	margin-top: -118px; 
	height: 118px;
	clear:both;
	background: url(i/footer.gif) repeat-x;	
	} 

body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
	
	
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0 0 10px 0;
	}

h1, h2, h3, h4 {
	color: #fff;
	font-weight: normal;
	}

h1 { 
	font-size: 27px;
	}

h2 { 
	font-size: 21px;
	}

h3 { 
	font-size: 18px;
	}


h4 { 
	font-size: 14px;
	}

p {
	
	}

form {
	margin: 0;
	padding: 0;
	}

acronym {
	cursor: help;
	}

img {
	padding: 0;
	border: 0;
	margin: 0;
	}

ul {
	list-style: disc;
	margin: 0 0 10px 15px;
	padding: 0;
	}

ol {
	list-style: decimal;
	margin: 0;
	padding: 0;
	}

li {
	margin: 0;
	padding: 0;
	}

a, a:link, a:visited {
	color: #fedcfb;
	text-decoration: underline;
	outline: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

strong, em { color: #fff; }	
	
input, select, textarea {
	font-family: Arial, 'Trebuchet MS', Tahoma, "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 90%;
	}

/* WRAP & HEADER */

#main {
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
	}


/* */

#header {
	display: block;
	width: 100%;
	height: 101px;
	position: relative;
	}

#header h1 {
	padding: 0;
	margin: 0;
	}

#header h1 a {
	display: block;
	width: 320px;
	height: 101px;
	text-indent: -5000px;
	overflow: hidden;
	}

#nav {
	display: block;
	width: 100%;
	height: 51px;
	position: relative;
	}	
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;

	}

#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	}

#nav ul li a {
	display: block;
	line-height: 51px;
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none;
	background: url(i/nava.gif) no-repeat top right;
	}


#nav ul li.current a, #nav ul li a:hover {
	text-decoration: none;
	}

#nav ul li.current a {
	font-weight: bold;
	color: #fff;
	}
	
/* */

#content {
	width: 500px;
	float: left;
	overflow: hidden;
	}

#sidebar {
	width: 300px;
	float: left;
	overflow: hidden;
	}	

.post { padding: 60px 100px 50px 100px;}
#content .post { padding: 60px 60px 50px 60px;}
.stickypost { padding: 90px 60px 50px 0px;}

.slot img,
.post img { padding: 4px 20px 3px 5px; }	
	
/* */

#footer p {
	padding-top: 50px;
	}

#pixie {
	display: block;
	width: 800px;
	height: 297px;
	overflow: hidden;
	}
	
#pixie * { margin: 0; padding: 0; }

#mainc {
	background: url(i/main.jpg) no-repeat;	
	width: 800px;
	}
	
.slot { float: left; width: 240px; padding-top: 80px; overflow: hidden; }

p.big { font-size: 14px; }

.featurepost { padding: 0 20px 20px 20px; }