body	{
margin: 0;
padding: 0;
text-align: center;
background: #000;
}

img	{
border: 0;
}

a	{
text-decoration: underline;
color: #eee;
}

a:hover	{
text-decoration: none;
color: #eee;
}

.wrapper	{
position: relative;
width: 1050px;
margin: 25px auto;
font: 12px georgia, 'times new roman', serif;
color: #eee;
}

.textLeft	{
text-align: left;
}

.textCenter	{
text-align: center;
}

.textRight	{
text-align: right;
}

ol	{
margin: 0 0 20px 35px;
padding: 0;
}

ol li	{
margin-top: 10px;
}

.floatLeft	{
float: left;
}

.floatRight	{
float: right;
}

.header	{
padding-bottom: 10px;
border-bottom: 3px solid #444;
}

.logo	{
width: 200px;
}

.topNav	{
font-size: 13px;
width: 720px;
margin: 60px 0 0 0;
}

.topNav a	{
text-decoration: none;
color: #ddd;
}

.topNav a:hover	{
text-decoration: none;
color: #b5b0ce;
}

.contentHome	{
padding: 25px 120px 20px 210px;
}

.content	{
padding: 25px;
}

/*
=======================================================================================
 Clear
=======================================================================================
*/

.clear:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
