body {
	margin:0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0px;
	background-color: #999999;
	background-image: url(bg_graynoise.gif);
	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 */ }

.oneColFixCtr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}

.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#main {
	position:relative;	
	width: 996px;
	height: 657px;
	margin: 0px auto 0px 0px;
}


#garytoriello {
	position:absolute;
	top:0px;
	left:0px;
	width:221px;
	height:189px;
	z-index:100;
}
#graphics {
	position:absolute;
	top:0px;
	left:221px;
	width:291px;
	height:189px;
	z-index:100;

}
#specdesigns {
	position:absolute;
	top:0px;
	left:512px;
	width:484px;
	height:189px;
	z-index:100;

}
#contentarea {
	position:absolute;
	top:189px;
	left:0px;
	width:743px;
	height:468px;
	z-index:100;

}

#content_window {
	position:absolute; 
	top:203px; 
	left:54px; 
	margin:0px; 
	padding: 25px; 
	width:604px; 
	height:351px; 
	background-color: #660066; 
	border-color: #b38033; 
	border-width: 3px; 
	border-style: solid; 
	z-index:500; 
	overflow-y: scroll;}

#awardswoncontactinfo {
	position:absolute;
	top:189px;
	left:743px;
	width:253px;
	height:468px;
	z-index:100;
}

#awards_content {
	position:absolute; 
	top:276px; 
	left:778px; 
	margin:0px; 
	padding: 0px; 
	width:174px; 
	height:96px; 
	color:#FFF; 
	z-index:500;}

#contact_content {
	position:absolute;
	top:501px;
	left:779px;
	margin:0px;
	padding: 0px;
	width:170px;
	height:114px;
	color:#FFF;
	z-index:500;
}

.standardfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
}

li a {
	background-color: transparent;
	color: #ffffaa;
	cursor: pointer;
	text-decoration: underline;
	padding:3px;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

li a:link {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}


li a:visited {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}

li a:hover {
	background-color: #ffffaa;
	color: #330033;
	cursor: hand;
	text-decoration: none;
}

li a:active {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}

ul {
	margin:0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
li {
	list-style:disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-align:left;
	margin:0px;
	padding-left: 0px;   /* padding between dot and list item text */ 
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px; /* spacing between rows of <LI> items */
	line-height: 1.5em;  /* spacing between rows of <LI> items */
	}
li ul { /* margin for <UL> nested in another <ul><li> */
	margin-top:5px;
	margin-right:0px;
	margin-left:2px;
	margin-bottom:-5px;
	}

.sidebar a {
	background-color: transparent;
	color: #ffffaa;
	cursor: pointer;
	text-decoration: underline;
	padding:2px;
	margin:0px;
}

.sidebar a:link {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}


.sidebar a:visited {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}

.sidebar a:hover {
	background-color: #ffffaa;
	color: #330033;
	cursor: hand;
	text-decoration: none;
}

.sidebar a:active {
	background-color: transparent;
	color: #ffffaa;
	text-decoration: underline;
}



/* 
colored scrollbars - for IE5 and up Only
*/

body {
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #CCCCCC;
}

