﻿* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0;
}

html {
	height:100%;
	text-align: center;
}



img {
	border-width:0;
}


body {
	font-size:14px;
	font-family:Arial;
	text-align:left;
	color:#fff;
	background-color:#fff;
	height:100%;

}

a:link {color: #000; text-decoration: none; }
a:active {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #000; text-decoration:underline; }



.padstyle {
	padding:10px;
}

#container {
	width:1000px; 
	position:relative;
	height:100%;
	margin:0 auto;

}

#header {
	width:100%; 
	height:150px;
	float:left;
	background:#fff;
}

#header a:link {color: #fff; text-decoration: none; }
#header a:active {color: #fff; text-decoration: none; }
#header a:visited {color: #fff; text-decoration: none; }
#header a:hover {color: #fff; text-decoration:underline; }


.floated {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-342px;/* half elements height*/
	margin-left:-500px;/* half elements width*/
	width:1000px;
	height:684px;
}

#menu {
	width:100%;
	float:left;
	height:32px;
	padding-top:7px;
	font-size:12px;

}


#content {
	width:100%; 
	height:470px;
	float:left;
	background:#005a7c;
	font-style:	
}


#footer {
	width:100%; 
	height:32px;
	text-align:center;
	background:#fff;
	float:left;
	font-size:10px;
	color:#000;
}

