*{
padding:0;
margin:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/winebg_top.png);
background-repeat:repeat-x;
background-color:#a9c83d;
padding:0;
margin:0;
} 
#container {
width:850px;
padding: 0px;
margin:auto;
}


/* CONTENT*/
#content {
width:590px;
padding-top: 0px;
margin:auto;
}

h2 {
background:url();
width:302px;
height:67px;
margin-bottom:20px;
margin-left: 0px;
}
/* CONTENT END*/ 

/* CONTENT BOX*/
.content_box {
width:614px;
float:left;
margin:auto;
}

.content_main {
background-color:#a9c83d;
background-repeat:repeat-x;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
}

.content_main p {
	font-family: times;
	color: #036;
	font-size: medium;
		
}
.style1 {
	font-family: times;
	color: #036;
	font-size: medium;
	font-weight: bold;
}
	
.style2 {
	font-family: times;
	color: #d9e69d;
	font-size: medium;
	font-weight: bold;
}
	
a:link {
	color: #669;
	font-weight: bold;	
}

a:visited {
color: #ff9;
font-weight: bold;
}

a:hover {
color: #00adef;
font-weight: bold; 
}

/* CONTENT BOX END*/ 

/* FOOTER*/
#footer {
height:129px;
font-family:times;
font-size:small;
color: #036;
background-image:url(images/winebg_bot.png);
background-repeat:repeat-x;
background-color:#a9c83d;;
clear:both;

}

/* FOOTER END*/ 

