@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#container{
	height:auto;
	width:800px;
	left: 50%;
	margin-left:-400px;
	position: absolute;
	border: 2px solid #0000FF;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header{
	height: 200px;
	width: 796px;
	float:left;
	text-align: center;
	margin-bottom: 5px;
	
}

#left{
	padding-top: 15px; /* this will lower the menu in the div '#left', 15px is flat with the start of the text
	but if you want to maybe lower it into the middle of its containing div (#left) then do like 100px;*/
	height: 600px;
	padding-left: 5px;
	width: 205px;
	float:left;
}

#right{
	height: 620px;
	width: 570px;
	float:right;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#footer{
	height: 140px;
	width: 796px;
	float: left;
	text-align: center;
	margin-top: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.traditions_style{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:italic;
	color: #8995C5;
}

.design_byline{
	font-size: 10px;
}

.salespage_adtable{
	font-size: 12px;
}

.salepage_title{
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}