/* CSS Document */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}

#wrapper {
	margin: 5px auto 10px auto;
	width: 800px;
	border:1px solid #777776;
}

/* Header Styles */
#header {
	width:800px;
	margin:0 0 10px o;
}

#nav {
	float: right;	
}

#world {
	float:left;
	z-index:25;
	height: 225px;
	width: 195px;
}

/* Body Styles */
.cover {
	float:right;
	width: 185px;
	padding: 5px 5px 5px 5px;
}

.left {
	width: 165px;
	padding:20px 10px 20px 10px;
	margin: 0px 0 50px 0;
}

.red {
	background-image:url(images/W_redbar.png);
	color:#FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 24px;
	width: 161px;
	margin: 16px 0 12px 5px;
	padding: 6px 8px 4px 40px;
}

.blue {
	background-image:url(images/W-bluebar.png);
	color:#FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 24px;
	width: 161px;
	margin: 16px 0 12px 5px;
	padding: 6px 8px 4px 40px;
}

#content {
	width:580px;
	margin:75px 0px 0px 0px;
	*margin-top:-135px;
	padding:5px 5px 5px 5px;
	font-size: 1.4em;
	float:right;
}

.buy {
	margin:2px auto 2px auto;
}


/* Footer Styles */
#foot {
	text-align: center;
	margin: 40px 0px 10px;
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	color:#777776;
	padding-top: 20px;
}

hr {
	color: #777776;
	width:100%;
}

.foot-text {
	color: #777776;
	text-decoration: none;
}

.foot-text:hover {
 	color:#0066CC;
	text-decoration: underline;
}

a.mcm {
	color:#777776;
	text-decoration: none;
}

 a:hover.mcm {
 	color:#0066CC;
	text-decoration: underline;
}
