html,body {
	margin: 0;
	padding: 0; 
}
body {
	background: #08336b;
	color: white;
	font: 100% "Trebuchet MS", Trebuchet, Lucida, Tahoma, sans-serif;
	width: 100%;
}
* {
	margin:0;
	padding: 0;
}
.left {float: left;}
.right {float: right;}
.clear {clear:both;}

#container {
	width: 100%;
}
#top {
	width: 100%;
	background: url(/images/top_bg.jpg) repeat-x;
}
#logo {
	width: 545px;
	margin:auto;
	position: relative;
	top: 6px;
}
#logo a img {
	border: 0;
	width: 545px;
	height: 139px;
}

#center {
	width: 904px;
	margin: auto;
	//margin-top: 5px;
}
#center #photo {
	float: left;
	width: 608px;
	height: 384px;
	background: url(/images/photo.jpg) no-repeat;
	padding:0;
	margin: 2px auto;
	position: relative;
}
#center .left_column,
#center .right_column {
	float: left;
	margin-top: 45px;
}
#center .left_column {
	margin-right: 20px;
	text-align: center;
}
#center .right_column {
	margin-left: 20px;
	text-align: center;
}
#center ul li {
	list-style: none;
	margin: 8px 0;
	padding:0;
}
#center ul li a img {
	border: 0
}
#aforizm {
	position: absolute;
	width: 300px;
	bottom: 20px;
	right: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: white;
	color: black;
	padding: 4px 16px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


#bottom {
	width: 100%;
	height: 70px;
	background: url(/images/bot_bg.jpg) repeat-x;
	text-align: center;
	padding: 15px 0;
}

#bottom ul {
	margin: auto;
}
#bottom ul li {
	display:inline;
	list-style: none;
	margin:0 30px;
}
#bottom ul li a {
	font-size: 25px;
	color: white;
	text-decoration: none;
}
#bottom ul li a:hover {
	color: #0e9f9f;
}