@charset "utf-8";
/* CSS Document */

.people{
text-align: right;
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}

.background{
background-color: #CCCCCC;
}


#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #BA0533;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}



/* Style */
.menu_link{
	font-style: normal;
line-height: normal;
font-variant: normal;
text-decoration: none;
border: none;
	}

.style1{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
h2{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	}
.body_text{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
.body_text_bold{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}
.body_text_reg{
	color: #BE222f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	}
.body_red{
	color: #BE222f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;

	}
.internal_red{
	color: #BE222f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: none;
	text-decoration: none;

	}

.footer_text{
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}
	
.email_text{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
	}

/* Layout Stuff */

#container{
width: 782px;
margin-right: auto;
margin-left: auto;
background-color: white;
}

#header{
background-image:url(images/header.jpg);
background-repeat: no-repeat;
width: 782px;
height: 184px;
}

#menu{
float: left;
width: 20%;
height: 100%;
background-color: white;
padding: 0px 0px 0px 0px;
}


#content {
	width: auto;
	margin-left: 20%;
	margin-right: 27%;
	padding: 2px 0px 0 5px;
	background-color: white;
}

#right{
width: 27%;
height: 447px;
background-image:url(images/fadedgears.gif);
background-repeat: no-repeat;
float: right;

}

#footer {
	width: 100%;
	text-align: center;
	}

