/**************** Body and tag styles ****************/
* {
		padding: 0; 
	margin: 0 ;

}

body{

padding: 0; 
margin: 0 ;
font:86% Arial,Verdana,Tahoma,sans-serif;
line-height:1.4em;
background:#fff;
margin-bottom:50px

}

a{
color:#FFF;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#FFF; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.2em 0;}


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

.clearfix {display: inline-block;}

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

/* -------------------------------------------------------------------------- */


/**************** Header and navigation styles ****************/



#container{

width:900px;
margin:20px auto;
padding:0px 0;



color:#fff;
font-size:13px;

}



/**************** Header ****************/



#header{
height:73px;

margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
background: url(../images/logo2.gif) no-repeat top right;
background-color: #E10079;
color:#ffffff;

}



/**************** Content styles ****************/

#content{
padding-top:210px ;
width:900px;
height:526px;
color:#777;
background: url(../images/bg1.jpg) no-repeat;
text-align:center;
}

#content3{

width:900px;
color:#E10079;
font-weight:bold;
font-size:13px;

text-transform: uppercase;
letter-spacing:1px;

}


#content3 a:hover{
color:#E10079;
}


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

