* {
	/*margin: 0;*/
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	background-color:#1f87c3;
	margin-top:20px;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#headerContainer{
	width:600px;
	margin:auto;
	border:ridge 5px blue;
}

#headerTitle{
	background-color:blue;
	width:100%;
	text-align:center;
	font-size:197%;
	color:white;
}

#headerServices{
	background-color:black;
	text-align:center;
	font-size:167%;
	color:white;
}

#headerNumber{
	background-color:blue;
	width:100%;
	text-align:center;
	font-size:197%;
	color:white;
}

#menu {
	width:600px;
	margin:auto;
	padding-top:20px;
	text-align:center;
}

#menu button{
	color:white;
	width:115px;
	border:outset 3px white;
	background-color:blue;
}

#menu button:hover{
	border:inset 3px blue;
}

#contentHolder{
	width:600px;
	margin:auto;
}