body {
	font-size: 10pt;
	font-family: verdana;
	color: red;
	text-align: center;
	background: #FFFFFF;
}
/* content wrapper */
#wrap {
	color: #000000;
	margin: 0 auto;
	width: 775px;

	overflow: auto;
	background: #FFFFFF url(http://www.greatlakesshopping.com/pow/u/Other/newletter/bg3.jpg) repeat;
}
/* title */
#title {
	padding-top: 10px;
	margin-left: 10px;
	text-align: left;
	color: red;
	height: 40px;
	background: transparent;
}
#title h1 {
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
}
#title a, a :visited {
	color: #29298F;
	background: transparent;
}
#title a:hover, a:visited:hover {
	color: red;
	text-decoration: none;
	background: transparent;
}

/* main content */

#content {
	margin: 10px 0 0 95px;
	padding: 7px;
	line-height: 1.8em;
	text-align: left;
	width: 600px;
	color: #000000;
	min-height: 350px;

}

h1 {
	font-size: 14pt;
	color: #29298F;
	background: transparent;
}
h2, p {
	font-size: 12pt;
	font-weight: bold;
	color: #29298F;
	background: transparent;
}

.quote {
	color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: blue;
	width: 450px;
	margin: 0 auto;
	padding: 5px;
}

/* side menu */

#side {
	padding: 20px;
	line-height: 1.8em;
	width: 90px;
	color: #000000;
	float: right;
	text-align: center;
	font-size: 9pt;
}

#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.item {
	color: #000000;
	font-size: 0.9em;
	display: block;
	background: #a6cca1;
	border: blue 1px solid;
	margin: 10px 5px 5px 5px;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 95px;
	text-transform: uppercase;
}

.item:hover {
	background: #f0b600;
	text-decoration: none;
}

.itemsub{
	color: black;
	font-size: 0.8em;
	display: block;
	background: #a6da87;
	border: blue 1px solid;
	margin: 5px 5px 0px 15px;
	padding-right: 2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 85px;
}

.itemsub:hover {
	background: #f0d307;
	text-decoration: none;
}

/* image footer */

#footer {
	background: url(http://www.greatlakesshopping.com/pow/u/Other/newletter/foot.gif);
	width: 750px;
	height: 23px;
}

/* bottom stuff (copyright message, etc) */

#bottom {
	font-size: 8pt;
	padding: 15px;
	color: #595d8e;
	line-height: 0.5em;
	background: transparent;
}

#bottom a {
	color: #5994bc;
	text-decoration: none;
	background: transparent;
}

#bottom a:hover {
	text-decoration: underline;
	background: transparent;
}

#bottom img {
	margin: 5px;
	border: 0;
}

/* hyperlinks */

a {
	text-decoration: none;
	color: #1267bc;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: black;
	background: transparent;
}

/* tables */

table {
	border: 1px solid blue;
	text-align: left;
	font-size: 1em;
}

td {
	border: 1px solid blue;
	padding: 0;
}

/* input */

input {
	border: 1px solid #f0b600;
	background: #a6da87;
}