/* style sheet reunion.css*/

a:link, a:visited {
		color: #333;
}
a:hover { color: #666;}


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;
	text-align: left;
	margin: 0 auto;
	} 
body {
	background-image: url(../images/body_bg.gif);
}

.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
	{

	}
#footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #fdeddd;
	height: 1em;
}

#footer p
	{

		/*margin: 0;
		width: 100%;
		padding: 0;*/
	}
#footer a:hover
	{
	text-decoration: none;
	color: #666
	}
#footer li
	{
	float: left;
	list-style: none;
	;
	}
#footer li a
	{
	display: block;
	text-decoration: none;
	padding: 3px 7px 0 0;
	color: #696866;
	}
#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: 103px;
	width: 780px;
	background-image: url(../images/sunset.jpg);
	background-repeat: repeat-y;
	}
#header-img
		{
			float: left;
		}

#header-party 
	{
		float: right;
		height: 100px;
		width: 184px;
	}
#header-text
	{
	font-family:"Comic Sans MS", cursive;
	font-size:275%;
	vertical-align:text-top;
	color: #00C;
	width: 400px;
	position: relative;
	top: 15px;
	left: 100px;
	}
#logo 
	{
	float: left;
	height: 100px;
	}

#navbar 
	{
	z-index:1;
	float: left;
	width: 109px;
}
#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: 370px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 213px;
	padding: 0px;
	background-color: #f5ebbf;
}
#tagline {
	float: right;
	font-size: 80%;
	color: #333;
	line-height: 1;
	padding: 3px 0 0 0;
	margin: 0;
	/*width: 600px;*/
}
#wrapper {
	background-image: url(../images/vbg.gif);

}
