@charset "utf-8";
body {
	margin: 0px;
	color: #a0a0a0;
	background-color: #1f1f1f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
img {
	border: 0px;
}
a, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #979797;
}
h2 {
	color: #8c8c8c;
	margin-bottom: 0px;
	margin-top: 0px;
}
#headersite {
	background-image: url(img/pattern_top.gif);
	height: 48px;
	text-align: center;
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #363636;
}
#contentsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footersite {
	height: 30px;
	padding: 10px;
	color: #525252;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #363636;
	text-align: center;
	font-size: .8em;
}
#flashcontent {
	height: 100%;
}
#gal {
	padding-bottom: 20px;
	height: 600px;
}
#port_menu {
	text-align: center;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#port_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#port_menu ul li { display: inline; }
#port_menu ul li a { 
	color: #cccccc; 
}
#port_menu #currentpage {
	font-weight: bold;
}
.floatleft {
	float: left;
}
.main {
	width: 470px;
	text-align: justify;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}