/* CSS Document */
/* Everything outside of the wrapper */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/gammanubg.gif);
}

/* Hyperlink color */
a:link{
color:#FF0000;
}

/* Visited hyperlink color */
a:visited{
color:#FFCC00;
}

/* Wrapper that contains everything */
#wrapper{
	width: 770px;
	margin: 10px auto;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
}

/* Top banner image */
#banner{
	height:100px;
	background-image: url(images/gammanutitle.gif);
}

/* Left column that contains the navigation */
#leftcolumn {
	margin-left:10px;
	margin-top:20px;
	width:170px;
	margin-bottom:20px;
	float:left;
}

/* Navigation menu */
#leftcolumn #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
border: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}

/* Creates padding around navigation menu */
#leftcolumn #nav ul li {
padding: 0;
margin: 0; 
}

/* Creates hyperlink style */
#leftcolumn #nav ul li a{
background-color: #002157;
border-bottom: 1px solid #000000;
color: #FFFFFF;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

/* Defines what happens on a rollover */
#leftcolumn #nav a:hover, #leftcol #nav a:focus { 
background-color: #FFFFFF;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #000;
}

/* Right column */
#content{
	margin-left:200px;
	width:550px;
	background-color: #FFFFFF;
}

/* Right column text */
#content p{
font-size:80%;
margin:20px;
}

/* Right column header one */
#content h1{
font-size:150%;
color:#002157;
padding:0;
margin:20px;
}

/* Right column header two */
#content h2{
font-size:80%;
color:#000000;
padding:0;
margin:20px;
}

/* Float image on left */
.leftimage{
float:left;
margin-left:0px;
margin-right:2px;
margin-bottom:10px;
border:1px solid #000000;
}

/* Footer style */
#footer{
border-top:1px solid #000000;
background-color:#002157;
color:#FFFF00;
clear:both;
}

/* Footer text */
#footer p{
	padding:10px;
	margin:0;
	font-size:60%;
	text-align: center;
}

/* Contains objects in the right column */
.container{
width: 99%; 
float:right;
}

/* Container for photos on left */
.containerleft{
width: 49%; 
float:left;
}

/* Container for photos on right */
.containerright{
width: 49%; 
float:right;
}
