body
{
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 100%;
}

h1, h2
{
	margin: 0;
}

#site
{
	position: absolute;
	left: 50%;
}

#container
{
	position: relative;
	left: -50%;
	margin-top: 30px;
}

#header, #content
{
	text-align: center;
}

#header h1
{
	font-size: 40px;
}

#header h2, #description
{
	font-weight: normal;
	font-size: 18px;
}

#footer
{
	margin: 30px 0;
	text-align: right;
}

#footer span.info a
{
	text-align: right;
}

#footer span.info:first-child
{
	margin-bottom: 15px;
}

#header h1, #description, a, a:visited, #contact span.contact
{
	color: #0065b3;
}

#header h2, #under-construction, #footer span.info
{
	color: #4b4b4b;
}

address
{
	font-style: normal;
	font-size: 16px;
}

#tel a
{
	text-decoration: none;
}

span.contact, span.info
{
	display: block;
}

span.contact img
{
	vertical-align: middle;
	margin-right: 5px;
}

#contact
{
	margin-top: 15px;
}

#contact span.contact
{
	margin-bottom: 5px;
}

#description
{
	margin: 30px 0;
}

#under-construction
{
	border: solid #4b4b4b;
	border-width: 1px 0 1px 0;
	font-size: 22px;
	padding: 15px 0;
}

@media only screen and ( min-width: 768px )
{
	#container
	{
		margin-top: 15%;
	}
}

@media only screen and ( min-width: 1000px )
{
	
	#header h1
	{
		font-size: 72px;
	}
	
	#footer
	{
		margin-top: 0;
	}
}