@charset "UTF-8";
body {
	font-size: 85%;
	line-height:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
		background-image:url(images/redbox.gif);
	background-repeat:repeat-x;
	background-position:top;	
	color: #000000;
	height:100%; 
	min-width:800px;
	
}

a {
text-decoration:none;
color:#FFCC33;
}

a:hover {
text-decoration:underline;
color:#FFCC33;
}

.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding:0;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
}
.oneColLiqCtr #mainContent {
	background-image:url(images/groupshot2010.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
	overflow:visible;
	
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		padding-left:25%;
	min-height:500px;

}
h1 {
line-height:120%;
}

#mainContent h1 {
font-weight: normal;
padding-top:50px;
padding-bottom:20px;
color:#FFCC33;
}
#mainContent p {
color:#FFFFFF;
}
#mainContent ul {
color:#FFFFFF;
}

.firstp {
line-height:200%;

}
#header {
height:60px;
min-height:60px;
}
#header a {
text-transform:lowercase;
font-variant:small-caps;
font-size:95%;
color:#FFFFFF;
padding:0;
margin:0;
margin-right:12px;

}

#textWrapper {
width:37%;
padding:0;
margin:0;
position:relative;
padding-bottom:60px;
}

a.menuItem {
margin-left:18px;
text-decoration:none;
color:#FFFFFF;
font-size:120%;
}

a.menuItem:hover {
text-decoration:underline;
color:#FFCC33;
}

#footer {
color:#630;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
padding:10px;
text-align:right;
background-color:#300;
border-top:7px solid #630;
}