body {
	margin:0;
	padding:0;
	min-width: 720px;
	text-align:center; /*IE 5 hack*/
	color: #9D7B96;
	background: white;
	
		scrollbar-base-color: #747B6B;
		scrollbar-track-color: #666666;
		scrollbar-face-color: #d2d6cf;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #FFFFFF;
		scrollbar-darkshadow-color: #FFFFFF;
		scrollbar-shadow-color: #FFFFFF;
		scrollbar-arrow-color: #FFFFFF; 
}
body,
td,
th{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#root 
{
	
	margin:18px auto;
	text-align:left;
	padding: 0;
	width: 700px;
	position: relative;
}
	
/*********************
	#header
*********************/
#header {
	
}
	#header p {
		margin:0;
		padding:0;
	}
		#header a#logo {
			display: block;
			width: 167px;
			height:26px;
			position: absolute;
			top:15px;
			left:16px;
			background: url(../images/style1/logo.gif) 0 0 no-repeat;
			/* + style.css */
		}
	#header h1 {
		color:#7D4E72;
		font: normal 32px "Arial Narrow", Verdana, sans-serif;
		margin:0;
		padding:13px 50px 7px 220px;
		/* + style.css */
	}
	#header h1 {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html #header h1 {
		display:block;
		height: 1px;
	}
	/* End hiding from IE-mac */

/*********************
	#wrapper
*********************/
#wrapper 
{
	
}
	#wrapper:after {
		content: "."; 
		display: block; 
		height:0; 
		clear: both; 
		visibility: hidden;
	}
	#wrapper {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html #wrapper {
		height: 1px;
	}
	/* End hiding from IE-mac */
	#wrapper {
		display:block;
	}


/*********************
	#footer
*********************/
#footer {
	background: url(../images/style1/bg_nav.gif) 0 0 repeat-y;
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 11px;
	/* + style.css */
}

#footer img 
{
	padding-bottom: 7px;
}

	#footer p {
		margin:0;		
		text-align:right;
		clear: left;
	}
		#footer p a:hover{
			text-decoration: underline;
		}