﻿/* Layout de CSS */
body {
	background-color: #FFFFFF;
	background-image: url(port2.jpg);
	background-repeat: no-repeat;
}

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 160px;
	top: 0px;
	color: #000066;
	background-color: #9C9C9C;
}

.style5 {
	font: inherit;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9C9C9C;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

#page_content {
	margin-left: 400px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
}
