@charset "utf-8";
/* CSS Document */

body {
	background-color:#0FF;
}

#wrapper { 
	width:900px;
	margin-left:auto;
	margin-right:auto;
	
}

#header {
	height:100px;
	background-color:#39C;
	border-radius:10px 10px 0px 0px;
}

#logo {
	padding-left:20px;
	width:170px;
	float:left;
}

#menu {
	width:600px;
	margin-top:30px;
	margin-left:50px;
	float:left;
	border-bottom:2px groove #0CC;
}

#menu ul {
	list-style:none;
	padding-left:60px;
}

#menu ul li {
	float:left;
	width:100px;
}

#menu ul li a {
	color:gold;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#FFF;
}

#content {
	height:400px;
	background-color:#FFF;
}

#contentservice {
	height:auto;
	padding:10px;
	background-color:#FFF;
}

#contentoffice {
	height:500px;
	background-color:#FFF;
}

#contentabout {
	height:600px;
	padding:10px;
	background-color:#FFF;
}

#contentinq{
	height:700px;
	padding:10px;
	background-color:#FFF;
}

#contenttopleft {
	width:400px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
}

#contenttopright {
	width:400px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#contentbottom {
	width:370px;
	height:auto;
}

#contentbottomabout {
	height:auto;
}

#contentbottominq {
	height:auto;
	width:200px;
}

#contentbottominq ul {
	list-style:none;
}

#contentbottomoffice {
	height:auto;
}

#contentbottomoffice ul {
	list-style:none;
}

#footer {
	background-color:#39c;
	height:20px;
	border-radius:0px 0px 10px 10px;
}

.paragraph {
	text-align:justify;
}

.clear {
	clear:both;
}