@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;
}
#nav {
	width: 538px;
	margin: 0 auto;
	padding: 0;
}
#nav ul, #port_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav ul li, #port_menu ul li { display: inline; }
#port_menu ul li a { 
	color: #cccccc; 
}
#port_menu #currentpage {
	font-weight: bold;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	height: 48px;
}
/* Navigation Link Images */
#nav ul .home {
	background-position: 0 0;
	background: url('img/logo.gif');
	width: 208px;
}
#nav ul .about {
	background-position: 0 0;
	background: url('img/about.gif');
	width: 47px;
}
#nav ul .portfolio {
	background-position: 0 0;
	background: url('img/portfolio.gif');
	width: 59px;
}
#nav ul .blog {
	background-position: 0 0;
	background: url('img/blog.gif');
	width: 34px;
}
#nav ul .gallery {
	background-position: 0 0;
	background: url('img/gallery.gif');
	width: 83px;
}
#nav ul .reviews {
	background-position: 0 0;
	background: url('img/reviews.gif');
	width: 53px;
}
#nav ul .contact {
	background-position: 0 0;
	background: url('img/contact.gif');
	width: 54px;
}
/* Navigation Hover Images */
#nav ul .about:hover {
	background-position: -47px 0;
}
#nav ul .portfolio:hover {
	background-position: -59px 0;
}
#nav ul .blog:hover {
	background-position: -34px 0;
}
#nav ul .gallery:hover {
	background-position: -83px 0;
}
#nav ul .reviews:hover {
	background-position: -53px 0;
}
#nav ul .contact:hover {
	background-position: -54px 0;
}

.displace {
	position: absolute;
	left: -5000px;
}
.floatleft {
	float: left;
}
.main {
	width: 470px;
	text-align: justify;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
