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

html {
padding:0px;
margin: 0px;
}

body {
	background: url(../images/stripebg.gif);
	margin: auto;
	font-family: Helvetica, Ariel, San-Serif;
	font-size: 16px;
	color: #f3dab1;
	padding: 0px;
	
}

#picbg {
	width: 100%;
	height: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/homebg2.jpg) center top no-repeat;
	}
	
#groups {
	text-align: left;
	margin: auto;
	position: relative;
	top:180px;
	width: 700px;
	height: 100px;
}

h1 {
margin: 0px;
padding: 0px;
}

img {
padding: 15px;
}

#left {
float: left;
width: 210px;

}

#right{
float: right;
width: 410px;
}

#page {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
}


#content {
	text-align: left;
	margin: auto;
	padding: 2px;
	position: relative;
	top:180px;
	width: 650px;
	height: 360px;
	overflow: auto;
}

#content h1 {
	line-height: 20px;
	
	}

hr {
	border: solid #333333 1px;
	width: 150px;
	padding: 0px;
	margin: auto;
}

/*--------------------------box with border--------------------------*/

.box {
border: solid #333333 3px;
margin: auto;
float: left;
}


/*--------------------------menu properties--------------------------*/

#menu {
	text-align: center;
	margin: auto;
	position: relative;
	top: 162px;
	width: 900px;
	height: 82px;
	color: #333;
}

#menu a {
	text-decoration: none;
	color: #f3dab1;
	padding: 15px 11px 9px 11px;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCCC33;
	background-image: url(../images/button_bg.gif);
	padding: 14px 10px 8px 10px;
	border:  #000 1px solid;
}

#menu p {
line-height: 11px;
padding-top: 8px;
}

/*--------------------------basic link--------------------------*/


a {
	color: #f3dab1;
}


flash {
padding: 15px;
width:220px;
height:325px;

}
