/* CSS Document */
* {
	margin:0;
	padding:0
}
body {
  font-family: Verdana, Tahoma, 'Trebuchet MS', Arial; 
	font-size:11px;
	margin:10px 0;
	padding:0;
  background-color: #ffffff;
  color: #454545;
}

a, a:link, a:visited, a:active, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer;
}
a:link {
	color:#454545;
}
a:visited {
	color:#454545;
}
a:active {
	color:#454545;
}
a:hover {
	color:#860120;
  text-decoration: underline;
}

#wrap {
	margin: 0 auto;
  width: 825px;
}

#header {
  background-image: url(images/linkport_header.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 855px;
  height: 80px;
}

#header a.logo  {
  display: block;
  float: left;
  height: 80px;
  width: 470px;
  margin-right: 50px;
}

#header a.logo:hover  {
  text-decoration: none;
}  

#header h1 {
  float: left;
  margin: 30px 0px 0px 0px;
  line-height: 28px;
  color: #D6BF86; 
  font-size: 24px;
  padding: 0px;
  font-weight: normal;
}

#content {
  background-image: url(images/linkport_content.gif);
  background-repeat: repeat-y;
  background-color: #F4F1E6;
  min-height: 400px;
  width: 850px;
  font-size: 13px;
  line-height: 18px;
  color: #454545;
}

.breaker {
 padding: 0px 0px 30px 18px;
}

h2 {
  margin: 0px 0px 5px 0px;
  color: #454545; 
  font-size: 15px;
  padding: 0px;
  font-weight: bold;
}

#cont_left {
  float: left;
  width: 350px;
  min-height: 250px;
  margin: 30px 55px 0px 50px;
}

#cont_full {
  float: left;
  width: 750px;
  min-height: 250px;
  margin: 30px 0px 0px 50px;
}

p {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0px 10px 0px;
}

#cont_right {
  float: left;
  width: 350px;
  min-height: 250px;
  margin: 30px 0px 0px 0px;
}

#footer {
  background-image: url(images/linkport_footer.gif);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 855px;
  height: 60px;
}

#copyright {
  width: 855px;
  text-align: center;
  padding: 43px 0px 0px 0px;
  font-size: 9px;
  font-weight: bold;
}

#copyright a {
  color: #860120;
  text-decoration: none;
  font-weight: bold;
}

#copyright a:hover {
  color: #860120;
  text-decoration: underline;
}   

input, textarea {
  padding: 3px;
}