@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 800px;
	margin: 30px auto 0px auto;
	text-align: left;
	border: 2px solid #FFFFFF;
	position: relative;
	padding-bottom: 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}
body {
	font-family: Arial, Verdana;
	text-align: left;
	background: #6889c1;
	background-size: 100%;
}

#navbar li {
	display: inline;
	border-right: 1px solid #cccccc;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	font-size: 12px;
}

#navbar ul {
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#navbar {
	border-bottom: 2px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	text-align: right;
}
#navbar  a:link  {
	text-decoration: none;
	color: #ffffff;
}
#navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}
.footer {
	clear: both;
}
h1 {
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	margin-top: 20px;
	overflow: hidden;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 15px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	color: #ffffff;
}
p {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
	
}
h3 {
	margin-left: 15px;
	margin-right: 15px;
	font: arial;
	font-size: 14px;
}

.faststream {
	margin-right: 320px;
}

.photo {
	float: right;
	background: url(images/drop_shadow.gif) right bottom no-repeat;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	clear: right;
}
.photo2 {
	float: right;
	background: url(images/drop_shadow.gif) right bottom no-repeat;
	margin-left: 20px;
	margin-right: 10px;
	width: 155px;
	margin-top: 10px;
}
.photo img {
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left: -5px;
}
.photo2 img {
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left: -5px;
}
li {
	font-size: 12px;
	margin-left: 10px;
}

#logo {
	padding-left: 10px;
	margin-top: 10px;
}
#logo  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: none;
	margin-left: 5px;
	color: #ffffff;
	margin-top: 5px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}

	
a:link {
	text-decoration: none;
	color: #FFFF00;
}
.emailme {
	background-color: #6889c1;
	padding: 3px;
	float: right;
	margin-bottom: 0px;
	border: 1px 1px 0px 1px #ffffff solid;
	margin-top: 0px;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
}
.emailme a {
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {text-decoration:underline;}
#navbar #last {border-right: none;}
.emailme a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
