html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
#main {
	height: 550px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/left1.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#right{
	margin: 0px;
	float: right;
	height: 550px;
	padding: 0px;
}
#navbar{
	margin: 0px;
	height: 33px;
	width: 600px;
	padding: 0px;
	background-color: #000000;
}
#content{
	margin: 0px;
	height: 412px;
	width: 595px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content2{
	margin: 0px;
	height: 412px;
	width: 595px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}
a:link {
	color: #9F0660;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9F0660;
}
a:hover {
	font-weight: bold;
	color: #384AB0;
}
a:active {
	text-decoration: none;
	color: #9F0660;
}
.small{
	font-size: 10px;
}
.large{
	font-size: 14px;
}
.title{
	font-size: 14px;
	color: #961162;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.promo{
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
#footer{
	height: 15px;
	color: #2F40AA;
	padding: 5px;
	margin: 0px;
	text-align: left;
	font-size: 10px;
}
#line{
	padding: 0px;
	margin: 0px;
	height: 2px;
	background-color: #4862D0;
}

