/* layout */

html {
	height:100%;
	overflow: hidden;
}

body {
	height: 100%;
	background-color: #E6E6FA;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	position:relative;
}

#left {
	height: 100%;
	background: #C8BDFF url(img/left.jpg) 0 0 repeat-y;
	width: 128px;
	float: left;
}

#right {
	height: 100%;
	background: #C8BDFF url(img/right.jpg) 0 0 repeat-y;
	width: 128px;
	float: left;	
}

#right a {
	background: transparent;
}

#center {
	height: 100%;	
	background-color: #EFF8FF;
	width: 536px;
	float: left
}

#top {
	overflow:hidden;
	height: 35px;
	width: 536px;
	position: absolute;
	top: 0px;
	padding-top: 3px;
	border-bottom: 1px solid #ABA0E0;
}

#top a {
	background: transparent;
}

#main {
	width: 536px; 
	position: absolute;
	top: 45px;
	bottom: 45px;
}

#bottom {
	overflow: hidden;
	height: 35px;
	width: 536px;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #ABA0E0;	
}

.scrollable {
	height: 100%;
	overflow: auto;
	padding: 0 10px 0 0;
}

#nav {
	padding-top: 45px;
	padding-left: 5px;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav a {
	display: block;
	width: 96px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	margin: 1px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0px;
}

#nav a:link {
	background-color: #D7BCFF;
	border-color: #000000;
	color: #660066;
	text-decoration: none;
}

#nav a:visited{
	background: #D7BCFF;
	border-color: #000000;
	color: #660066;
	text-decoration: none;
}

#nav a:hover {
	background: #CAAFFF;
	border-color: #00006A;
	color: #5900D1;
	text-decoration: none;
}

#nav a:active {
	background: #CAAFFF;
	border-color: #00006A;
	color: #5900D1;
	text-decoration: none;
}

#logo {
	float: left;
}

#search {
	float: right;
	height: 31px;
	padding-top: 4px;
}

#search-field{
	padding: 0 !important;
	border-color: #ABA0E0 !important;
	border-width: 1px;
	float: left;
	width: 180px;
	height: 20px;
}

#search-button {
	float: left;
	height: 20px;
	width: 20px;
	border-style: solid;
	border-color: #ABA0E0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
}

#slogan {
	float: left;
	text-align: left;
	margin-top: 7px;
	font-size: 0.8em;
	text-indent: 0px;

}

#counter {
	float: right;
	height: 31px;
	width: 88px;
	margin-top: 4px;
	margin-right: 4px;
}

#counter  a {
	background: transparent;
}

.adbc {
	/* for IE */
	filter: alpha(opacity=40);
	/* CSS3 standard */
	opacity: 0.4;
}

.adbc table {
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#ad1 {	
	width: 120px;
	position: absolute;
	right: -113px;
	top: 1px;

}

#promote {
	margin-left: 5px;
	margin-top: 45px;
}

/* article */

#addthis {
	color: #ABA0E0;
	font-size: 0.8em;
	text-align: right;
	
}

#addthis > div {
	float: right;
	margin-right: -4px;
}

#addthis .addthis_button_compact{
	border-left: 1px solid #ABA0E0;
	padding-left: 4px;
	margin-left: 2px;
}

#addthis a {
	background: transparent;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

#comments > div {
	width: 480px;
	margin: auto;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dashed #ABA0E0;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

.clear {
	clear: both;
}

.img-flt {
	float: left;
}

p {
	text-align: justify;
	text-indent: 60px;
	font-size: 0.6em;
}

#news {
	list-style-type: none;
	padding: 0px;
	margin-left: 30px;
	font-size: 0.6em;
}

.simple-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.6em;
	text-align: center;
}

.numeric-list {
	list-style-type: decimal;
	font-size: 0.6em;
	text-align: justify;
}

.alpha-list {
	list-style-type: lower-alpha;
	font-size: 0.6em;
	text-align: justify;
}

.alpha-list2 {
	list-style-type: upper-alpha;
	font-size: 0.6em;
	text-align: justify;
}

.circle-list {
	list-style-type: circle;
	font-size: 0.6em;
	text-align: justify;
}

.alg-center {
	text-align: center;
}

.author {
	font-size: 0.6em;
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-align: center;
    color: #660066;
    font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.8em;
}

table {
	font-size: 0.6em;
	width: 100%;
}

th.header {
	background-color: #FFBBFF;
	font-weight: bold;
	text-align: center;
	color: #8B668B;
	
}

td.ind {
	text-indent: 20px;
}

td.even {
	background-color: #FFFFFF;
}

a:link {
    color: #0000FF;					
	text-decoration: none;
}

a:active {
	color: #C82222;				
	text-decoration: none;
}

a:visited {
	color: #8A2BE2;				
	text-decoration: none;
}

a:hover {
	color: #0000FF;					
	text-decoration: none;
    background: #D7BCFF;
}

img {
	border-width: 0px;
}

hr {
	height: 1px;
	color: #ABA0E0;
}

.breadcrumb {
	border-top: 1px solid #00008B; 
	font-size: 0.6em;
	padding: 7px 0 7px 0;
	margin: 7px 0 7px 0;
}

.book {
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 600px;
}

.gallery {
	width: 100%;
}

.gallery ul {
	list-style-type: none;
	width: 450px;
	height: 202px;
	padding: 0px;
	margin: auto;
}

.gallery li {
	float: left;
	padding: 1px;
}

.gallery a {
	display: block;
	width: 148px;
	height: 100px;
}

#foto1 {
	background: #FFBBFF url('img/foto-1thum.jpg');
}

#foto1:hover {
	background: #8B668B url('img/foto-1thum-on.jpg');
}

#foto2 {
	background: #FFBBFF url('img/foto-2thum.jpg');
}

#foto2:hover {
	background: #8B668B url('img/foto-2thum-on.jpg');
}

#foto3 {
	background: #FFBBFF url('img/foto-3thum.jpg');
}

#foto3:hover {
	background: #8B668B url('img/foto-3thum-on.jpg');
}

#foto4 {
	background: #FFBBFF url('img/foto-4thum.jpg');
}

#foto4:hover {
	background: #8B668B url('img/foto-4thum-on.jpg');
}

#foto5 {
	background: #FFBBFF url('img/foto-5thum.jpg');
}

#foto5:hover {
	background: #8B668B url('img/foto-5thum-on.jpg');
}

#foto6 {
	background: #FFBBFF url('img/foto-6thum.jpg');
}

#foto6:hover {
	background: #8B668B url('img/foto-6thum-on.jpg');
}