/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin-top: 1.5%;
	text-align: center;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding: 25px;
	text-align: left;
	overflow: auto;
}

img { border: none; }
a { text-decoration: none; }
a:link { color: #666; }
a:visited { color: #666; }

a.on
{
	color: #666;
	font-weight: 900;
	font-style: italic;
}

a:hover { color: #333; border-bottom: 1px dotted #333;}

h1
{
	color: #666;
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	/* 	line-height: 30px; */
}

/********************************************************/
/* Block definitions */
/********************************************************/
#content-wrapper
{
	/* background-color: #ddd; */
	width: 900px;
	float: right;
}

#logo
{
	width: 50px;
	float: left;
}

#top_menu
{
	/* background-color: #ccc; */
	width: 900px;
	height: 50px;
	float: right;
}

#paginator
{
	float: right;
	text-align: left;
	color: #666;
	font-size: 11px;
	width: 600px;
	height: 20px;
}
#paginator .left
{
	width: 10px;
	text-align: left;
	float: left;
}
#paginator .right{
    width: 10px;
    text-align: right;
    float: left;
}
#paginator .page{
    width: 40px;
    text-align: center;
    float: left;
    }

#left_menu
{
	/* background-color: #eee; */
	width: 300px;
	height: 600px;
	float: left;
	/*padding-right: 50px;*/
}
#name_list
{
	/* background-color: #eee; */
	width: 260px;
	height: 580px;
	float: left;
	/*padding-right: 50px;*/
}
#left_menu h1
{
	color: #666;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
}

#left_menu ul { margin-left: 0px; }

#left_menu li
{
	margin-left: 0px;
	list-style-type: none;
	color: #666;
	font-size: 11px;
}

#left_menu li a { line-height: 16px; }


#main_content
{
	width: 600px;
	height: 600px;
	text-align: left;
	float: right;
}

#address
{
	width: 300px;
	font-size: 12px;
	float: left;
	padding: 5px 0 5px 0;
}

#footnote
{
	width: 590px;
	font-size: 12px;
	float: right;
	color: #666;
	padding: 5px;
	padding-top: 5px;
}

div.thumbs
{
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}

div.cover_thumbs
{
	float: left;
	width: 150px;
	height: 150px;
	text-align: left;
}
div.cover_medium
{
	float: left;
	width: 300px;
	height: 300px;
	text-align: left;
}
div.cover_medium img
{
	width: 280px;
	height: 280px;
}
.scroll-pane p
{
	margin-top: 10px;
}

.contactlist li
{
	margin-left: 0px;
	list-style-type: none;
	color: #666;
	font-size: 11px;
	line-height: 16px;
}
#loader
{
	width: 600px;
	height: 600px;
	background-color: white;
}

#loader.loading
{
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.loading
{
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}