/* CSS Document */
body	{
	margin: 0%
}

#orange {
	height: 134px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF6600;
	z-index: 0;
}

#content img {
	height: 100px;
	width: 100px;
	margin: 0 0 25px 0;
	padding: 4px;
	background-color: #CCCCCC;
	visibility: visible;
}
#content {
	position: relative;
	z-index: 2;
	height: 100%;
	width: 400px;
	margin: -50px 0 50px 0;
	padding: 0 0 0 200px;
}
#links {
	position: absolute;
	left: 625px;
	width: 200px;
	margin: 0;
	padding: 15px;
	float: left;
	top: 390px;
	background-color: transparent;
	border-color: #666666;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
#port {
	position: absolute;
	padding: 15px;
	float: left;
	left: 625px;
	width: 220px;
	margin: 0;
	top: 590px;
	border-color: #666666;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
#port img{
	padding: 5px;
	background-color:#FF6600;
	border:1px;
	border-style: solid;
	border-color:#8a8a58;
}
#port p{
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height: 18px;
	padding: 0 0 15px 0;
	border-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:12px;
	line-height: 18px;
}
h1	{
	font-size:32px;
	font-weight: normal;
	color:  #FF6600;
}
h2	{
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:  #FF6600;
	font-weight: normal;
	margin: 50px 0 0 0;
}
h3	{
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:  #FF6600;
	font-weight: bold;
	margin: 50px 0 0 0;
}
h4	{
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:  #FF6600;
	font-weight: normal;
	margin: 0;
}
#footer p{
font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:  #FFFFFF;
	font-weight: normal;
	padding: 5px 0 5px 200px;
}
.contact	{
	font-family: "Lucidia Grande", Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FF6600;
	z-index: 2;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	background-color: transparent;
	border-color: #666666;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
a:visited {
	color: #000000;
	text-decoration: none;
		background-color: transparent;
	border-color: #FF6600;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	}
a:active {
color: #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
background-color: transparent;
border-color: #FF6600;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

