div.container {
	width : 100%;
	height : 600px;
}
div.topbar {
	height : 60px;
	background-color : Black;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : medium;
	background-image : url(images/banner_ex.jpg);
}
div.left {
	float : left;
	width : 200px;
	height : 600px;
	border-right-color : Gray;
	border-right-style : solid;
	border-right-width : 5px;
	background-color : #DCDCDC;
	padding-left : 10px;
	padding-top : 10px;
	margin : 0px;
}
div.main {
	height : 600px;
	padding-left : 10px;
	margin : 0px;
	background-image : url(images/ul_corner.jpg);
	background-repeat : no-repeat;
	overflow-y : auto;
}
div.bottombar {
	height : 40px;
	background-color : Black;
	border-bottom-color : Black;
	border-bottom-style : solid;
	border-bottom-width : medium;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : medium;
}
body {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}
A {
	color : Maroon;
	text-decoration : none;
}
A:HOVER {
	color : Red;
}
h1 {
	font-family : "Arial Black";
	font-size : 18px;
}
td {
	padding : 5px;
}
input {
	background-color : #FFA07A;
	border : 2px black solid;
}

/*
 * Begin code for product4.asp
 */

#v3ru-body h1
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
}

#v3ru-body h2
{
	font-size: 22px;
	margin-top: 40px;
}

#v3ru-body
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	margin-left: 5px;
	width: 800px;
}

#v3ru-body ul
{
	margin-bottom: 40px;
}

p.narrow
{
	width: 600px;
}

p.caption
{
	margin-left: 5px;
}

p.small,
span.small
{
	font-size: 12px;
}

p.left
{
	float: left;
}

.img-caption-left
{
	width: 463px;
	font-size: 12px;
	margin: 0 50px 0 10px;
	border: 2px solid #a2a2a2;
}

.img-caption-right
{
	width: 300px;
	float: right;
	margin: 0 50px 0 10px;
	font-size: 12px;
	border: 2px solid #a2a2a2;
}

.img-caption-right2
{
	width: 441px;
	float: right;
	margin: 0 50px 0 10px;
	font-size: 12px;
	border: 2px solid #a2a2a2;
}

img.img-left
{
	margin: 10px 0 20px 0;
	border: 2px solid #a2a2a2;
}