#head {
	border: 1px black solid;
	text-align:center;
	background-image:url('http://www.engr.wisc.edu/2010/background.jpg');
background-repeat:repeat-x;
}

#left {
	border: 1px black solid;
	float: left;
	width: 15%;
	min-height: 120em;
	padding-left: 1%;
	background-image:url('http://www.magnafabrics.com/category/camo_pat/marpat%20woodland%20green.jpg');
background-repeat:repeat-y;
	text-align:left;
        color:#00ff00;
}

#left h2 {
	border: 1px black solid;
	background-color: #3300FF;
	color: #CC6600
}


#left li {
	list-style-type: none;
	width: 5em
	text-align: center;
	margin-left: -2.5em;
}

#left a {
	text-decoration: none;
	display: block;
	border: 3px yellow outset;
	background-color: #006600;
	color: #FFFFCC
}

#left a:hover {
	border: 3px yellow inset;
}


#center {
	border: 1px black solid;
	float: left;
	width: 64%;
	padding-left: 1%;
	padding-right:1%
	min-height: 93em;
	text-align:center;
	background-image:url('http://myspacecamo.com/graphics/backgrounds/camo/black-camo.gif');
	color: #FFFFFF;
}




#right {
	border: 1px black solid;
	float: left;
	width: 15%;
	min-height: 120em;
	padding-left: 1%;
	background-image:url('http://www.magnafabrics.com/category/camo_pat/marpat%20woodland%20green.jpg');
background-repeat:repeat-y;
	text-align:left;
        color:#00ff00;
}

#right h2 {
	border: 1px black solid;
	background-color: #3300FF;
	color: #CC6600
}


#right li {
	list-style-type: none;
	width: 5em
	text-align: center;
	margin-left: -2.5em;
}

#right a {
	text-decoration: none;
	display: block;
	border: 3px yellow outset;
	background-color: #006600;
	color: #FFFFCC
}

#right a:hover {
	border: 3px yellow inset;
}

#VeteransLinks {
	border: 1px black solid;
	float: left;
	width: 60%;
	padding-left: 1%;
	padding-right:1%
	min-height: 93em;
	text-align:center;
	background-color: #FFCC99;
	color: #0000FF;
}



#footer {
	border: 1px black solid;
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
}