@charset "UTF-8";
body  {
	background-image: url(../images/texture7.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	font-size: small;
	color: #333333;
}

.galleryStyle #container { 
	width: 980px;
	height:700px;
	background-image: url(../images/texture3.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid;
} 
.galleryStyle #header { 
	height: 130px;
} 

.galleryStyle #navmenu {
	width:980px;
	height:30px;
}
/*styles the navmenu items*/
#background1 {
	padding:0px;
	margin: 0px;
	display:inline;
	width:140px;
	height:30px;
	float: left;
}

#color2 {
padding:0px;
margin: 0px;
display:inline;
	width:195px;
	height:30px;
	float: left;
}

#vector3 {
padding:0px;
margin: 0px;
display:inline;
	width:183px;
	height:30px;
	float: left;
}

#interactive4 {
padding:0px;
margin: 0px;
display:inline;
	width:211px;
	height:30px;
	float: left;
}

#graphic5 {
padding:0px;
margin: 0px;
display:inline;
	width:141px;
	height:30px;
	float: left;
}

#contact6 {
padding:0px;
margin: 0px;
display:inline;
	width:110px;
	height:30px;
	float: left;
}

.galleryStyle #thumbsContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, standards mode in IE will include the padding and border in addition to the width */
	height: 520px;
	padding: 10px;
	margin: 0px;
	background-image:url(../images/grayPaper_72ppi.gif);
	border-right: 1px solid;
	background-repeat: repeat;
}

.galleryStyle #thumbs {
	margin: 6px;
	border: 1px solid;
	}

.galleryStyle #mainContent {
	height:500px;
	width:739px;
	overflow:auto;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

#mainContent p {
font-family:Georgia, "Times New Roman", Times, serif;
text-align: left
;}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:fixed;
	bottom: 0px;
	width:100%;
	height: 30px;
	background-repeat:repeat-x;
	background-image:url(../images/tornedge5.gif);
	background-position: bottom;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
