/* Gabriels application website v 1.0 for mobile web pages => www.gabrielsapps.be  */
/* Parked on http://www.m-gabriels.be - Registered on Webcreatix.be m-site Unix server */
/* Copyright 2011 Webcreatix.be - Van Coningsloo Jonathan */
/* CSS by Van Coningsloo Jonathan http://www.webcreatix.be */

* {
 -webkit-text-size-adjust:none;
}
body {
	background-color:#FFF;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 145%;
	color: #000;	
}
.container {

}
.content {
	width:530px;
	height:400px;
	color: #000;
	margin: auto;
}
.Head {
	font-size: 20pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	text-indent: -10px;
	color: #000;
	text-shadow: 0 1px 3px #FFF;
	text-transform: capitalize;
}

.hangingSubhead {
	font-size: 110%;
	padding-left:10px;
	text-indent: -10px;
	font-weight: bold;
	color:#000;
}
.caption {
	font-weight: bold;
	clear:both;
	text-indent: -10px;
	color: #000;
	text-shadow: 0 1px 3px #FFF;
}
p {
	padding: 2px 10px;
	margin: 5px 0;
}
.footer {
	padding: 10px;
	line-height: 175%;
	font-size: 60%;
	/*background: url("../img/bg.jpg") repeat-x scroll 0 -173px transparent;*/
	margin:0 -10px;
	margin-top:40px;
	text-align: center;
	background-color:#666666;
}
.imgRight {
	float: right;
	margin: 7px;
	clear: both;
	border: none;
	/*-webkit-box-shadow: 0 0 15px #000;*/
}
.imgLeft {
	float: left;
	margin:5px;
	clear: both;
	border: none;
}
.imgCenter {
	margin: 10px;
	float: none;
	border: none;
	/*-webkit-box-shadow: 0 0 15px #000;*/
}
a {
	text-decoration: none;
}
a:link {
	color: #1567c0;
}
a:visited {
	color: #1c907c;
}
a:active {
	color: #72aee9;
}
a:hover  {
	color: #0033cc;
	text-decoration: none;
}

