body {
	background: url(images/background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}

div#root {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #caa6d5;
}

div#top {
	width: 700px;
	height: 105px;
	background: url(images/index_02.gif);
}

div#wrapper_01 {
	width: 700px;
	margin: 0px;
	padding: 0px;
}
	
div#left_content {
	float: left;
	width: 163px;
}

div#mid_content {
	float: left;
	width: 97px;
	background: #6b1d71;
}

div#right_content {
	width: 440px;
}

div#logo {
	width: 97px;
	height: 121px;
	background: url(images/logo.gif);
}

div#wine_01 {
	width: 97px;
	height: 156px;
	margin-top: 10px;
	background: url(images/wine_01.jpg);
}

div#wine_02 {
	width: 97px;
	height: 148px;
	margin-top: 10px;
	background: url(images/wine_02.jpg);
}

div#wine_03 {
	width: 97px;
	height: 146px;
	margin-top: 10px;
	background: url(images/wine_03.jpg);
}

div#menu_margin {
	margin-top: 10px;
	margin-left: 15px;
}

a.menu:link {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #6b1d71;
}

a.menu:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #caa6d5;
}

a.menu:visited {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

a.menu_small:link {
	font-family: verdana;
	font-size: 10px;
	color: #6b1d71;
}

a.menu_small:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #caa6d5;
}

a.menu_small:visited {
	font-family: verdana;
	font-size: 10px;
}

div#menu {
	width: 440px;
	height: 72px;
	background: url(images/menu.gif);

}

div#tab_menu {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.tab {
	margin-top: 2px;
	text-align: center;
}

a.tab_inactive:link {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

a.tab_inactive:hover {
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

a.tab_inactive:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

div.tab {
	margin-top: 0px;
	width: 95px;
	height: 18px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: red;
	background: url(images/tab_btn.jpg) repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #0000000;
}

div.tab_inactive {
	margin-top: 0px;
	width: 95px;
	height: 18px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-color: #aaaaaa;
	background: url(images/tab_btn.jpg) repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #0000000;
}

div#left_content_margin {
	margin-top: 30px;
	margin-left: 10px;
	font-family: verdana;
	font-size: 10px;
}

p#content {
	text-align: justify;
}

div#content {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	border-style: dashed;
	border-width: 1px;
	border-color: #6b1d71;
	background: #d5b8e4;
}

div#content_margin {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: verdana;
	font-size: 11px;
}

div#highlight {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	text-align: center;
	
}

div.txt_center {
	text-align: center;
}

p#copyright {
	font-family: verdana;
	font-size: 10px;
	color: #6b1d71;
}

div#footer {
	width: 700px;
	height: 90px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-style: dashed;
	border-color: #6b1d71;
	margin-left: auto;
	margin-right: auto;
	background: #d5b8e4;
	clear:both;
}