
/* @group General */
/*
div {
	border: 1px solid lime;
}*/

body, html {
	width: 700px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif
}

/* @end */

/* @group Layout */
#content {
	margin-top: 0;
}

#languageset{
	text-align: right;
	margin-right: 200px;
}



/* @group Navigation */
#nag ul {
	list-style: none;
}

#nag ul li {
	display: inline;
}

#nag li {
	width: 150px;
}
/* ---- general links ---- */

a:link, a:visited {
	text-decoration: none;
	background: none;
	color: #999999;
}

a:hover, a:active {
	color: #FFFFFF;
	background-color: #FF9900;
}


/* @group Photo Thumbnail */
.album-wrapper {
	position: relative;
	display: block;
	width: 99%;
	min-height: 500px;
}
.style-wrapper {
	position: relative;
	display: block;
	width: 50%;
	min-height: 500px;
}

.thumbnail-wrap {
	position: relative;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 110px;
	height: 110px;
}

.thumbnail-frame {
	height: 103px;
	width: 120px;
	background-color: white;
	border: 1px solid #bfbfbf;

}


.thumbnail-frame a:link,
.thumbnail-frame a:visited {
	background-color: transparent;
	padding: 2px 4px 3px;
}

/* @group Form */
fieldset ol {
	list-style: none;
}

fieldset.submit{
	border-style: none;
}


