body {
	width: 800px;
	margin: auto;
	padding: 0;
	font-size: 1em;
	background-color:#fff;
}

#wrapper {
	width: 800px;
	height: auto;
	padding: 0;
	margin-top: 20px;
	float: inherit;
	background: url(../images/backgrnd.jpg) center repeat

}

#main { 
	width: 800px;
	float:inherit;
	padding: 0;
	margin: 0;
}

#upper {
	padding: 0px;
	height: 220px;
	width: 800px;
	top: 0px;
}

#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #9c8900;
	text-decoration: none;
	padding: 0px 0px 0px 20px;
	margin: 0;
	width: 160px;
	height: 220px;
	float:left;
}

#logo {
	
	width: 170px;
	height: 220px;
	float:left;
}

#subject {
	height: 220px;
	width: 450px;
	float:right;
	margin-right:0px;
}

#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	width: 550px;
	text-decoration: none;
	position:relative;
	left:100px;
	padding-bottom:40px;
}

#gold {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 9px;
	color: #000;
	width: 800px;
	height:10px;
	text-decoration: none;
	position:relative;
	bottom:0px;
	background: url(../images/gold.png);
}

#portret {
	width: 800px;
	height:199px;
	background: url(../images/SondraRay_portret.png) no-repeat right;
	float:inherit;
	margin-top:-200px;

}

a:link {
	color:#06c;
	text-decoration:none;
}

a:visited {
	color:#06c;
	text-decoration:none;
}

a:hover {
	color:#9c8900;
	text-decoration:underline;
}

a:active {
	color:#9c8900;
	text-decoration:none;
}

h1 {
	color:#990a3b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
}

h2 {
	color:#990a3b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}