/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#00FF99;
	}

a {color:#666666; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:none; color:#000000;}
a:visited {color:#;}

a.venue-link {color:#000000;}
a.venue-link:hover {text-decoration:underline;}


#wrapper {width:auto;}

#all {
	width:794px;
	height:600px;
	margin:40px auto auto auto;
	border: 3px solid #000000;
	background-color:#FFFFFF;
	}
	
#content {
	height:570px;
	width:794px;
	}
	
#footer {
	font-size:13px;
	height:30px;
	clear:both;
	font-weight:bold;
	color:#666666;
	}
	
#header-download {
	width:794px;
	height:87px;
	border-bottom:3px solid #000000;
	background-image:url(../images/layout/header-download.gif);
	background-repeat:no-repeat;
	}
	
#header-shop {
	width:794px;
	height:87px;
	border-bottom:3px solid #000000;
	background-image:url(../images/layout/header-shop.gif);
	background-repeat:no-repeat;
	}
	
#header-contact {
	width:794px;
	height:87px;
	border-bottom:3px solid #000000;
	background-image:url(../images/layout/header-contact.gif);
	background-repeat:no-repeat;
	}
	

#copy{ float:left; margin-left:70px;}

#myspace {float:left; margin-left:430px;}

.bumper {
	clear:both;
	}

/*MAIN NAVIGATION*/
#nav {
	width:328px;
	height:22px;
	background-color:#000000;
	position:relative;
	top:65px;
	left:466px;
	}
	
.ul-main-nav {
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	position:relative;
	top:2px;
	left:3px;
	}

.ul-main-nav li {float:left;}

.ul-main-nav a {color:#FFFFFF;}
.ul-main-nav a:hover {color:#FF9999; text-decoration:none;}
