@charset "utf-8";
/* CSS Document */

body {
	background-color:#39587f;
	background-image: url(images/watermark.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
ul
{
	list-style-type:none;
	padding:0;
	overflow:hidden;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
li
{
float:left;
}
#menu {
	clear: both;
	padding-bottom: 30px;
}

#menu a:link, #menu a:visited, #menu a
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#444e5a;
text-align:center;
padding:4px 20px 4px 20px;
text-decoration:none;
text-transform:uppercase;
}
#menu a:hover,a:active
{
background-color:#99afcc;
}
a:link,a:visited,a:hover,a:active
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}
p {
	color:#FFF;
	margin: 0px;
	padding: 0px;
}
.quote  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
#container {
	width:890px;
	height:auto;
	margin: 0px;
	padding: 0px;
	top: 95px;
	position: relative;
	z-index: 0;
	left: 90px;
}
#content {
	width: 890px;
	height: auto;
}
#gall {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	float: left;
}
#clear {
	clear: both;
}


.gallery {
	border-right-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;

	border-right-color: #FFF;
    display: inline;
	float: left;
}
.twitter {
	height: 400px;
	width: 250px;
	float: left;
}

.picture {
	border: 10px solid #FFF;
	float: left;
}
.text {
	color: #FFF;
	font-size: 18px;
	background-color: #39587F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px;
	float: left;
}

.floatquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #444e5a;
	border: 5px solid #FFF;
	padding: 10px;
	position: absolute;
	z-index: 1;
}
.quote2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #444e5a;
	border: 5px solid #FFF;
	padding: 10px;
	top: 104px;
	right: -103px;
	clear: both;
	position: absolute;
	width: 837px;
	height: 170px;
	z-index: 1;

}
