/* CSS Document */

body {
	margin: 0;
	background: #b1b4b6 url(/wizards/media/bg_renewal1011.jpg) top center no-repeat;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.wrap {
    width: 982px;
    margin: 0 auto;
}

#header {
    width: 982px;
    height: 180px;
    margin: 0 auto;
}
    a#banner {
        display: block;
        width: 982px;
        height: 140px;
        background: url(/wizards/media/masthead_renewal1011.jpg) no-repeat;
        text-indent: -9999px;
        outline: none;
    }

    #nav {
		display: block;
        width: 982px;
		height: 40px;
        margin: 0;
        padding: 0;
        list-style: none;
		background-color:#507eaa;
		
    }
	ul#nav li {
	display: inline;
	color: #fff; 
	font-family: Century Gothic;
	font-size: 18px;
	font-weight: bold; 
	text-decoration: none;
	}
	
    ul#nav li a{
	color: White;
	text-decoration: none;
    float: left;
	color: #fff;
	padding:10px 20px 0 30px;		
        }
		    #nav a:hover {
			color: #e1b851;
        }


.colLeft {
    position: relative;
    width: 876px; min-height: 580px;
    margin: auto;
	padding: 20px;
	border: 1px dotted #babcbe;
	background-color: #fff;
}

.colLeft li{
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
	}

.colRight {
    position: relative;
    width: 300px; min-height: 580px;
    margin: 20px;
	padding: 10px;
    float: right;
	border: 1px dotted #babcbe;
	background-color: #fff;
}
.colRight li{
	list-style-type:square;
	list-style-position:outside;
	margin-left:15px;
	}

h1 {margin: 0; font-family: Century Gothic; font-size: 24px; color:#507eaa;}

