﻿/*
-----------------------------------------------------
Wizards.com:  default.css
Copyright (c) 2008 Wizards of the Coast
http: //www.wizards.com/
-----------------------------------------------------
*/


/* Top Navigation modification */
/* ----------------------------------------------- */

#topNav {
	margin: -30px 0 0 185px;
	display: inline; /* fixes ie6 double-margin bug */
}

/* Main content */
/* ----------------------------------------------- */

#wrapper { /* wraps around center and right-hand columns only */
	float: none;
	width: 1000px;
}
#centerColumn {
	width: 1000px;
	margin: 0 0 10px;
	
	/* for testing */
	background: #fff;
}
#centerColumn #content {
	overflow: hidden;
	
	/* for testing */
	height: 400px;
}