/********************************
CSS by Erzebet YellowBoy
No flashy whatever here. 
Disallow all Agents!
Last edit: 07.08.2008
********************************/



/********************************
misc
********************************/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}	
	
	
/********************************
body
********************************/	
	
	
body {
	height: 100%;
	font-size: .95em;
	background-image:url('http://www.erzebet.com/img/j5bg2.jpg');
	background-repeat:no-repeat;
	font-family: Arial;
}


	
/********************************
formatting
********************************/	


p {
   	padding-bottom: 10px;
	margin-top: 5px;
} 


a {
	color: #000000;
	text-decoration: underline;
 }


a:hover {
	color: #663768;
	background-color: #dddbdd;
	text-decoration: none;
 }
 
a:visited {
	color: #663768;
	text-decoration: underline;
 }

/********************************
frameworks
********************************/	


#content {
	width: 950px;
	background-color: none;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 5px;
}



#container {
	width: 950px;
	background-color: none;
	margin: 20px auto;
	font-size: .9em;

}

/********************************
images
********************************/

img {
	border: none;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 2em 2em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 1em 2em 0em;
}

	
/********************************
end of
********************************/