body {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	background-image:url(/business/assets/ylbearbg.gif);
	background-repeat:repeat;
	/*background-image:url(/assignments/business_site/assets/bk-1.jpg);
	background-repeat:repeat;*/
}

h1 {
text-align:center;
font-size:large;
}

#bodyWrapper {
	margin:auto;
	width: 925px;
	min-height: 475px;
	border:solid;
	border-width:2px;
	}
	
#headerWrapper {
	border:solid;
	border-width:2px;
	width: 100%;
	margin: auto;
	height: 129px;
	width: 925px;  
	background-color:#FFFFFF;
	margin-bottom: 8px;
}

#headerWrapper img{
	border:0;
	}

#leftNav {
	min-height:475px;
	width: 180px;
	float: left;
	/*background-color:#00CCFF;*/
	background-color:#66CCFF;
}

#leftNav a{ 
	
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 55px;
	width: 160px;
	text-decoration: none;
	color:#FFFFCC;
	background-image:url(/business/assets/bluebutton.gif);
	display: block;
	
}

#leftNav a:hover {
	background-image:url(/business/assets/pinkbutton.gif);
	color:#0033FF;
}

#content {	
	padding: 5px;
	background-image:url(/business/assets/baby2.jpg);
	background-repeat:repeat;
	float:left;
	height:465px;
	width: 555px;
	background-color: white;
	overflow:auto;
}

#content a {
color:#0033FF;
}

#content a:hover{
color:#FF3366;
}


#content form label {
	float: left;
	text-align: left;
	min-width: 9em;
	padding-right: 1em;
	}

#rightNav{
	width: 180px;
	min-height:475px;
	float: right;
	background-color: #ffadff;
	
	}

#rightNav a{ 
	
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 55px;
	width: 160px;
	text-decoration: none;
	color:#0033FF;
	background-image:url(/business/assets/pinkbutton.gif);
	display: block;
	
}

#rightNav a:hover {
	background-image:url(/business/assets/bluebutton.gif);
	color:#FFFFCC;
	}
	
#footer {
	margin:auto;
	height:1.5em;
	border:solid;
	border-width:2px;
	border-color:#000000;
	text-decoration: none;
    color:#FFFFFF;
    background-color:#ffadff;
    font-weight:bold;
    width:925px;
    text-align:center;
	margin-top:8px;
        } 

#footer a {
	color:#000066;
	font-size: 12px;
	text-decoration: none;
	}


#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
