@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#FFC;
}

#wrapper {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-left:5px groove #CCC;
	border-right:5px groove #CCC;
}

#header {
	height:80px;
}

#logo {
	width:170px;
	float:left;
	height:80px;
}

#name {
	color:#666;
	float:left;
	margin-top:25px;
	width:300px;
	height:50px;
}

#slogan {
	color:#CCC;
	width:200px;
	height:100px;
}

#menu {
	background-color:#FC6;
}

#menu ul {
	list-style:none;
	padding-left:0px;
	background-color:#FC6;
}

#menu ul li {
	float:left;	
	background-color:#FC6;
	width:180px;
	text-align:center;
}

#menu ul li a{
	text-decoration:none;
	display:block;
}

#menu ul li a:hover {
	background-color:yellow;
	color:blue;
}

#content {
	
}

#content a {
	text-decoration:none;
}

#welcome {
	width:580px;
	float:left;
	background-color:#666;
	color:#FFF;
	border:2px groove #F93;
	border-radius:10px;
	margin-left:10px;
}

#contact {
	width:280px;
	float:left;
	margin-left:10px;
	background-color:#666;
	color:#FFF;
	border:2px groove #F93;
	border-radius:10px;
	margin-right:5px;
	padding-right:0px;
}

#footer {
	font-size:12px;	
	background-color:#FC6;
}

#welcomeinquiry {
	width:580px;
	float:left;
	background-color:#666;
	color:#FFF;
	border:2px groove #F93;
	border-radius:10px;
	margin-left:10px;
}

#welcomeinquiry ul {
	list-style:none;
}

#welcomeinquiry ul li {
	width:175px;
}

.clear {
	clear:both;
}

.paragraph {
	text-align:justify;
	padding:5px;
}
