@charset "utf-8";
/* CSS Document */

@import url(menu.css);
@import url(top.css);
@import url(general.css);

body {
	margin: 0 auto;
	padding: 0;
	font: normal 0.8em arial,sans-serif;
	color: #555;
	background: white url(../images/bg.png) top left repeat-x;
}

#overAll { 
	margin: 15px auto 30px auto;
	width: 990px;
	border: 1px solid #4D4D4D;
	background-color: white;
}

#wrap_1 {
	position: relative;
	text-align: left;
	width: 100%;
}

#wrap_2 {
	position: relative;
	text-align: left;
	width: 100%;
}

#mainCol {
	position: relative;
	margin: 0;
	padding: 0;
	background: url(../images/borderCol.png) 222px repeat-y;
}

#leftCol { 
	position: relative;
	top: 0;
	left: 0;
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 224px;
	margin: 0;
	padding: 0;
}

#centerCol {	
	margin: 0px;	
	position: relative;	
	margin: 0px 0px 0px 224px; /* widthRight+marginRight */
}

#centerContainer {  
	position:relative; 	
	margin : 0;
	padding : 0;		
	min-height: 380px;
	float : left;
	width : 99%;
}

