#page {text-align: center; margin-top: 30px;}

body {
	background-color: #DBD7D7;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper {
	width: 700px;
	text-align: left;
	background-image: url(/images/wrapper_bkgrd.gif);
	background-repeat: repeat-y;
	margin: auto;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #870067;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-transform: lowercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
}
img {
	border: none;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #870067;
}
#header {
	background-image: url(/images/header_bkgrd.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 70px;
}

/* Breadcrumbs */
#breadcrumbs {
	background-image: url(/images/breadcrumbs_bkgrd.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	padding-left: 212px;
	line-height: 16px;
	text-transform: lowercase;
	color: #666666;
	background-position: right;
	padding-bottom: 1px;
}
#breadcrumbs a {color: #666666; text-decoration: none;}
#breadcrumbs a:visited {color: #666666;}
#breadcrumbs a:hover {color: #000;}
#breadcrumbs#active a {color: #000;}

/* Navigation */ 
#nav {
	width: 200px;
	font-weight: bold;
	text-transform: lowercase;
	color: #870067;
	float: left;
	background-image: url(/images/nav_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 1px;
	margin: auto;
}
* html #nav {	
	width: 170px;
	font-weight: bold;
	text-transform: lowercase;
	color: #870067;
	float: left;
	margin: auto;
} /*for IE only*/ 

#navigation {padding: 0px; margin: 0px; font-weight: bold; text-transform: lowercase; width: 200px; color: #870067;} 
html #navigation {padding: 0px; margin: 0px; font-weight: bold; float: left; text-transform: lowercase; width: 170px; color: #870067;} 

#navigation ul {
	padding-top: 1px;
	margin: 0px;
	list-style-type: none;
	background-image: url(/images/subnav_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation li a {
	display: block;
	padding: 6px 5px 6px 25px;
	color: #870067;
	text-decoration: none;
	width: 100%;
	background-image: url(/images/nav_li_bkgrd_off.gif);
	margin: 0px;
	list-style-type: none;	
}

#navigation li a:visited {color: #870067;}
#navigation li a:hover {color: #000; background-image: url(/images/nav_li_bkgrd_hover.gif);}
#navigation li a#current {color: #000; background-image: url(/images/nav_li_bkgrd_on.gif);}

#navigation li ul {margin: 0px;}
#navigation li ul li a {
	display: block;
	padding: 4px 5px 3px 35px;
	color: #870067;
	text-decoration: none;
	font-weight: normal;
	width: 170px;
	background-image: url(/images/subnav_li_bkgrd_off.gif);
	background-position: top;	
	margin: 0px;
	list-style-type: none;
}
*html #navigation li ul li a {
	display: block;
	padding: 3px 5px 3px 35px;
	color: #870067;
	text-decoration: none;
	font-weight: normal;
	width: 160px;
	background-image: url(/images/subnav_li_bkgrd_off.gif);
	background-position: top;	
	margin: 0px;
	list-style-type: none;
} /*for IE only*/

#navigation li ul li a:visited {color: #870067;}
#navigation li ul li a:hover {color: #000; background-image: url(/images/subnav_li_bkgrd_on.gif);}
#navigation li ul li a#subcurrent {color: #000; background-image: url(/images/subnav_li_bkgrd_on.gif);}

.no-sub {display:none;}

/* Image */
#image {
	clear: left;
	background-image: url(/images/image_bkgrd.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#image img {border: 3px solid #EDEBEB; margin-bottom: 1px;}

/* Content */
#content {
	background-image: url(/images/content_bkgrd.gif);
	background-repeat: no-repeat;
	float: right;
	width: 440px;
	clear: none;
	padding: 0px 30px 10px;
	line-height: 15px;
}
#content a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#content a:visited {color: #000000; text-decoration: none;}
#content a:hover {background-color: #FFFFFF;}
#content ul {list-style-type: square;}
#content li {margin-bottom: 8px;}
#content li ul li {margin-top: 8px;}

.promotion {
	float:left;
	width: 418px;
	clear: none;
	margin: 10px 0px 0px;
	padding: 10px;
	line-height: 15px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.promotion a:hover {
	background-color: #EDEBEB;
}
.promotion em {
	color: #870067;
	font-style: normal;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	font-size: 9px;
	color: #666666;
	height: 19px;
	width: 670px;
	background-image: url(/images/footer_bkgrd.gif);
	background-position: center;
	text-align: right;
	padding: 0px 30px 0px 0px;
	line-height: 18px;
}
#footer a {color: #666666; text-decoration: none;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #000;}
#footer#active a {color: #000;}

#pe {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	width: 670px;
	padding-top: 10px;
	padding-right: 30px;
}
#pe a {color: #FFFFFF; text-decoration: none;}
#pe a:visited {color: #FFFFFF;}
#pe a:hover {color: #000000;}
#pe a:active {color: #000000;}
