/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
    overflow-y: scroll;
}

body {
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	background-color: #fff;
	height:100%;
	font-size: 10pt;
	color: #000000;
}

p {
	/*line-height: 2em;*/
	margin-top: 0;
}

table {
	border-collapse: collapse;
}

td, th {
	padding: 0;
}

a {
	color: #000000 ! important;
	text-decoration:none;
}

#menu table {
	width: 100%;
}

#menu_left {
	width: 270px;
	font-size: 25px;
	vertical-align: bottom;
}

#menu_left  p {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

#menu_right {
	vertical-align: bottom;
	font-size: 17px;
}

div.menu_module ul {
	margin: 0px;
	padding: 0px;
//	white-space: nowrap;
}

div.menu_module ul li {
	margin: 0px;
	padding: 0px;
	/*display: inline;*/
	list-style-type: none;
//	text-transform: uppercase;
	width: 150px;
}

div.menu_module ul  ul {
	margin-left: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px;
//	white-space: nowrap;
}

div.menu_module ul ul li {
	text-transform: none;
	width: 150px;
}

div.menu_module ul li a {
	padding-left: 0px;
/*	font-weight: bold;
	padding-right: 1ex;
	padding-left: 1ex;*/
}


#centerer {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 800px;
    margin-left: auto;
    margin-right: auto;
	height:100%;
	min-height:100%;
}

#top {
	padding-top: 40px;
	padding-bottom: 40px;
	/*padding-left: 20px;*/
	background-color: #ffffff;
	/*height: 250px;*/
}

#top p {
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}


#maincolumn {
	padding-top: 80px;
	background-color: #ffffff;
	text-align: center;
	/*float:left;*/
	/*width: 730px;*/
	/*padding-left:20px;
	padding-right:20px;*/
}

#footer {
	/*padding-left: 20px;*/
	background-color: #ffffff;
	clear: both;
}


/* forces horizontal scrollbar to be visible in firefox */

#scroll {
	position:absolute;
	top:0;
	bottom:-1px;
	width:1em;
	z-index:-1;
} 


/* works specific */

div.work_module {
	position:relative;
	text-align: left;
}

div.work_module div.item {
	position:relative;
	height:350px;
//	text-align: center;
}

div.work_module div.text {
	position:relative;
}

div.work_module div.navigation  {
	position:relative;
	top: 10px;
	left: 0px;
	width:50px;
	height:40px;
//	margin-left: auto;
//  margin-right: auto;
}

div.work_module div.navigation div.prev_item {
	//position:absolute;
	float:left;
	//left: 0px;
	//top: 0px;
	text-align:left;
	width: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

div.work_module div.navigation div.next_item {
//	position:absolute;
	float:right;
//	left: 200px;
//	top: 0px;
	text-align:right;
	width: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;

}

div.jg_displaynone {
	display: none;
}

#jg_photo_description {
	position:relative;
	width:400px;
	top: 20px;
	margin-left: auto;
    margin-right: auto;
}

img.jg_photo {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

img {
	border: none;
}
