@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color: #FFF;
	background-color: #111;
	font-size: 16px;
}
a {
	outline:none
}

div#main{
	width:850px;
	height: 980px;
	background-color: #111;
	margin:auto;
	
	
}

div#header{
	width: 850px;
	height: 171px;
	clear: left;
	margin: auto;
	border-radius:5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	background-color: #111;
	}
	
div#logo{
	width: 850px;
	height:137px;
	background-image:url(images/mcdlogo_website.png);
	background-repeat: no-repeat;
	margin-top:-10px;
}


.headnav a {
	color:#FFF;
	text-decoration:none;
	outline: none;
	padding: 0px 38px;
}

a:hover{
	color: #0E9AB8;
}


div#nav{
	width: 849px;
	height:22px;
	font-size:14px;
	padding-top:7px;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	margin-top: 0px;
	border: solid 1px #EEE;
}

div#body1header{
	width: 550px;
	height: 34px;
	background-color:#AAA;
	clear: left;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	color:#222;
	font-size:20px;
	font-weight:400;
	padding: 9px 0px 0px 20px;
	margin-bottom: 15px;
}

div#body2{
	width:250px;
	height:400px;
	background-color:#DDD;
	float: left;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	margin: 10px 0px 10px 10px;
}

div#body2header{
	width: 230px;
	height: 34px;
	background-color:#AAA;
	clear: left;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	color:#222;
	font-size:20px;
	font-weight:400;
	padding: 9px 0px 0px 20px;
}

div#footer{
	width: 830px;
	height: 35px;
	clear: left;
	background-color:#DDD;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius:5px;
	margin:auto
}

#main #body #body1 #promise ul li {
	font-size: 14px;
}

div#number {
	width:230px;
	height: 10px;
	clear: left;
	margin-left: 585px;
	font-size:23px;
	padding-top:97px;
	text-align: center;
	font: Helvetica;
	color:#A09F9F;
	font-weight: 450;
	margin-top:20px;
}

.request {
	color: #c50439;
}

h1 {
	font-size:18px;
	font-weight:100;
	color:#222;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}


#main #body #body1 ul h1 table {
}

#main #body #body1 #facilitiestype h1 {
	font-size: 18px;
}
