html {
	background-color: #FFF;	
}

body {
	margin: 0 0 0 0;
	background-color: #FFF;
	font-family:  Verdana, Helvetica, sans-serif;
}

h1	{
}

#logo {
	padding-bottom: 10px;
	min-width: 400px;
	min-height: 80px;
	background-image: url(images/GTLogo3.jpg);
	background-repeat: no-repeat;
}

h2	{
}

h3{
	color: #333;
}

#pagehead {
	margin-top: 20px;
	margin-left: 40px;
	color: blue;
}

#menu {
	display: inline;  
	width: 100px;
	padding:0;
	margin:0;
	color:#fff;
	font-size: 10pt;
	white-space:nowrap;
	list-style-type:none;
}
	
#menu li {
	display:inline;
}

#menu li a
	{
	padding:0.2em 1em;
	background:#FFC;
	color:#000;
	text-decoration:none;
	float:left;
	border: 1px solid #000;
	border-left: none;
}

#menu li a.menu1 {
	border-left: 1px solid #000;
}

#menu li a:hover
	{
	background: blue;
	color:#fff;
}

#content {
	position: relative;
	margin: 50px 40px;
/*	min-height: 560px; */
}

#homeimage {
		width: 380px;
		height: 253px;
		border: solid 1px #000;
		background-image: url(images/home.jpg); 
}

#shopimage {
		width: 425px;
		height: 319px;
		border: solid 1px #000;
		background-image: url(images/GTShop.jpg); 
}

#rackimage {
	width: 425px;
	height: 319px;
	background-image: url(images/rack.jpg);
	border: solid #000 1px;
	margin: 20px 0 30px 0;
}

#regBody {
	position: absolute;
	top: 0;
	left: 420px;
	width: 440px; 
	padding: 20px 20px;
	border: solid #000 1px; 
	margin: 0;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #555;
	background-color: #FFC; 
}

#regBody li {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

#infoBody {
	top: 0;
	left: 0;
	width: 800px; 
	height: 1320px;
	padding: 20px 20px;
	border: solid #000 1px; 
	margin: 0;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #555;
	background-color: #FFC; 
}

#schedBody {
	top: 0;
	left: 0;
	width: 800px; 
	height: 800px;
	padding: 20px 20px;
	border: solid #000 1px; 
	margin: 0;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #555;
	background-color: #FFC; 
}

#mailBody {
	top: 0;
	left: 0;
	width: 448px; 
	padding: 20px 20px;
	border: solid #000 1px; 
	margin: 0;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #555;
	background-color: #FFC; 
}

#infolist {
	list-style-type: square;
	font-size: 140%;
}

#infosub {
	position: absolute;
	top: 0;
	left: 600px; 
	width: 200px;
	padding 20px 20px 20px 0;
	margin-top: 30px;
}

#infosub ul {
	padding: 0;
	margin-left: 0;
}

#infosub a:link,#infolinks a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#infosub a:visited,#infolinks a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#infosub a:hover,#infolinks a:hover {
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}

#infosub a:active,#infolinks a:active {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

.infobox {
	position: absolute;
	top: 100px;
	left: 560px; 
	width: 240px;
	padding 20px;
	margin-top: 30px;
	color: #333;
}

.infobox h4 {
	margin-left: 10px;
} 

.infobox ul {
	list-style-type: none;
}

#sidebar {
	position: absolute; 
	top: 270px;
	left: 0;
	width: 300px;
	padding: 20px;
	font-size: 10px;
	color: #333;
}

#legal {
	margin-top: 20px;
	height: 20px;
	width: 880px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
