html, body {
	width:100%;
	height: 100%;
	font: 13px/1.2 Arial, Helvetica, sans-serif;
	color:#000;
	background: #e8c7de;
	text-align: center;
	padding:0;
	margin:0;
}

a { 
	color:#333333; 
}

img, a img { 
	border:none; 
} 

hr {
	background:#e8c7de;
	color:#e8c7de;
	border:none;
	height:1px;
}

#content h1 {
	position: relative;
	left: -16px;
	font-size: 40px;
	color: #e8c7de;
	padding-left: 16px;
	background: url('../images/design/header_back.gif') transparent no-repeat 0 50%;
	border-bottom: 1px solid #e8c7de; 
}

#content h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	
}

td,table,tr {
	font-size: 13px;
	lin-height: 1.2em;
}

.clear {
	clear: both;	
}

#globalWrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/design/side_back.jpg') #fff repeat-y 0 0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#header {
	position: fixed;
	float: left;
	width: 437px;
	background: url('../images/design/side_photo.jpg') transparent no-repeat 0 0;
	height: 100%;
}

#header h1 {
	float: left;
	display: block;
	width: 266px;
	
	text-indent: -999em;
	margin: 0;
	padding: 0;
	height:100%; /* IE6: treaded as min-height*/
}

#header ul#nav {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	list-style: none;
	margin: 120px 0 0 20px;
	line-height: 26px;
}

#header ul#nav li a {
	color: #fff;
	text-decoration: none;
}

#header ul#nav li a:hover {
	color: #e8c7de;
}

#content {
	float: right;
	top: 0;
	left: 438px;
	width: 415px;
	margin: 30px 30px 20px 15px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#books {
	width:400px;
	text-align:right;
}
	
#books a {
	opacity:0.5;
	filter:alpha(opacity=50);
	margin:0 1px 0 0;
}

#books a:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

#header #books img {
	width:30px;
	height:30px;
}

.news {
	margin: 10px 0;
}
	
.news .date {
	color: #6e6e6e;
	font-weight: bold;
	font-style: italic;
}

.news .title {
	font-size: 16px;
	color:#a50b74;
	font-weight:bold;
}

.news .text {
	padding: 0 10px 10px 0;
}

.news a.readmore {
	margin-top: 4px;
	font-weight: bold;
	color: #000;
	padding-left: 14px;
	text-transform: capitalize;
	background: url('../images/design/readmore_back.gif') transparent no-repeat 0 50%;
}