@charset "UTF-8";
/* CSS Document */
body {
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Lucida Grande;
}


#mwrap{
	width: 1015px;
	height: 768px;
	margin: 0 auto;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
}

#wrapper {
	width: 882px;
	margin: 0 auto;
	}




#left_column {
	width: 517px;
	float: left;
	padding-left: 20px;
	background-image:url(../images/transparent_bg.png);
	margin-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
	height: 450px;
	list-style-type: none;
}
#right_column {
	width: 290px;
	float: right;
	margin:0 auto;
}

#left_column h1{
	font-size: 32px;
}

/* Navigation */
#navcontainer {
	float: left;
}

#header {
	float: left;
	margin-left: 6px;
}

#headtag{
	float: left;
	clear: both;

}


/* footer */
div#footer {
	position: absolute;
            top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
            left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
	background: #000000;
	height: 30px;
	width: 100%;
	padding-top: 5px;
        }
body div#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	clear: both;
}

#footwrap {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}

#footer #footer_left {
width: 400px;
float: left;
}

#footer #footer_right {
width: 300px;
float: right;
}

img {
	border:none
	}

/* PNG IE FIX */
img, div { behavior: url(iepngfix.htc) }

