body {
	background: #444444;
	margin: 0;
	border: 0;
	color: #333333;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif ;
}

#wrapper {
	background: #ffffff;
	width: 723px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid #000000 5px;
	
}

#top {
	background-color: transparent;
	width: 723px;
	height: 138px;
	margin: 0;
}

img  {border: 0;}

#content{
	background: transparent url(images/content_bkg.gif) no-repeat top;
	width: 723px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	min-height: 411px;
}

#contentpad{
	background: transparent url(images/content_pad_bkg.gif) no-repeat;
	background-position: center;
	padding: 40px;
	width: 643px;
	min-height: 300px;
}

#contentpadhome{
	
	padding: 40px;
	width: 643px;
}

#fright {
	width: 230px;
	margin-left: 80px;
	float: left;
	text-align:justify;
}
	#fright img {
		border-right: 4px solid #eee;
		border-bottom: 4px solid #eee;
	}
	
#contentpadport{
	background: transparent;
	padding: 40px;
	width: 643px;
}

#contentleft{
	float: left;
	position: relative;
	background: transparent;
	width: 300px;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;	
}

#contentright{
	float: right;
	position: relative;
	background: transparent;
	width: 300px;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}


#fronttext {
	font-size: 40px;
	margin-top: 40px;
}

#fronttextright {
	font-size: 30px;
	margin-top: 40px;
	
}


#located {
	font-size: 13px;
	text-align: justify;
}



#print p{
	text-align: center;
	margin-bottom: 40px;
}

.porto {
	clear: both;
	margin-bottom: 30px;
}

.porto_pic {
	float: left;
	margin:0 20px 30px 0;
	border-right: 4px solid #eee;
	border-bottom: 4px solid #eee;
}
	a .porto_pic:hover {
	
		border-right: 4px solid #990000;
		border-bottom: 4px solid #990000;
	}

/*text*/
h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

/*links*/

a:link {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: none;
}

a:active {
	color: #ff9900;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

.bot {
	font-size: 11px;
}

/*forms*/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: left;
  }

div.row span.formw {
  float: right;
  width: 500px;
  text-align: left;
  } 


/*footer*/

#footer a {
	margin-right: 10px;
}

#footer {
	background: transparent url(images/content_bkg_bottom.gif) no-repeat bottom;
	width: 723px;
	height: 114px;
	clear: both;
}


#footpad {
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px; 
}

#fleft {
width: 300px;
float: left;

}



