@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#999;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background-color:#900900;
	height:130px;
	margin-left:0px;
}

#logo {
	width:210px;
	float:left;
	margin-right:0px;
	margin-left:0px;
	padding-top:15px;
}

#slogan {
	color:#FFF;
	height:80px;
	width:auto;
	margin-left:0px;
	font-size:10px;
}

#title {
	margin-left:0px;
	padding-top:30px;
}

#menu {
	height:40px;
	background-color:gold;
	line-height:40px;
	margin-top:0px;
}

#menu ul {
	list-style:none;
	padding-left:0px;
	margin-top:0px;
	height:40px;
}

#menu ul li {
	list-style:none;
	padding-left:0px;
	margin-top:0px;
	float:left;
	width:149px;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border-right:1px solid red;
}

#menu ul li a {
	text-decoration:none;
	color:#000;
	display:block;
}

#menu ul li a:hover {
	text-decoration:none;
	color:#FFF;
	display:block;
	background-color:#000;
}

#content {
	
}

#bottomleft {
	width:450px;
	background-color:#900;
	margin-top:10px;
	border-radius:10px;
	float:left;
	color:#FFF;
}

#bottomleft h1 {
	margin:0px;
}

#bottomleftinquiry {
	width:450px;
	background-color:#900;
	margin-top:10px;
	border-radius:10px;
	float:left;
	color:#FFF;
}

#bottomleftinquiry ul {
	list-style:none;
}

#bottomleftinquiry ul li {
	width:175px;
}

#bottomleftinquiry h1 {
	margin:0px;
}
#upper {
	height:40px;
	background:gold;
	border-radius:10px 10px 0px 0px;
	padding-left:10px;
}

#bottomright {
	width:400px;
	float:left;
	margin-left:40px;
	margin-top:17px;
	background-color:#900;
	border-radius:10px;
	color:#FFF;
}

#bottomright h1 {
	margin:0px;
}

#footer {
	margin-top:10px;
	background-color:gold;
	text-align:center;
	color:red;
}

.clear {
	clear:both;
}

.paragraph {
	text-align:justify;
	padding:0px 10px 0px 10px;
}