body, p, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.magnify {
	cursor: url(/page/images/sys/magnify.cur);
}

	* > .magnify {
		cursor: pointer;
		cursor: hand;
	}

body, td, th, input, textarea, select {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #545454;
	font-weight: normal;
	/* Scroll */
	scrollbar-base-color: #f0f0f0;
	scrollbar-shadow-color: #ffffff;
}

body {
	background: #c0c0c0;
	height: 100%;
	padding: 0px;
}

/* === Links === */

a {
	color: #bc3c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* === Main === */

#layout {
	width: 100%;
	height: 100%;
}

	#left {
		width: 50%;
	}

	#middle {
		padding: 14px 20px;
	}

	#right {
		width: 50%;
	}

	/* Lang */



	/* Menu */

	.nav a {
		display: block;
		background: transparent url(../images/nav-bullet.gif) no-repeat;
		font-size: 10px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0px 7px 0px 9px;
	}

		.nav a.first {
			background: none;
			padding-left: 0px;
		}

	.nav a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.nav a.selected {
		color: #ffffff;
		text-decoration: none;
	}

	.nav a.selected:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	/* Sub menu */
table.sub-nav {
	margin-bottom: 20px;
}

	.sub-nav,
	.sub-nav ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

		.sub-nav a {
			display: block;
			background: transparent url(../images/sub-nav-bullet.gif) no-repeat;
			font-size: 10px;
			font-weight: bold;
			color: #494949;
			text-decoration: none;
			text-transform: uppercase;
			padding: 0px 20px 2px 10px;
		}

		.sub-nav a:hover {
			color: #494949;
			text-decoration: underline;
		}

		.sub-nav a.selected {
			color: #494949;
			text-decoration: underline;
		}

		.sub-nav a.selected:hover {
			color: #494949;
			text-decoration: underline;
		}

	/* Icons */

	table.icons td {
		background: url(../images/icons-bullet.gif) no-repeat;
		padding-left: 1px;
	}

		table.icons td.first {
			background: none;
			padding-left: 0px;
		}

	/* --- */

	#photos {
		background-color: #ffffff;
	}

		#left-girl {
			float: left;
			background: transparent url(../images/left-girl.jpg) no-repeat;
			width: 475px;
			height: 432px;
		}

		#right-girl {
			float: right;
			background: transparent url(../images/right-girl.jpg) no-repeat;
			width: 475px;
			height: 432px;
		}

			#photos div.label {
				padding-top: 78px;
			}

	#header {
		background-color: #f4f4f4;
		height: 83px;
	}

		#sub-nav-wrapper {
			padding-top: 22px;
		}

		#icons-wrapper {
			padding: 28px 9px 0px 20px;
		}

	#info {
		background: #ffffff url(../images/bg-content.gif) no-repeat right top;
	}

		#page-photo {
			width: 475px;
			height: 349px;
		}

		#page-info {
			padding-bottom: 15px;
		}

			#content-wrapper {
				width: 456px;
			}

				#content {
					overflow-y: auto;
					width: 436px;
					height: 275px;
				}

					* > #content {
						overflow: auto;
						width: auto;
						height: 275px;
					}

	#navigation {
		background-color: #e1e1e1;
		padding-top: 9px;
	}

		.side-col {
			width: 191px;
		}

			h1#logo {
				padding: 22px 13px 27px 19px;
			}

		.center-col {
			width: 568px;
		}

			#nav-wrapper {
				background-color: #ffcb05;
				height: 36px;
			}

				#nav-container {
					padding: 12px 20px;
				}

			#send-wrapper {
				background-color: #ffffff;
				height: 36px;
			}

				#send-container {
					padding: 12px 20px 9px 20px;
				}

	#copyright-wrapper {
		padding: 6px 20px;
	}




	.index .left-col {
		width: 275px;
		height: 584px;
	}

	.page .left-col {
		background: transparent url(../images/bg-left-col.gif) no-repeat left bottom;
		width: 325px;
		height: 700px;
	}

		.page #logo {
			padding: 20px 0px 0px 20px;
		}

	.index .right-col {
		width: 715px;
	}

		#welcome-wrapper {
			padding: 208px 170px 0px 260px;
		}

	.page .right-col {
		width: 630px;
		padding-top: 242px;
	}



		#content {
			/*+*/
		}

	.page .last-col {
		width: 35px;
	}

	.page #copyright-wrapper {
		background: transparent url(../images/bg-copyright.gif) no-repeat left bottom;
		padding: 19px 0px 64px 0px;
	}

	/* Content images */

	.img-container {
		/*+*/
	}

		.img-container table tr.image td {
		}

		.img-container table tr.title {
			display: none;
		}

			.img-container table tr.title td {
				text-align: center;
			}

/* === Txt === */
h2.title {
	font-size: 14px;
	font-weight: bold;
	color: #ffcb05;
	padding: 15px 19px 28px 1px;
}

h3.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

span.copyright {
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: #9d9d9d;
}

/* === Other === */

.w33 {
	width: 33%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.w100 {
	width: 100%;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.bg-white {
	background-color: #ffffff;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
