/* style sheet reunion.css*/

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}


body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	font: small Arial, Helvetica, Verdana, sans-serif;
	background-image: url(images/body_bg.gif);
	background-repeat: no-repeat;
	}


.clearfloat
	{
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
#container  
	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	} 
body {
	background-image: url(../images/body_bg.gif);
	font-family: "100% Arial", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer	{
	text-decoration: none;
	height: 50px;
	}
#footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	background-color: #fdeddd;
}

#footer a:hover {
	text-decoration: none;
	color: #666
	}
#footer li
	{
	float: left;
	list-style: none;
	;
	}
#footer li a
	{
	display: block;
	text-decoration: none;
	color: #696866;
	padding-top: 3px;
	;
	padding-left: 7px;
	}
#footer li a:hover
	{
	color: #999;
	}
#footer li ul
	{
	display: inline;
	width: 8em;
	list-style-type: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	}
#footer li:hover ul, #footer li.hover ul
	{
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;
	}
#footer li:hover li, #footer li.hover ul
	{
		float: none;	
	}
#footer li:hover li a, #footer li.hover li a
	{
	color: #333;
	}
#footer li li a:hover
	{
	background-color: #333;
	}
#header {
	height:100px;
	width:100%;
	background-image:url(../images/sunset.gif);
	background-repeat: no-repeat;
	border-top-width: 0.5px;
	border-right-width: .5px;
	border-left-width: .5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #ccc;
	border-left-color: #CCC;
}
#header_text {
	font-family:"Comic Sans MS", cursive;
	font-size:275%;
	vertical-align:middle;
	color:#00F;
	margin: 10px 0 0 75px;
	float:left;
}
#header_party {
	background-image:url(../images/party_110h.gif);
	float:left;
	margin-left:130px;
}
#header_logo {
	float:left;
}

.links {
	font-size:85%;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
}

#logo 
	{
	float: left;
	height: 100px;
	}

#navbar 
	{
	z-index:1;
	float: left;
	width: 108px;
}
#pic_content{
	text-align: left;
	margin-left: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#pics {
	text-align: center;
	margin: 0 0 0 109px;
}


#sidebar1 {
	color: #000;
	background: #f5ebbf;
	float: left;
	width: 376px;
	padding: 0 5px;
}
#sidebar2  {
	padding: 0px;
	background-color: #f5ebbf;
	width: 213px;
	float: left;
}
#tagline {
	font-size: 85%;
	color: #333;
	line-height: 1;
	float: right;
	/*width: 600px;*/
}

#wrapper {
	width: 780px;
	height: auto;
	border-right-width: .5px;
	border-bottom-width: .5px;
	border-left-width: .5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/vbg.gif);

}
