body {
	margin:0px;
	padding:0px;
	/*background-color:#222222;*/
	background-color:#C8C8C8;
	text-align:left;
	color:#323232;
}

img{ border:0 none; }

a { cursor:pointer; }

.wrapper {
	/*border:1px solid red;*/
	margin:30px auto;
	width:950px;
	height:auto;
}

.content-wrapper {
	background-color:#323232;
	height:auto;
}
.content-top {
	background-image: url('../images/content_top.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	width:950px;
	height:10px;
	clear:both;
}
.content-bottom {
	background-image: url('../images/content_bottom.jpg');
	background-repeat:no-repeat;
	background-position: center top;
	width:950px;
	height:10px;
	clear:both;
}

#clear { clear:both; }

#spacer { 
	/*border:1px solid white;*/
	float:left; 
	width:25px; 
	min-height:565px;
	height:!important auto;
	height:565px;
}

.logo { float:right; margin-right:11px; _margin-right:30px; }

.language { float:left; margin:10px 0px 0px 15px; }

.left-side {
	/*border:1px solid blue;*/
	margin-left:10px;
	float:left;
	position:relative;
	width:200px;
	min-height:565px;
	height:!important auto;
	height:565px;
}

.right-side {
	/*border:1px solid green;*/
	margin-right:10px;
	float:right;
	position:relative;
	width:700px;
	min-height:565px;
	height:!important auto;
	height:100%;
	font-family:Century Gothic;
}
.right-side p {
	text-align: justify;
	text-justify: inter-word;
}

h4 a { color:#323232; text-decoration:none; };

.footer {
	width:950px;
}
.footer a:link, a:active, a:visited {
	color: #323232;
	font-family: Georgia,Serif;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover {
	color: #323232;
	text-decoration: underline;
}