/* garibaldi.css */
/* Designed by: Skillings Technology, New Ulm Web Design (Ronald Calbick) */
/* Date: 03/25/09 */


/* ----------UNIVERSAL STYLES---------- */
* {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 10px;
}

img {
	border: 0px;
}

.center {
	text-align: center;
}

.small {
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.yellow {
	color: #e2b322;
}

.blue {
	color: #00a6ce;
}

/* ----------PAGE STYLES---------- */
body { 
    background: #e2b322 url(../images/pageBack.jpg) repeat-x;
	margin: 0px auto;
	text-align: center;
	font-family: "Comic Sans MS", sans-serif;
	font-size: 12pt;
	color: #000000;
}

/* ----------WRAPPER---------- */
#wrapper {
	position: relative;
	width: 900px;
	height: 350px;
	margin: 0px auto;
	background: url(../images/wrapperBack.jpg) no-repeat;
}

/* ----------BANNER---------- */
#banner {
	position: relative;
	width: 750px;
	height: 260px;
	margin: 0px auto;
	padding: 0px 25px;
	background: url(../images/bannerBack.jpg) repeat-x;
}

#nav {
	height: 50px;
	color: #e2b322;
	line-height: 50px;
}

#nav a {
	font-size: 13pt;
	color: #e2b322;
}

#nav a:hover {
	text-decoration: underline;
	color: #fef886;
}

#gazebo {
	float: left;
	width: 222px;
	height: 200px;
}

#welcome {
	float: right;
	width: 528px;
	height: 200px;
	background: url(../images/welcomeBack.jpg) center center no-repeat;
	text-align: center;
}

#welcome h1 {
	height: 50px;
	text-align: right;
}

#welcome h2 {
	height: 100px;
	font-size: 16pt;
	line-height: 100px;
	font-weight: normal;
}

/* ----------CONTENT---------- */
#content {
	position: relative;
	width: 750px;
	margin: 0px auto;
	padding: 0px 25px 15px 25px;
	background: #d45521 url(../images/contentBack.jpg) bottom center no-repeat;
	text-align: left;
}

#content h1 {
	margin-bottom: 15px;
	font-size: 16pt;
	text-align: center;
}

#content ul {
	margin-bottom: 15px;
	list-style-position: inside;
}

/* ----------SPECIALS---------- */
#specials {
	float: left;
	width: 300px;
	margin-bottom: 15px;
	padding: 10px;
	border: 5px double #000000;
}

#specials h2 {
	text-align: center;
}

/* ----------COPY---------- */
#copy {
	float: right;
	width: 380px;
	margin-bottom: 15px;
	padding: 10px;
}

#copy a {
	color: #e2b322;
}

#copy a:hover {
	text-decoration: underline;
	color: #fef886;
}

/* ----------CONTACT---------- */
#contact {
	float: left;
	width: 400px;
	margin-bottom: 15px;
	padding: 10px;
	border: 5px double #000000;
}

#contact input, #contact textarea {
	background: #e2b322;
}

/* ----------GOOGLE MAP---------- */
#map {
	float: right;
	width: 300px;
}

#map iframe {
	border: 5px double #00a6ce;
}

/* ----------FOOTER---------- */
#footer {
	width: 800px;
	height: 45px;
	margin: 0px auto;
	padding-top: 30px;
	background: url(../images/footerBack.jpg) top center no-repeat;
	font-size: 9pt;
	color: #d45521;
}

#footer a {
	color: #d45521;
}

#footer a:hover {
	color: #fef886;
}



	

