body {
	top:0;
	left:0;
	margin:0;
	padding:0;
	min-width:800px;
}
a:active, a:link {
	color: #3399FF;
}
a:visited{
	color: #3300CC;
}
#header {
	width: 100%;
	height: 80px;
}
#logo {
	width: 90px;
	height: auto;
	float: left;
	margin-top: 10px;
	padding-top:10px;
	padding-left: 50px;
	padding-right: 80px;
	padding-bottom:10px;
	background: #900;
	color: #fff;
	font: 30pt arial, "trebuchet ms" sans-serif;

}
#moto {
	float: left;
	width: auto;
	font: 16pt "Antiqua Book", Georgia, arial, sans-serif, "Bookman Old Style";
	padding-left: 10%;
	padding-top: 20px;
}
#left {
	float: left;
	margin-top: 70px;
	width: auto;
	/*height: 300px;*/
	/*border: 1px solid black;*/
	font: 12pt arial, sans-serif;
}
#left ul {
	list-style-type: none;
}
a:hover {
	color: #990000;
}
#main {
	float: left;
	margin: 50px 0px 30px 50px;
	padding-left: 20px;
	width: 43%;
	height: 300px;
	font: 11pt arial, sans-serif;
	color: #303030;
	/*border: 1px solid black;*/

}
#right {
	float: left;
	margin-top: 110px;
	margin-left: 45px;
	width: 200px;
	height: auto;
	background: #F5F5EA;
	padding: 30px 20px 30px 20px;
	font-size:11pt;
	color: #303030;
}
#shift {
	margin-left: -1.3em; 
}
.without {
	text-decoration:none;
}
.here {
	text-decoration: none;
	padding: 2px;
	background: #F3D5AF;
	display: inline;
}
.lineHeight {
	line-height: 1.5em;
}
