/* Layout */


* {
	margin: 0;
	padding: 0;
	border: 0;
	border-style: none;
}
html, body {
	position: relative;
}

body {
	background-color: #a8a8a8;
}

#page {
	width: 640px;
	height: 544px;
	margin: 35px auto 35px;
	position: relative;
}
.header {
	width: 570px;
	height: 130px;
	top: 35px;
	left: 35px;
	position: absolute;
}
.clienttext {
	width: 440px;
	top: 222px;
	text-align: center;
	position: absolute;
	margin: 0 100px;
}
.abouttext {
	width: 440px;
	top: 174px;
	text-align: center;
	position: absolute;
	margin: 0 100px;
}
.nav {
	float: right;
	top: 514px;
	position: absolute;
}




/* Styles */
body {
	text-decoration: none;
	font: normal normal normal 12px/16px Arial, Verdana, sans-serif;
}
a, a:link, a:link, a:link, a:hover {
	cursor:pointer;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
} 
a:hover {
	color: #fda0f3;
}
.header h1 {
	font-size: 22px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 7px;
	font-weight: bold;
}
.header h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.header h2 a {
	color: #c7c7c7;
}

.header a:hover {
	color: #fda0f3;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}

.clienttext {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.abouttext {
	text-align: center;
	color: #000;
	list-style: none;	
}
.birds li {
	list-style: none;
}

.birds a {
	list-style: none;
	border: 0 none #fff;
}
.nav ul {
	text-align: right;
}
.nav li {
	float: right;
	list-style: none;
	text-align: right;
	margin: 0 35px 0 10px;
	text-transform: uppercase;
	font-size: 15px;
}
.nav a, a:link, a:link, a:link, a:hover {
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
} 
.nav a:hover {
	color: #fda0f3;
}
