@charset "utf-8";

@import 'header.css';
@import 'footer.css';
@import 'footer_menu.css';

/**************** STRUCTURE ****************/
img { border:0; }

div { behavior: url("js/iepngfix.htc") }

html {	margin:0; padding:0; behavior:url(csshover.htc); overflow-y:scroll; }

form {	margin:0; padding:0; }

textarea, input { font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:2px}

body {
	min-width:990px;
	background:url(../images/background.gif) #565656 repeat-x;
	margin:0;
	padding:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
}

.container { width:906px; margin:20px auto 0 auto; position:relative; }


/**************** CONTENT ****************/
.content {
	width:900px;
	position:relative;	
	display:table;
	background:#3d3d3d;
	padding:0 3px 0 3px;
	float:left;
}

.contentBg {
	width:900px;
	min-height:330px;
	display:table;
	position:relative;	
	background:url(../images/contentBg.gif) black repeat-x;
}









