

/*Begin main country navigation*/
/*End main country navigation*/

/*Begin country title*/
h1 {
        width:982px;
        height:100px;
        background-color:#ffffff;
        text-align:center;
        margin: 20px 15px 0px 15px;
        border: thin solid #303d0e;
}

/*End country title*/

/*Begin Regional Content Tables*/
#Definitions {
	border: thin solid #000000;
	padding: 16px;
	width: 800px;
	text-align: justify;
	background-color: #ffffff;
	height: 564px;
	vertical-align: text-top;
}
/*Begin Regional Content Tables*/

/*Begin Wine Region List*/
th {
	border: thin solid #303d0e;
	background-color: #303d0e;
	color: #FFFFFF;
	font-weight: bold;
}
.toptitle {
	font-size: 35px;
	color: #501605;
	text-decoration: none;
}
.wt {
	list-style-type: none;
	font-weight: bolder;
	font-size: large;
        margin: 0px;
}
.regionlist {
	text-decoration: none;
	color: #000000;
}
.terrtable {
	width: 190px;       
}

/*End Wine Region List*/

/*Begin Universal Styles*/
.left {
	float: left;
        height:620px;
        width:100px;
        background-color:#8fbc8f;
        margin: 2px 0px 0px 15px;        
        border: thin solid #303d0e;
}

/*End Universal Styles*/

