@charset "utf-8";

html {
	font-size:100%;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #300;
	background-color:#9F9055;
	margin:0;
	padding:0;
	text-align:center;
}
img a {
	border:0;
}

h1,h2,h3,h4,h5,p {
	margin-top:0;
}

a {
	color: #630;
}
a:visited {
	color: #960;
}

p {
	font-size:75%;
}

ul {
	font-size:75%;
}

#top {
	width:960px;
	height:40px;
	margin:20px auto 0;

}

#top h1 a {
	width:960px;
	height:40px;
	margin:0;
	padding:0;
	background: url(../images/bg-top.jpg) #9F9055 no-repeat center bottom;
	text-indent:-9999px;
	display:block;
}	

#container {
	width:886px;
	text-align:left;
	margin:0 auto;
	padding:0 37px;
	background: url(../images/bg-container.jpg) center repeat-y;
	overflow:auto;
}

#content {
	width: 580px;
	float:left;
	line-height:130%;
}

#content h2 a {
	width:200px;
	height:121px;
	margin:0;
	padding:0;
	background: url(../images/logo_salsa.gif) #fff no-repeat center top;
	text-indent:-9999px;
	display:block;
}

#content h3 a {
	width:250px;
	height:88px;
	margin:40px 0 0 0;
	padding:0;
	background: url(../images/logo-bibis-cantina-glasgow.gif) #fff no-repeat center top;
	text-indent:-9999px;
	display:block;
}

#ad {
	float:right;
	width:256px;
	padding:10px;
	margin-left: 30px;
	background: #FFFFCC;
}


#footer {
	width:960px;
	height:40px;
	margin:0 auto 20px;
	background: url(../images/bg-bottom.jpg) #9F9055 no-repeat center top;
	clear:both;
}

#footer p {
	margin:0;
}


.floatRight {
	float:right;
	width: 302px;
	margin: 0 0 10px 20px;
	padding:10px;
	border:1px solid #453F25;
	background-color:#9F9055;
}
p.floatRight img {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	margin-bottom:3px;
}


.center {
	text-align: center;
}

.noBull {
	list-style-type:none;
}