body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.gif);
	font-family: sans-serif;
	font-size: 12px;
	color: #f9b5b6;
}

a:link {
	color: #fd4b4b;
	text-decoration: none;
}

a:visited {
	color: #fd4b4b;
	text-decoration: none;
}

a:hover {
	color: #fd4b4b;
	text-decoration: underline;
}

#blend {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 146px;
	background: url(../images/blend.jpg);
}

#main {
	position: absolute;
	left: 70px;
	top: 30px;
	background: #350e0f;
	border: 1px solid #782e2b;
	width: 800px;

	padding: 20px;
}

.separator {
	padding: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
}

.line1 {
	background: url(../images/line1.gif) repeat-x;
	width: 100%;
	height: 4px;
	padding: 0px;
	margin: 5px;
	clear: both;
}

.line2 {
	background: url(../images/line2.gif) repeat-x;
	width: 100%;
	height: 4px;
	padding: 0px;
	margin: 5px;
	clear: both;
}

.image {
	float: left;
}

.language {
	padding-top: 5px;
	color: #fff;
}

.navigation {
	float: left;
	padding: 5px;
	padding-right: 10px;
}

.picture {
	padding-top: 5px;
	margin: 0px;
	position: relative;
	width: 375px;
	height: 310px;
	overflow:hidden;
	margin-left: 10px;
}

#imageContainer {
	position:relative;
	/*margin:auto;*/
	width:357px;
	height:310px;
	/*border:1px solid #000;*/
}


#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


div.formRow label,
input.nForms
{
	float: left;
	clear: right;
	font-size: 9pt;
}

div.formRow label
{
	line-height: 20px;
	width: 100px;
}

input.nForms
{
	width: 250px;
	height: 16px;
	padding: 1px 2px;
	border: 1px solid #fb216e;
	background: #fff;
	line-height: 20px;
	display: inline;
	font-size: 10pt;
}

div.formRow textarea
{
	float: left;
	clear: left;
	width: 350px;
	border: 1px solid #fb216e;
	padding: 1px 2px;
	background: #fff;
	font-size: 10pt;
	font-family: Tahoma, Verdana, sans-serif;
}
div.formRow
{
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
}


