@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#pageWrap {
	position: relative;
	margin: 20px auto;
	width: 804px;
	height: 504px;
	background-image: url(images/all-bg.gif);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 289px;
	top: 13px;
	border: none;
}
ul#navMain {
	position: absolute;
	top: 166px;
	right: 515px;
	text-align: right;
	list-style: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
}
ul#navMain li a:link, ul#navMain li a:visited {
	color: #a7ddef;	
	text-decoration: none;
}
ul#navMain li a:hover, ul#navMain li a:active {
	color: #fff;
	text-decoration: none;
}
#contentWrap {
	position: absolute;
	top: 148px;
	left: 301px;
	width: 415px;
}
#email {
	position: absolute;
	top: 451px;
	left: 428px;
	border: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #a7ddef;	
}
p {
	margin-bottom: 22px;
}
a:link, a:visited {
	color: #a7ddef;	
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
#imgGeneral {
	float: left;
	margin-right: 14px;
}
#textWrap {
	float: left;
	width: 295px;
}

/* Index
------------------------------------------------------------------- */
#imgIndex {
	margin-bottom: 3px;
}
#copyIndex {
	color: #a7ddef;
	font-size: 17px;
	line-height: 21px;
	text-align: justify;
	font-weight: normal;
}

/* About Us
------------------------------------------------------------------- */
#imgWrap {
	float: left;
	margin-right: 14px;
}
#imgHilde {
	margin-bottom: 8px;
}
#about a:link, #about a:visited {
	color: #fff;	
	text-decoration: none;
}
#about a:hover, #about a:active {
	color: #a7ddef;
	text-decoration: none;
}
