/*
Design by JR Business Ventures, Inc
http://www.AAABartenders.com JRBVInc@gmail.com
Created for The Chardonnay Restaurant of Naples FL
*/



/* General */

body {
	width: 950px;
	margin: 10px auto;
	padding-right: 5px;
	background: #cc9966;
	text-align: justify;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #500;
	}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Palatino Linotype, Book Antiqua, Palatino;
	color: #500;
}

a {
	color: #500;	
}

a:hover {
	text-decoration: none;
	color: #bc9a6a;
}

p.50 {
	line-height: 50%
}

i {
	text-align: justify;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #500;
}

blockquote {
	text-align: justify;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #500;
}

img	{
	margin-left: auto;
    margin-right: auto;
	border: none;
}

img.border {
	border: 2px #500 solid
}

/* Heading */

#header {
	height: 200px;
	margin-left: auto;
    margin-right: auto;
	font-family: Palatino Linotype, Book Antiqua, Palatino;
	text-align: center;
}

/* Content */

#content {
	width: 950px;
	height: 395px;
	margin-top: 0px;
	background: #FFF;
	border: #000 solid 0px;
}

#colOne {
	float: left;
	width: 55%;
	height: 380px;
	overflow: auto;
	border-left: #500 3px solid;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;	
}

#colTwo {
	float: right;
	width: 40%;
	height: 380px;
	border-right: 3px #500 solid;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
}


/* Footer */

#footer {
	width: 100%;
	height: 48px;
	background: #500;
	color: #fff;
	font-family: Georgia, Times New Roman, Times, sans-serif;
	letter-spacing: 2px;
	text-align: center;
}

#footerinfo {
	width: 100%px;
	padding-top: 15px;
	text-align: center;
}

#webinfo {
	width: 100%;
	font-size: 10px;
	text-align: right;
	padding: 2px;	
	}