@charset "utf-8";

/*--------------------Main---------------------*/
* {
	margin: 0px;
}

html, body {
	background-image: url(New%20Folder/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	background-color: #994CA0;
}

#container {
	width: 950px;
	height: 1150px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-color: #E42530;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footer, {

}
#mainStage {
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 1010px;
}
#restaurants {
	margin: 10px;
	width: 400px;
	line-height: 150%;
}
#footer {
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 175%;
	float: left;
	background-color: #FFFFFF;
	width: 940px;
	padding: 10px;
}
blockquote {
	padding-left: 30px;
}


#container #mainStage img {
	margin-left: 25px;
}
#container #mainStage div {
}

.push {
	height: 75px;
}

#logoBox {
	background-color: #FFFFFF;
	text-align: center;
	margin: 10px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	letter-spacing: 1px;
}
#top {
	float: right;
	padding-right: 50px;
}



#header {     
}

#sidebar {
	float: right;
	width: 450px;
}
#register {
	width: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	background-color: #FFFF00;
	text-align: center;
	border: thin solid #999999;
	line-height: 24px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}


/* ==========Link States ========== */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
}

