/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, p{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a img {border:none}

/***************************************************
			      Global styles
***************************************************/

html {
	width:100%;
	height:100%;

	}


 body{
    font-family: 'Share Tech', sans-serif;
	font-size: 13px;
	color:#3F3E3C;
	margin:0 0 1px; 
	height:100%;
	background:#4a9ece; 

}


p {
	margin-bottom:7px;

	}
	
a, p a {
	text-decoration:none;
	color:white;
	}
	a:hover {color:white;}

h1, h2 {
    font-family: 'Share Tech', sans-serif;
    font-weight: normal;
	position:relative;
}

h1{
	font-size: 40px;
	color:#FFF;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
	}

h2{
	font-size: 22px;
	line-height:1.3;
	color:#FFF;
	text-transform:none;
	font-style:italic;
	text-align:left;
	margin-top:7px;
	padding-bottom:6px;
}

/***************************************************
			      Page Princ
***************************************************/

#logo{
	position:relative;
	top:150px;
}

#since{
	float:right;
	margin-right:500px;
	text-shadow: 5px 5px 5px #000;
}

#name{
	margin-top:170px;
	text-shadow: 5px 5px 5px #000;
}

#page_princ_footer{
	float:right;
	margin-top:250px;
	margin-right:50px;
	text-shadow: 5px 5px 5px #000;
	color:#FFF;
	margin-bottom:10px;
}