@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#wrapper {
	background-color: #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bar {
	background-color: #FFFFFF;
}
#wrapper #main #left {
	background-color: #CCCCCC;
	float: right;
	width: 650px;
}
#wrapper #main #left #info {
	font-size: 16px;
	color: #000000;
	background-color: #CCCCCC;
	text-align: justify;
	text-indent: 25px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 630px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper #main #left #gallery {
	background-color: #CCCCCC;
}


#wrapper #main #fotter {
	clear: both;
	background-color: #CCCCCC;
}
body {
	background-color: #CCCCCC;
}

#wrapper #main #right {
	float: left;
	background-color: #CCCCCC;
	width: 140px;
	height: 480px;
	padding-left: 10px;
	padding-top: 20px;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.raised {
	font-size: 8px;
	color: #333333;
	padding-bottom: 20px;
}


a.text {
	font-size: 14px;
}
