body, html {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #555;
margin-top: 0;
background-color: #f4f0E0;
height:100%;
}

a, a:link, a:visited {
color: #f28f68;
text-decoration: none;
font-weight: bold;
background-color: #fff;
}

a:hover, a:active {
color: #6ea101;
text-decoration: none;
font-weight: bold;
background-color: #fff;
}	

/* DIVS */
#banner {
width: 900px;
height: 200px;
float: none;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 10px;
}

#top {
	width: 900px;
	height: 24px;
	margin: 0 auto;
	text-align: left;
	background-color: #f4f0E0;
	overflow: visible;
}

#container { /* 900px width */
	width: 896px;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	border: 2px dotted #CCC;
	overflow:auto;
	height: auto;
	background-image:url(http://www.bravomic.com/bm/images/recipes/bg-test.jpg);
	background-repeat:repeat-y;
}

#lefcol { /* 201px width */
	width: 179px;
	padding: 10px;
	background-image: url(http://www.bravomic.com/bm/images/recipes/bg-col.jpg);
	background-position:left;
	background-repeat:repeat-y;
	float: left;
}

#main { /* 692px width */
	width: 696px;
	background: #fff;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	float: none;
}

#countdown { /* 692px width */
padding: 4px;
width: 684px;
height: 70px;
background-color: #fff;
float: none;
text-align: center;
background-image: url(http://bravomic.com/bm/images/recipes/polka_dots.jpg);
}

#liner { /* 692px width */
padding: 4px;
width: 684px;
height: 17px;
background-color: #fcb599;
float: none;
text-align: left;
}

#row1 { /* 692px width */
padding: 10px;
width: 672px;
height: auto;
background-color: #f3f3f3;
float: none;
text-align: left;
border-bottom: 1px dotted #666;
background-position: left;
background-image: url(http://bravomic.com/bm/images/recipes/polka_dots2.jpg);
background-repeat: no-repeat;
}

#row2 { /* 692px width */
padding: 10px;
width: 672px;
height: auto;
background-color: #FFF;
float: none;
border-bottom: 1px dotted #666;
text-align: left;
}

#bravo {
width: 175px;
background: none;
float: none;
color: #999;
text-align: center;
}

/* CLASSES */
.h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 15px;
font-variant: small-caps;
}

.h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 16px;
color: #9d6a37;
line-height: 13px;
}

.style1 {
color: #6ea101;
font-weight: bold;
}

.leftcolimg {
margin-top: 3px;
border: #CCC dotted 2px;
}

