/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Geneva, sans serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.3em;
	background-color:#FFFFFF;
	background-image:url(images/background-thehug.jpg); background-repeat: no-repeat;
}

#main {
	position:relative;
	border:3px #00CCFF solid;
	width: 815px;
	margin-top: 0px; 
	padding-top: 0px;
	margin-left:auto;
	margin-right:auto;

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;	

	-moz-box-shadow: 10px 10px 10px #AAA;
	-webkit-box-shadow: 10px 10px 10px #AAA;
	box-shadow: 10px 10px 10px #AAA;
	
}

a:link {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#inner {
	margin-right: 6px;
	margin-left: 6px;
}

#footer {
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0099;
}

h2 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
/*For displaying header image, with text hidden [but visible for search engines and accessibility screen readers] */

.hidden { letter-spacing : -1000em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body .hidden { letter-spacing : normal; text-indent : -999em; overflow : hidden;} 
/* End of hack */ 

h1.hidden {
	margin-top: 0px;
	padding-top: 0px;
	width:815px; height: 165px; 
	background:url(images/swfc-logo.gif) no-repeat;
}
/* the former method 
h1.banner {
	margin-top: 0px;
	padding-top: 0px;
	color:#00CCFF;
	height:168px;
	width:815px;
	position: relative;
}

h1.banner span {
	background:url(images/swfc-logo.gif);
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
*/

#ribbon {
     float: right;
}


.highlight {
	font-weight:bold;
	color:#FF0099;
}

.invitation {
	font-weight:bold;
	font-style:italic;
	color:#00CCFF;
}

hr {
	width: 80%;
	margin:auto;
}

hr.bottom {
	width:100%;
}
