/* These styles are specific to index.html */

#header {
	height: 148px;
	margin-bottom: 0px;

}

#nav {
	height: 32px;
	background-image:url(../images/navbg-index.gif);
	overflow: hidden;

}

#content {
	width: 950px;

}

#main {
	width: 950px;
	height: 457px;
	background-color:#CCCCCC;
}

#welcome {
	float: left;
	width: 950px; 
	height: 221px; 
	background-image:url(../images/welcome.gif); 
	color: #FFFFFF;

}

#welcomeText {
	float: left;
	padding: 5px 15px 0px 70px;

}

#welcomeText h1 {
	color: #FFFFFF;
	font-size: 23px;
	font-weight: normal;

}

