/* Main CSS Document */

@import url("core.css");


#container {
	width: 949px;
	margin: 0px auto;
}

/* header */
#header {
	width: 949px;
	height: 97px;
}


/* content */
#content {
	background: url(/images/bg-content.gif) repeat-y;
	width: 949px;
}
.bgTop {
	width: 949px;
	background: url(/images/bg-content-top.gif) no-repeat;
}
.bgBottom {
	width: 949px;
	background: url(/images/bg-footer.gif) no-repeat bottom;	
}
.contentHome {
	width: 911px;
	background: url(/images/bg-content-home.jpg) no-repeat right top;
	margin: 0px 0px 0px 19px;
}
.contentInside {
	padding: 40px;
}

/* nav */
#nav {
	width: 515px;
	float: left;
}
#navInside {
	width: 913px;
}

/* welcome */
#welcome {
	width: 328px;
	float: right;
	padding: 120px 40px 0px 0px;
	height: 343px;
}

/* content */
#heading {
	width: 913px;
	float: left;
	padding: 0px 0px 0px 39px;
}


/* footer */
#footer {
	text-align: center;
	width: 949px;
	margin: 0px auto;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	margin: 0px 2px 0px 2px;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: #2e009d;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 11px;
	color: #666666;
}
