/* CSS Document */

html, body{
	background-color:#000000;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#A6A6A6;
	background-image: url(../_images/bg_image.jpg);
	background-repeat: no-repeat;
}

a{
color:#A6A6A6;
text-decoration: none;
font-size: 110%;
}

a:hover{
text-decoration: underline;
}

#header{
	height: 30px;
	width: 100%;
	font-size: 70%;
	padding-top: 10px;
}

#navigation{
	width: 715px;
	text-align: right;
}

#wrapper{
	margin-top: 220px;
	width: 760px;
}

#contentRight{
	font-size: 70%;
	float:right;
	width: 378px;
	margin-right: 40px;
	text-align: justify;
	line-height: 1.8em;
}

#contentLeft{
	padding-top: 150px;
	width: 300px;
	margin-left: 25px;
	font-size: 70%;
}

#footer{
	clear: both;
	height: 50px;
	font-size: 60%;
	width: 715px;
	text-align: right;
	margin-top: 50px;
}

.contactIcon img{
	vertical-align: middle;
}