*
	{
	margin:auto
	}

a 
	{
	outline:none;
	}	

body
	{
	background:url(../images/bg-page.jpg) repeat-x;
	background-color:#282B30;
	}

#header
	{
	margin-top:75px;
	background:url(../images/bg-bookmid.jpg) repeat-y center;
	background-color:#FFFFFF;
	width:740px;
	height:290px;
	position:relative;
	}
	
#left
	{
	width:369px;
	height:284px;
	position:absolute;
	left:0;
	margin:3px;
	background:url(../images/left-bg.png) repeat-y;
	}
	
#logo
	{
	margin-top:70px;
	height:150px;
	text-align:center;
	}
	
#links 
	{
  	width:360px;
  	padding:0; 
  	margin:0 auto; 
  	list-style-type:none;
  	}
	
#links li 
	{
  	float:left;
  	}
	
#links a 
	{
  	display:block;
  	color:#666;
  	font:.7em arial; 
  	padding-left:20px;
	padding-right:20px;
  	text-decoration:none; 
  	float:left; 
	border-left:1px solid #333; 
  	}
  
#links a:hover 
	{
  	color:#FFF; 
  	}

#links li.firstlink a
	{
	color:#FFFFFF;
	font-weight:700;
	border:none;
	}
	
#right
	{
	width:367px;
	height:284px;
	position:absolute;
	right:0;
	margin:3px;
	background-color:#CCC;
	}
	
#sdw
	{
	height:30px;
	width:770px;
	background:url(../images/sdw.jpg);
	}
	
#msg
	{
	text-align:center;
	margin-bottom:5px;
	}
	
#bottom
	{
	width:740px;
	border:1px groove #000;
	}
	
#footer
	{
  	font:.7em arial;
	text-align:center;
	padding-bottom:20px;
	}
	
#footer a
	{
	color:#666;
	text-decoration:none;
	}
	
#footer a:hover
	{
	color:#FFF;
	}
