*{
	padding:0;
	margin:0;
}

body{
	text-align: left;
	background-color: #000000;
	color: #6D6E71;
	background-image: url(../images/structure/background-filler.jpg);
	background-repeat: repeat-x repeat-y;
}

img{
	border: 0;
}

a{
	text-decoration: none;
}

a, h1, h2, h3{
	color: #6D6E71;
}

h3{
	font-size: 14px;
}

#content{
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	margin-top: 0;
	width: 870px;
}

#wrapper{
	width: 870px;
	float: left;
	height: 650px;
/*	border: 1px solid #000099;*/
}


/* OTHER */

#header-position{
	position: absolute;
	top: 35px;
	left: 698px;
}

#website_footer{
	position: absolute;
	top: 600px;
	width: 100%;
}

#website_footer span{
	color: #0082B3;
}

/*.show_bubble{
	cursor: pointer;
}*/

.bubble_image{
	display: none;
	position:absolute;
}

#interact-client{
	position:absolute;
	left:150px;
	top:113px;
/*	height: 400px;*/
	width: 600px;
/*	overflow-y: scroll;*/
}

#interact-client h3{
	height: 20px;
	color: #CCCCCC;
}

