body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin: 0px;
	background-image: url(../images/backgroundjunk.jpg);
}

a {
	color: #330000;
}
#wrapper {  /* the main box around everything */
	background-color:#FFFFFF;
	border: 1px solid #000000;
	width: 978px;
	margin: auto;
	}

#header {
	color: #FFFF66;
	width: 978px;
	background-image: url(../images/page%20header.jpg);
	height: 136px;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	clear: both;
	margin: 10px auto auto;
	top: 100px;
}

#nav{
	background-color: #FFFFFF;
	top: 0px;
}

#nav ul{
padding: 0px;
margin: 0px;
}

#nav ul li{
	display: inline;
	height: 100%;
	margin: 0px;
	padding: 0px 0px;
}

#nav ul li a{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	padding: 5px 25px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
} 

#nav ul li a:hover, #nav ul li a:focus{
background-color: #990000;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	color: #333333;
	background-color: #CCCCCC;
	margin: 0px;
	bottom: 10px;
	padding: 10px;
	vertical-align: 5%;
	clear: both;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

.title {     /* okbuicks title text */
	border: none #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-position: center;
	padding: 20px;
	text-align: center;
	}
#leftbox {  /* text box on the left fixed width  */
	background-color: #FFFFFF;
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
.rightpic {    /* pic or something that floats in the right box */
	float: right;
	margin-top: 0px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-style: italic;
	font-weight: bold;
}
#rightbox {
	margin-left: 250px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-top: 10px;
}
.righttextbox {  /* this is the special event text box on front page */
	margin-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#picbox {  /* this box for the front page, random pics */
	padding: 10px;
	height: auto;
	width: 600px;
	border: thin inset #0000FF;
	margin-left: 50px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	margin-left: 10px;
}
.webring {
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.smallborder {  /* just makes a small border on any div container */
	border: 1px solid #00FFFF;
	padding-left: 5px;
	padding-top: 5px;
}
#rightbox2 {   /* another right box that has a larger left margin */
	margin-left: 400px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-top: 50px;
}
#leftbox2 {   /* another left box that is wider for the project and calc page */
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 50px;
}
.leftborder {   /* this moves the list on the link page to the right a little */
	margin-top: 15px;
	margin-left: 15px;
}
#centerbox {
	margin-right: 50px;
	margin-left: 50px;
	border: medium inset #FF3366;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftboxexwide {   /* this is for the tech talk page  */

	background-color: #FFFFFF;
	width: 500px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
}
#centerbox p {
	display: inline;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

#centerbox a:link {
	font-family: Broadway;
	font-size: 24px;
	color: #0000FF;
	text-decoration: none;
}

#centerbox a:visited {
	font-family: Broadway;
	font-size: 24px;
	color: purple;
	text-decoration:none;
}

#centerbox a:active {
	font-family: Broadway;
	font-size: 24px;
	background-color: yellow;
	text-decoration:none;
}

#centerbox a:hover {
	font-family: Broadway;
	font-size: 24px;
	color:red;
	text-decoration:none;
}
#leftimages {
width:93px; /* width of images*/
overflow:hidden; /* clear the float */
}
#leftimages img {float:left;} /* remove image gaps */

