/*=========================================
New CSS Values goes above
=========================================*/


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align:center;
	width:100%;
           	background-color: #000; 
margin: auto;
	}

td {
	font:100% Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
a{
	color: #999999;
	text-decoration:none;
	font-weight:bold;
	text-decoration: none;
	} 
a:visited{
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	text-decoration: none;
	}
	
a:hover {color: #ffffff;
	text-decoration: underline;
	}


h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
	color: #666666;

}
h2 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
	color: #666666;
}

h3 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
	color: #666666;
}

p {
    text-align: center;
	color: #666666;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#page{
           	background-color: #000; 
}
#pagecell{
	position: relative;
	margin-left:auto;
      margin-right: auto;
	width: 900px;
	background-color: #000;
             height: auto;
	}
	
#content{
	position: relative;
	margin: auto;
        margin-bottom: -13px;
	width:857px;
	min-height: 450px;
       _height: 450px;
	text-align: left;
             background: url(images/content.jpg) center no-repeat;

}

#text{
             width: 700px;
             padding:20px 40px 0 70px;
             }

#text p{
     text-align: justify;
     font-size: 13px;
     font-weight: bolder;
}



#footer{ 
             position:relative;
             height: 243px;
             width: 857px;
             margin:auto;
             bottom :0px;
             padding: 10px 0px 10px 0px;
	margin-top: 10px;
             margin-bottom:0px;
             font-size:0.8em;
	background: url(images/footer.jpg) center no-repeat;
}

#logos{
             width: 800px;
             padding:40px 40px 0 40px;
             }

