img {
	border: 0px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size: 13px;
	color: #7F7772;
}

#top_menu {
	margin:0 auto 0 auto;
	padding-top: 7px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #888888;
}

#top_menu a, a:active {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}

#top_menu a:hover {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	border-bottom: 2px #888888 solid;
}

#side_menu {
	width: 200px;
	margin-top: 25px;
	color: #555555;
	text-align: justify;
	font-size: 12px;
	float: right;
}

#side_menu a, a:active, a:hover{
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}

#main {
	width: 830px;
	margin: 15px auto 10px auto;
	color: #555555;
	text-align: justify;
	line-height: 22px;
	font-size: 12px;
}

#logo {
	width: 830px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
	background: url(../img/bkg.jpg);
}

#text {
	width: 620px;
	margin-top: 15px;
	color: #555555;
	text-align: justify;
	line-height: 26px;
	font-size: 14px;
	float: left;
}

#text h1 {
	font-size: 18px;
	letter-spacing: 3px;
	min-height: 36px;
	padding: 10px 0 0 30px;
	background: url(../img/plume.jpg) no-repeat left top;
}

#text h2 {
	font-size: 16px;
	min-height: 26px;
	padding: 5px 0 0 30px;
}

#text a, a:active {
	color: #1777B1;
	font-size: 14px;
	text-decoration: none;
}

#text a:hover {
	color: #1777B1;
	font-size: 14px;
	text-decoration: underline;
}

#footer {
	width: 820px;
	margin: 10px 0 0 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #999999;
	font-size: 10px;
	background: url(../img/bkg.jpg);
	text-align: center;
}

#legal {
	width: 820px;
	text-align: right;
	margin: 2px 0 10px 0;
	color: #999999;
	font-size: 10px;
}

#legal a, a:hover, a:active{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}