* {
	margin:0;
	padding:0;
}

body {
	font:12px arial;
	background:url(images/blue-line-background.gif) repeat-x;				
}

#container {
	margin:0 auto;
	width:740px;
	text-align:left;
}

#top {
	margin:20px 0 20px 0;
}

#top-band {
	margin:0 0 10px 0;
	padding:20px 10px 0 0;
	width:730px;
	height:40px;
	text-align:right;
	color:#fff;
	background:url(images/pmcq-top.gif) no-repeat;
}

#top-band a:link {color:#fff; text-decoration:none;}
#top-band a:visited {color:#fff; text-decoration:none;}
#top-band a:hover {color:#fff; text-decoration:underline;}
#top-band a:active {color:#fff; text-decoration:none;}

#top-menu {
	padding:6px 0 4px 0;
	width:100%;
	height:35px;
	text-align:center;
	background:url(images/menu-background.gif) no-repeat;
}

#top-menu a:link {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border-right:1px solid #e0e0e0;}
#top-menu a:visited {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border-right:1px solid #e0e0e0;}
#top-menu a:hover {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:underline; border-right:1px solid #e0e0e0;}
#top-menu a:active {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border-right:1px solid #e0e0e0;}

#top-menu a.last:link {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border:none;}
#top-menu a.last:visited {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border:none;}
#top-menu a.last:hover {float:left; display:block; padding:4px 0; width:16.25%; color:#000; text-decoration:underline; border:none;}
#top-menu a.last:active {float:left; display:block; padding:4px 0; width:16.25%; color:#888; text-decoration:none; border:none;}

#content-left {
	float:left;
	margin:0 0 20px 0;
	width:486px;
}

#content-right {
	float:right;
	margin:0 0 20px 0;
	padding:50px 0 0 10px;
	width:240px;
}

#footer {
	clear:both;
	background:url(images/blue-line-background.gif) repeat-x;
}

#dropmenudiv{
	position:absolute;
	z-index:100;
	margin:7px 0 0 0;
	text-align:left;
	line-height:18px;
}

#dropmenudiv a{
	display:block;
	padding:3px 0;
	width: 100%;
	text-align:left;
	text-indent:3px;
	font:12px arial;
	color: #888;
	text-decoration:none;
}

#dropmenudiv a:hover{ 
	background:#ccc;
	color:#000;
}

h1 {font:30px georgia;}

p {margin:15px 0 0 0;}

ul {padding:0 0 0 20px;}

ol {padding:0 0 0 30px;}

.header {font:bold 18px georgia; color:#6ba5d3;}

.sub-header {font:bold 14px georgia; color:#000;}

.caption {font:11px arial; color:#000;}

.light-blue {height:20px; background:#6ba5d3;}

.whitetext {font:12px arial; color:#fff;}

img.album {border:2px solid #3C6A8E;}

.right {text-align:right;}

.border-top {background: url(images/dot.gif) top left repeat-x; width:240px;}
.border-right {background: url(images/dot.gif) top right repeat-y;}
.border-bottom {background: url(images/dot.gif) bottom left repeat-x;}
.border-left {background: url(images/dot.gif) top left repeat-y;}
.middle-line {background: url(images/middle-dot.gif) top left repeat-x;}
.bottom-left {background: url(images/bottom-left.gif) bottom left no-repeat;}
.bottom-right {background: url(images/bottom-right.gif) bottom right no-repeat;}
.top-left {background: url(images/top-left.gif) top left no-repeat;}
.top-right {background: url(images/top-right.gif) top right no-repeat; padding:5px 10px 10px 10px;}

#anniversary {
	float:right;
	margin-top:-15px;
}

#spotlight-1 {
	float:left;
	width:230px;
	padding:0 10px 0 0;
}

#spotlight-2 {
	margin:0 240px 0 250px;
}

#features {
	float:right;
	width:240px;
}

#Wong {
	display:none;
	padding:10px;
	width:448px;
	font:12px arial;
	color: #000;
	border:1px solid #000;
	background:#fff;
}

@media print {

	body {background:none;}

	#footer {background:none;}

	#anniversary {display:none;}
}