﻿/* Taste of Guelph styles - for parking and home page */

* {
    margin: 0;
    padding: 0;
}

body { 
	background: #000; 
	color: #fff; 
	font: 62.5%/1.3 Arial, Verdana, sans-serif; 
}

a img	{
	border-style: none;
}

a:link {
	text-decoration: underline;
	color: #6DCFF6;
}

a:visited {	
	text-decoration: underline;
	color: #aaaaaa;
}

#wrapper {
    background: url(../images/bg.jpg) no-repeat left top;
    height: 576px;
    margin: 0 auto;
    position: relative;
    width: 760px;
}

#parking {
    background: #a3c935;
    font-size: 1.6em;
    left: 54px;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: 300px;
}

#links {
    font-size: 1.5em;
    font-weight: bold;
    left: 120px;
    letter-spacing: 0.1em;
    position: absolute;
    text-transform: uppercase;
    top: 242px;
    width: 350px;
}

#links li {
	float: left;
	list-style-type: none;
}
	
#links a { 
	color: #1a4f00; 
	display: block; 
	text-decoration: none; 
}
	
#links a:hover { 
	color: #fff; 
}
	
#logo {
    background: url(../images/logo.jpg) no-repeat left top;
    height: 323px;
    left: 489px;
    overflow: hidden;
    position: absolute;
    text-indent: -900px;
    width: 231px; 
}

#presenter {
    background: url(../images/linamar.jpg) no-repeat left top;
    height: 58px;
    left: 525px;
    overflow: hidden;
    position: absolute;
    text-indent: -900px;
    top: 330px;
    width: 156px;
    z-index: 99;
}

#info {
    overflow: hidden;
    position: absolute;
    text-indent: -900px;
}

#content {
    font-size: 1.5em;
    font-weight: bold;
    left: 405px;
    position: absolute;
    top: 425px;
    text-align: right;
    width: 275px;
    z-index: 99;
}