/* CSS Document */
body {
	font-family: "Courier New";
	font-size: 14px;
	background: #999999;
	margin: 0px;
	padding: 0px;
}

#content {
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	border: 1px solid #333333;
}

#header {
	background:url(img/aprire-franchising.jpg) center top no-repeat;
	height:150px;
	width:900px;
	padding: 0px;
	
}

#header h1 {
	color:#FFFFFF;
	background:#cccccc;
	filter:alpha(opacity=25);
	-moz-opacity:.93;
	opacity:.93;
	text-align:right;
}

#menu {
	width: 100%;
	background:#666666;
	height: 20px;
	color:#FFFFFF;
}
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	color:#FFFFFF;
	text-decoration: none;
}
#menu ul li a:hover {
	color:#ff9900;
	text-decoration: underline;
}

#left {
	float: left;
	width: 190px;
	background:#ff9900;
	border-top: 2px solid #FFFFFF;
	padding: 2px;
}

#main {
	float: left;
	background:#FFFFFF;
	/* width: 518px; */
	width: 900px;
	border-top: 2px solid #FFFFFF;
	padding: 2px;
	border: 0px solid #333333;
}
#main h1 {
	color: #FF9900;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#main h2 {
	color: #333333;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#right {
	float: left;
	width: 180px;
	background:#eaeaea;
	border-top: 2px solid #FFFFFF;
	padding: 2px;
}

#footer {
	float: left;
	width: 100%;
	margin-top:5px;
	border-top: 5px solid #cccccc;
	border-bottom: 5px solid #cccccc;
	background:#ff9900;
	text-align: center;
	color:#ffffff;
	font-size: 12px;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#bold {
	color: #ff9900;
	font-weight: bold;
}
