/* * { border : 1px dashed grey; } */

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

body {
	margin : 0px;
	padding : 10px;
	font-weight : normal;
	font-family : sans-serif, Arial, Helvetica;
	font-size : 24px;
	line-height : 26px;
	color : #000;
	background : #fff;
	text-align : center;
}

.Container {
	width : 100%;
	margin : 0 auto;
	padding : 10px;
	text-align : left;
}

.Content {
	/* Nothing here, this is a place-holder because it exists in normal CSS. */
	text-align : left;
	width : 100%;
	float : left;
}

.Title {
	top : 0;
	width : 100%;
	background : #fff;
	text-align : center;
}

.Heading {
	font-size : 40px;
	line-height : 22px;
	font-weight : bold;
	color : #ce6300;
	background : #fff;
	display : block;
}

p, .services {
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-right : 2.0em;
	text-align : justify;
	vertical-align : text-top;
}

a, a:visited {
	text-decoration : none;
	color : #ce6300;
	background : #fff;
	padding : 2px;
}

a:hover {
	text-decoration : none;
	color : #fff;
	background : #ce6300;
	padding : 2px;
}

ul.services {
	list-style-type : disc;
	list-style-image : url(/favicon.gif);
}

.Footer {
	clear : both;
	color : #000;
	background-color : #fff;
	background-image : none;
	text-align : center;
	vertical-align : middle;
	padding : 10px 0;
	font-size : 24px;
	line-height : 26px;
	font-family : sans-serif, Arial, Helvetica;
}

/* Menus */
#mavelous_menu {
	clear : left;
	width : 97%;
	padding : 10px 0 1em 0;
	margin-bottom : 1em;
	background-color : #fff;
	color : #333;
}

#mavelous_menu a {
	background : #fff;
	padding-left : 5px;
	font-size : 40px;
	line-height : 44px;
}

#mavelous_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#mavelous_menu li {
	border-bottom: 1px solid #fff;
	margin: 0;
}

#mavelous_menu li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #9e3000;
	border-right: 10px solid #fe6300;
	background-color: #ce6300;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#mavelous_menu li a {
	width: auto;
}

#mavelous_menu li a:hover {
	border-left: 10px solid #a33633;
	border-right: 10px solid #ff7422;
	background-color: #d37622;
	color: #fff;
}

