#website  { background-color: #400; width: 800px; min-height: 600px }
#pic { width: 270px; height: 280px; float: left }
#logo  { text-align: right; position: relative; z-index: 10; top: 200px; width: 530px; height: 120px; float: right }
#menu_frame { background-color: #ddd; text-align: left; padding-top: 10px; padding-left: 30px; width: 770px; height: 30px; clear: both }
#menu   { text-align: left; text-transform: lowercase; position: relative; z-index: 20; width: 770px; height: 30px; clear: both }
#bottom_left    {
	color: #DDDDDD;
	font-size: medium;
	font-stretch: ultra-expanded;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	width: 200px;
	float: left;
	left: 20px;
	top: 20px;
	height: 250px;
}

#bottom_left a  { color: #000000; text-decoration: none }
#bottom_left a:link  { color: #000000; text-decoration: none }
#bottom_left a:visited  { color: #000000; text-decoration: none }
#bottom_left a:hover   { color: #e8225a; text-decoration: none }
#bottom_left a:active  { color: #000000; text-decoration: none }

#text   {
	color: #ddd;
	font-size: small;
	text-align: justify;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 500px;
	float: right
}