/******************** Global ********************/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color : #9f9e9e; /*a1a2a2 0a152b; *#626160*/
	font-family : tahoma, arial, verdana, helvetica, sans-serif;
	/*font-family : arial, helvetica, sans-serif;*/
	color: #0a152b;
	text-align: left;
	font-size: 95%;
}
a {
	text-decoration: underline;
	color: #0a152b;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}
div{
	text-align: center;
}
img{
	border: 0;
}
/***************** End Global *****************/
#mainCon {
	width:800px;
	margin:0 auto;
	/*padding:5px;*/
	padding: .75em 0;
	text-align:left;
}

#headerCon {
	width:100%;
	height: 60px;
	/*color: #fff1d4;*/
	font-size: 300%;
	font-weight: 100;
	letter-spacing: 4;
}

#bistroCon {
	width:300px;
	height: 500px;
	float:left; 
	margin: 10px 0px 10px 90px; /*used to position column div*/
	/*margin:10px 20px 10px 40px; used for ie6*/
	background-color: #da9f3d;
	border: 2px ridge #da9f3d;
	font-size: 93%;
}

#casanovaCon {
	width:300px;
	height: 500px;
	/*min-height: 400px;
	_height: 400px;*/
	margin:10px 0 10px 405px; /*used to position column div*/
	/*margin: 10px 0 10px 335px; used for ie6*/
	background-color: #54623f;
	border: 2px ridge #54623f;
	font-size: 93%;
}

#footerCon {
	width:100%;
	padding: 6px 0 0 0;
	font-size: 80%;
	/*color: #fff1d4;*/
}
#footerCon a{
	text-decoration: underline;
	/*color: #fff1d4;*/
	font-weight: normal;
}
#footerCon a:hover{
	text-decoration: none;
}