BODY {
        font-family: Times New Roman;
		font-size: 15px;
		line-height: 22px;
		color: #303030;
		background: #ffffeb url('gfx/bg.jpg') no-repeat; 
		text-align: center;
		margin: 0px;
		padding: 0px;
}
DIV#ctn {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: 700px; 
		background: #ffffeb;
}
DIV#top {
		height: 235px;
		background: url('gfx/top.jpg') no-repeat;
}
DIV#left {
		float: left;
		width: 200px;
		text-align: center;
}
DIV#right {
		float: right;
		background: url('gfx/leaf.jpg') no-repeat;
		width: 490px;
		padding: 10px 0px 20px 0px;;
		
}
DIV#footer {
		clear: both;
		height: 45px;
		background: url('gfx/footer.jpg') no-repeat;
}
DIV#category {
		text-align:left;
		font-size: 14px;
		background: url('gfx/category.jpg');
		padding: 18px 0px 13px 25px;
}

DIV#wine {
		text-align:left;
		font-size: 14px;
		background: url('gfx/wine.jpg');
		padding: 18px 0px 13px 25px;
}

A.category {
		text-decoration: none;
		color: #303030;
}

A.category:hover {
		text-decoration: underline;
}
TD {
   		border-bottom: 1px solid #EFEBB8;
}
INPUT.form {
		width: 230px;
}
TEXTAREA {
		width: 450px;
}