/* main */
* {
	margin: 0pt;
	padding: 0pt;
}

body {
	background: #fff url(/static/background.png) repeat-y center;
	margin: 0;
}

a img
{
    border: 0;
}

#content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	height: 100%;
	display: block;
	clear: both;
	padding: 0;
	position: relative;
}
/* end of main */

/* no result */
.noresults {
	font-size: 13px;
	height: 300px;
	padding: 20px;
	color: #333;
	border:  0px;
} 

.noresults .noresultsmain {
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	color: #000;
	border:  0px;
}
/* end of no result */

/* pagination */
div.pagination {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: block;
	clear: both;
	padding-bottom: 15px; /*20px */
	font-size: 16px;
	text-align: center;
}

div.pagination span {
	padding: 4px;
}

div.pagination a {
	text-decoration: underline;
}
/* end of pagination */

/* help text*/
div.helpsearch {
	font-size: .8em;
	text-align: center;
}

div.helpsearch a:visited {
	color: blue;
}
/* end of help text */

/* link default style */
a:link,#footer a:visited {
	color: #03F;
	text-decoration: none;
}

a:visited {
	color: #63C;
	text-decoration: none;
}

a:hover,#footer a:visited:hover {
	text-decoration: underline;
}

a:active {
	color: #06F;
	text-decoration: none;
}
/* link default style */

/* footer */
#footer {
	border-top: 1px solid #ccc;
	clear: both;
	/*color: #666;*/
	font: 10px verdana;
	line-height: 150%;
	padding-bottom: 5px; /* 15px */
	padding-top: 15px; /* 20px */
	text-align: center;
	width: 840px;
	margin: 15px auto 5px; /*30px auto 5px*/
}
/* end of footer */

/* misc elements */
.details a:hover {
	color: #009;
}

.details a {
	color: #8D93FF;
}

.details {
	/*color: #090;*/
	line-height: 100%;
	font-style: normal;
	font-size: 11px;
}

img {
	border: 0;
}

img.preload {
	display: none;
}
/* end misc elements */
/*
.about {
	margin-top: 50px;
	margin-right: 100px;
	margin-left: 100px;
	text-align: justify;
}*/

.about {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 55px;
	padding-bottom: 30px;
	font-size: 0.9em;
	color: #333;
	clear: both;
	text-align: justify;
}

