* {
	margin:0;
	padding:0;
}

body {
	background-color: #000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 28px;
	width: 740px;
	top: 18px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #fff;
	height: auto;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#logo {
	padding-left:15px;
	width:200px;
	float: left;
}

#nav {
	margin-left:10px;
	margin-top:16px;
	background-color: #000;
	height:31px;
	width:510px;
	float: left;
}

#nav .buttons {
	padding:12px;
	padding-top:2px;
	float:left;
}

#pic {
	margin-left:5px;
}

#side {
	width: 200px;
	float:left;
}

#address {
	border-bottom: 1px #000 dotted;
	padding:8px;
	padding-left:25px;
}
#sticker {
	padding:8px;
	padding-left:12px;
}

#stickerline {
	padding:8px;
	padding-left:12px;
	border-bottom: 1px #000 dotted;
}
#text {
	border-left: 1px #000 dotted;
	margin-left:200px;
	background-color: #fff;	
	height: auto;
	padding-top: 20px;
}
#text p {
	width:500px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom:12px;	
}
	
.red {
	color: #990000;
	font-size: 14px;
	font-weight: bolder;
}
#rights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-align: center;
	background-color: #666666;
	height: 30px;
	padding-top: 10px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:-201px;
}
#space {
	height: 140px;
	width: 100px;
	position: relative;
	background-color: #FFFFFF;
}
#menulist {
	width: 500px;
	position: relative;
	left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sideimage {
	padding-left: 20px;
	position: relative;
	padding-top: 20px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CC0000;
	font-size: 14px;
	position: relative;
	vertical-align: 5%;
	line-height: 20px;
}

a:visited {
	color: #CC0000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
