/*

GENERAL

*/

body {
	background-color: #292a28;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
body {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dashed #999999;
}


a:hover {
	color: #666666;
	text-decoration: none;
}
a.selected {
	color: #666666;
	text-decoration: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

/*

STRUCTURE

*/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 600px;
	margin-top: -300px;
	margin-left: -50%;
}
#canvas {
	height: 600px;
	width: 100%;
	text-align: center;
	background-color: #edefdd;
	background-repeat: repeat-x;
	background-position: center center;
}
#layout {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 600px;
	background-color: #edefdd;
	background-repeat: repeat-x;
	background-position: center center;
}

/*content*/

#contentWrapper{
width:890px;
height:600px;
}

#leftSide{
position:relative;
width:510px;
height:533px;
background-image:url(images/nervate5_05.jpg);
background-repeat:repeat-y;
float:left;
}

#leftBottom{
position:absolute;
top:533px;
width:510px;
height:43px;
background-image:url(images/nervate5_07.jpg);
background-repeat:no-repeat;
left:0;
}

#rightSide{
position:relative;
width:355px;
float:right;
}

#logo{
width:355px;
height:96px;
}

#plant{
width:355px;
height:504px;
background-image:url(images/nervate5_03.jpg);
background-repeat:no-repeat;

}

#menu{
position:absolute;
bottom:2px;
left:0;
font-size:11px;
color:#959783;
text-align:right;
letter-spacing:0.5px;
}

#heading{
margin-top:18px;
margin-left:55px;
}

h1{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#232222;
text-align:left;
line-height:30px;
}

.thirty{
font-size:30px;
}

.lighter{
color:#505050;
}

#space{
width:65px;
float:left;
}

#text{
clear:both;
width:420px;
height:420px;
margin-top:32px;
margin-left:45px;
font-size:12px;
line-height:18px;
color:#505050;
text-align:justify;
padding:0 10px 0 0;
overflow:auto;
}

#text2{
clear:both;
width:420px;
height:295px;
margin-top:12px;
margin-left:45px;
font-size:12px;
line-height:18px;
color:#505050;
text-align:justify;
padding:0 10px 0 0;
overflow:auto;
float:left
}
.clear{
clear:both;
}
