body {font-family: Arial, Helvetica,sans-serif; background: none;}

#container {
	width:90%;
	margin:0 auto;
}

#content {
	width:100%;
	text-align:justify;
	margin-bottom:30px;
    display:block;
}

#sidebar {
	width:100%;
    height:280px;
	position:relative;
}

h1 {
    position:relative;
    top:30px;
    left: 195px;
    width:212px;
}

#frame {
    position:absolute;
    left:0;
    padding:0;
}

#details {
    position:absolute;
    right: 15px;
    top: 30px;
    padding:3px;
    padding-left:15px;
	list-style:none;
	color:#686868;
	font-weight:bold;
	letter-spacing:-1px;
    text-align:right;
    border-left:solid 1px #000;
}

#details li {
    padding:0px;
    margin:0px 0px 10px 0;
}

#details #phone {
	background: none;
}

#details #emailside {
	background: none;
}

#details #address {
	background: none;
}

#details #skype {
	background: none;
}

#footer {
	display:none;
}

hr {
	border:0 none;
	border-bottom:1px dashed #999;
}

section {
 margin-bottom:75px;   
}

a.reference {
    display:none;
}


h2 {
	height:52px;
	width:369px;
	color:black;
	margin:0px;
}

h3 small {
	text-transform:uppercase;
	font-size:17px;
	color:#999;
}

h4 {
	font-size:17px;
	margin:0px 0px 17px 0px;
}

.position {
	margin:-19px 0px 0px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#333;
}

.floatleft {
	float:left;
	overflow:hidden;
	margin:0px 25px 0px 0px;
}

.floatleft ul {
	margin-bottom:0px;
	list-style:square;
}

.clear {
	clear:both;
	height:0px;
}