@charset "utf-8";
/* CSS Document */
html , body {
	margin:0px;
}
 
body{
	background-color:#FFF;
	text-align:center;
	margin: 0;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #D6D6D6;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color:#CCC;
}

h1 {
	font-size: 250%;
	color: #00F;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 180%;
	color: #666;
}

h3 {
	font-size: 132%;
	font-weight: bold;
}

h4 {
	font-size: 128%;
	font-weight: normal;
}

p, ol, ul {
	/*	line-height: 160%; */
	font-size: large;
	color: #FFF;
}

img {
	border: none;
}
 
#container{
	margin:0 auto;
	position:relative;
	width:auto;
	color: #F00;
}
#container img{
	float:right;
	padding-left:50px;
	font-size: 16px;
}
 
#header{
	height:110px;
	padding-top:20px;
}
 
#content{
	background:#ffffff;
	padding:25px;
	text-align: center;
}
 
#content p {
	font-family:arial;
	font-size:18px;
	font-weight: bold;
	color: #F00;
}

#navigation p {
	font-size:14px;
	color:#666;
	margin: 0;
	line-height: normal;
	text-decoration:;
}

#links {
	
	padding: 16px 0 0 0;
}

#header p u {
	color: #F00;
	font-weight: bold;
}
#header p {
	color: #FF0;
}
#content ul {
	color: #00F;
	text-align: center;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
#container #header p {
	color: #FFF;
	font-weight: bold;
	color: #000;
}
#container #content p {
	color: #333;
	text-align: left;
	line-height:1.6em;
	font-weight: normal;

}

#footer p{
	height:36px;	
	font-size:14px;
	color:#666;
	margin: 10px;
	line-height: normal;
	}


	
