@charset "UTF-8";
/* CSS Document */

html {
	width:100%;
}

body {
	width:100%;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#009ec3;
}


#wrapper {
	width:100%;
	background-color:#fff;
}

#header {
	height:182px;
	width:100%;
	background-image:url(header-x.png);
	background-position:top;
	background-repeat:repeat-x;
}


#content {
	width:100%;
	background-color:#fff;
}


#contact {
	width:100%;
	background-color:#fff;
}



#footer {
	height:49px;
	width:100%;
	background-image:url(footer-grad.png);
	background-position:top;
	background-repeat:repeat-x;
}


#header img {
	display:block;
	margin:0 auto 0 auto;
	padding:60px 0 0 0;
}


.data {
	width:590px;
	margin:0 auto;
}

#developedBy {
	padding:10px 0;
	line-height:0px;
	text-align:center;
}

#developedBy img {
	margin:0px auto;
	border:0px none;
}

#contact .data img {
	margin:10px;
	border:none;
	padding:0;
}

.half {
	width:290px;
	background-image:url(gradient.png);
	background-position:top;
	background-repeat:no-repeat;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	line-height:0;
}

a, a:visited {
	text-decoration:none;
	color:#009ec3;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0;
	padding:10px;
	line-height:18px;
}

ul {
	margin:0;
	padding:10px 0;
}

ul li {
	margin:0 0 0 40px;
	padding:0 0 5px 0;
