body {
	margin: 0;
	padding: 0;
	color: #999999;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #404040;
}

img {
	border: none;
}

img.link,
img.rollover {
	cursor: pointer;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	border: none;
}

input, textarea {
	margin: 0;
	padding: 2px 3px 2px 3px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}

/* @group preload */

div.preload {
	display: none;
}

/* @end */

/* @group frame */


div.frame {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	text-align: left;
}

/* @end */


/* @group menu */

div.frame div.menu {
	
}

div.menu img {
	float: left;
}

div.menu img.rollover {
	cursor: pointer;
}

/* @end */


/* @group numbers */

div.frame div.numbers {
	
}

div.numbers a {
	margin-bottom: 11px;
	float: left;
	cursor: pointer;
}

/* @end */


/* @group photo */

div.frame div.photo {
	clear: both;
	float: left;
	width: 870px;
	margin: 10px 0 20px 0;
	text-align: center;
}

div.frame div.photo img {
	
}

/* @end */

/* @group contact */

div.frame div.contact {
	float: left;
	width: 870px;
	margin: 20px 0 20px 0;
	text-align: right;
}

div.contact input,
div.contact textarea {
	margin: 0 0 10px 10px;
	vertical-align: top;
}

div.contact input.button {
	cursor: pointer;
	width: 34px;
	height: 11px;
	border: none;
	background: url(/_img/contact/send-normal.png) no-repeat;
}

div.contact input.button:hover {
	background-image: url(/_img/contact/send-selected.png);
}

/* @end */
