/*************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: 'Geneva CE', 'Arial CE', sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

img {
	border: none;
}

a {
	color : #ffffff;
}

h1 {
	font-size : 1.2em;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

h2 {
	font-size : 0.9em;
	font-weight: normal;
	display: inline;
}

h3 {
	font-size : 0.8em;
	font-weight: normal;
	display: inline;
}

ol {
	margin: 0 0 0 20px;
}

input {
	border: 1px solid #000000;
	letter-spacing: 0.2em;
	}

input.array {
	width: 100px;
	line-height: 1.8em;
	font-size: 0.9em;
	}

input.button {
	float: right;
	padding: 1px 2px;
	width: 43px;
	line-height: 1.2em;
	font-size: 0.8em;
	}

/*************************************************************************************/
div#main {
	margin: 0 auto;
	width: 1150px;
	height: 100%;
	background-image: url(../images/rectangles.png);
	background-repeat: no-repeat;
}

div#menu {
	margin: 50px 0 0 111px;
	width: 185px;
	height: 300px;
	float: left;
}

div#content {
	margin: 190px 0 0 2px;
	width: 559px;
	float: left;
}

div#expansion {
	margin: 190px 0 0 2px;
	width: 184px;
	height: 330px;
	float: left;
}

div#menu_items {
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-size: 0.9em;
}

span#client_login {
	margin-left: 27px;
	padding: 2px;
	background-color: #ffffff;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-size: 0.8em;
}

span#client_login a {
	color : #000000;
}

div#menu_items a {
	color : #ffffff;
}

div#menu_items a, div.items a, div.items2 a, span#client_login a {
	text-decoration : none;
}

table.marginal_table {
	width: 185px;
}

td.background_marginal_top {
	width: 185px;
	height: 10px;
	background-image: url(../images/background_marginal_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

td.background_marginal_middle {
	width: 185px;
	padding: 0 0 0 10px;
	background-color: #000000;
}

td.background_marginal_b_left {
	width: 185px;
	height: 60px;
	background-image: url(../images/background_marginal_b_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

td.background_marginal_b_right {
	width: 185px;
	height: 60px;
	background-image: url(../images/background_marginal_b_right.png);
	background-repeat: no-repeat;
	background-position: top left;
}

table.content_table {
	width: 559px;
}

table.gallery_table {
	width: 528px;
}

td.gallery {
	text-align: center;
}

td.background_content_top {
	width: 559px;
	height: 20px;
	background-image: url(../images/background_content_top.png);
	background-repeat: no-repeat;
	background-position: top left;
}

td.background_content_middle {
	width: 559px;
	padding: 0 0 0 20px;
	background-image: url(../images/background_content_middle.png);
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align: top;
}

td.background_content_bottom {
	width: 559px;
	height: 63px;
	background-image: url(../images/background_content_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}

td.background_content_bottom_2 {
	width: 559px;
	height: 23px;
	background-image: url(../images/background_content_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.items h2, div.items h3, div.items2 h2, div.items2 h3 {
	color : #ffffff;
	letter-spacing: 0.1em;
}

div#content p {
	margin: 0 0 0 0;
	width: 520px;
	text-align: justify;
}

div.items {
	width: 185px;
	height: 175px;
	background-image: url(../images/background_rect_disable_2.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div.items2 {
	width: 185px;
	height: 153px;
	background-image: url(../images/background_rect_disable.png);
	background-repeat: no-repeat;
	background-position: top left;
}
