@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#wrap {
	margin: auto;
	width: 1000px;
	background: black;}

#picture_content {
	width: 500px;
	float: left;}

#text_content {
	width: 480px;
	float: right;
	line-height: 110%;}

.small {
	font-size: 80%;}
	
a:link {
	text-decoration: none; 
	color: #6F3B22; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	color: #6F3B22;
	font-weight: normal;}
	
a:active {
	text-decoration: none;
	color: #FBE4A0; }
	
a:hover {
	font-weight:bold; 
	color: #FBE4A0;}

h1 {
	color: #A4112F;
	font-weight: bold;
	text-align: center;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	line-height: 125%;
	padding: 10px;}
	
h2 {
	color: #A4112F;
	text-align: center;
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	line-height: 100%;
	padding: 5px;}
	
h3 {
	color: black;
	text-align: center;
	padding: 5px;}

ul {
	list-style-type: circle;
	padding-left: 40px;
	color: #C92A91;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: black;
	background: black url('images/bkgr.gif') repeat-y center top;}
