/* CSS Document */
form {
	padding:0px;
	margin:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#666666; /* For IE*/
	font-size: 11px;
	margin: 0px;
	padding: 0px;
background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	}

/* This is the main frame */
#frame {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #993366;
	background-color: #FFFFFF;
}
#main_content {
	position: relative;
	margin: 5px;	
	width: 770px;
	text-align: left;
}

#left_column {
	float: left;
	background-color: #FFFFFF;
	width: 175px;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #993366;
}

#right_column {
	width: 570px;
	margin-left: 185px;
	min-height: 1000px;
	margin-top: 10px;
}
#header {
	height: 80px;
	width: 780px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#header_top {
	background-color: #993366;
	height: 50px;
	padding: 2px 5px;
	width: 770px;
	background-image: url(../images/homepage/logo_top_purple.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#header_middle {
	background-color: #FFFFFF;
	height: 70px;
	padding: 1px 5px;
	width: 770px;
}

#header_bottom {
	height: 27px;
	padding: 2px 5px;
	width: 770px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993366;
}
#footer {
	padding: 2px 5px;
	width: 770px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993366;
}
#catview1_frame {
	width: 475px;
	margin-left: 25px;
}
#catview1_img {
	float: left;
	height: 150px;
	width: 100px;
}
#catview1_content {
	margin-left: 100px;
	width: 350px;
	min-height: 150px;
	text-align: left;
}
#menu {
	float: left;
	width: 420px;
	margin-top: 4px;
}
.offers_div {
	width: 250px;
	margin-top: 5px;
	margin-left: 250px;
}
#offers_frame {
	height: 70px;
	width: 770px;
}
.right_col {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
