#obscure:before {
	content:"@";
}

#obscure:after {
	content:".";
}


body {
	margin: 0; 
	padding: 0;
	overflow-y: scroll;  /* forces a scrollbar */
	
	/* background-color: #D9DCDD; */
	background-image: url( "images/body.gif" );
	background-repeat: repeat-x;

	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.928em;
}

#header {
	margin: 0;
	padding: 0;
	height: 3px;
	background-color: grey;
	
	color: white;
}

#footer {
	margin: 0;
	padding: 0;
	height: 7px;
	background-color: grey;

	color: white;
}

#page {
	margin: 0 auto;  /* center */
	background-image: url( "images/teaser2.png" );
	background-repeat: no-repeat;
	width: 850px;
}

#content {
	margin: 0 auto;  /* center */
	width: 700px;
}

#top {
	padding: 0 15px 0 15px;
	background-image: url( "images/border.gif" );
	background-position: left top;
	background-repeat: repeat-x;
	height: 25px;
}

#logo {
	padding: 0 15px 0 15px;
	height: 275px;
}

#nav {
	padding: 7px 0px 15px 0px;
	display: inline-block;	
}

#nav a {
	padding: 7px 15px 10px 15px;

	font-size: large;
	font-weight: bold;
	text-decoration:none;
	color: white;
	background-color: #FF7F00;
}


#nav a:hover {
	color: #FF7F00;
	background-color: #FFFFFF;
}

#main {
	padding: 15px;
	background-color: #FFFFFF;
}


#bottom {
	padding: 0 15px 0 15px;
	background-image: url( "images/border.gif" );
	background-position: left top;
	background-repeat: repeat-x;
	height: 45px;
	font-size: small;
	line-height:45px;
	text-align: right;
	vertical-align: textbottom;
	color: gray;
}

#bottom a {
	text-decoration:none;
	color: gray;
}


#ssl {
      padding: 0 15px 0 15px;
	height: 35px;
}