body
{
	font-family: Helvetica, Verdana, Arial, sans-Serif;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

.clear
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

#site
{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
}

#site #intro
{
	width: 100%;
	height: 1080px;
	position: static;
	background: url('Background.png') no-repeat center center;
	background-size: cover;
	/*font-family: aldhabi;
	background: linear-gradient(rgb(0, 32, 96), rgb(171, 192, 228));*/
}

/*#site #intro h1
{
	top: 37%;
	left: 16%;
	width: 68%;
	position: relative;
	padding: 0 0 0 0.4ex;
	margin: 0;
	color: white;
	letter-spacing: 0.1ex;
	font-size: 7.5em;
	vertical-align: middle;
}*/

#site #content
{
	width: 100%;
	min-height: 420px;
	padding: 2em 0 0 0;
	margin: 0;
	color: #444;
	text-align: justify;
	background-color: rgb(252, 252, 252);
	line-height: 1.4em;
	background: linear-gradient(180deg, rgb(171, 192, 228), 15%, rgb(252, 252, 252));
}

#site #content #contentInner
{
	width: 70%;
	margin: auto;
}

#site #content #contentInner *
{
	padding-left: 0.6em;
}

#site #content #contentInner p
{
	padding-left: 1.2em;
	padding-right: 1.2em;
	margin: 0.8em 0em;
}

#site #content #contentInner h2
{
	margin-top: 2em;
	padding: 0.5m 0.2em;
}

#site #content #contentInner .contact_link
{
	color: #444;
	text-decoration: none;
}

#site #content #contentInner .contact_link:hover
{
	text-decoration: underline;
}

#site #footer
{
	color: #d1d1d1;
	font-size: 0.8em;
	text-align: center;
	background: linear-gradient(rgb(252, 252, 252), rgb(255, 255, 255));
}

#site #footer p
{
	margin: 0;
	padding: 0;
}