/*defaults*/
/*paragraph setting*/
p		
{
    font-family: arial,"Trebuchet MS", verdana,"Times New Roman", serif;
    font-size:12px; 
    margin:0;
    padding:0 0 0px 0; 
}
/*hyperlink setting*/
a
{
    color:#000000; 
    text-decoration:underline; 
}

a:hover	
{
    color:#225799; 
    text-decoration:none;
 }

#mainheader	{
padding:10px 10px 10px 10px;
}
 
/*contain container setting*/
#container	
{
    margin:0px auto;
    text-align:center; 
    width:744px;
    font-family: arial,"Trebuchet MS", verdana,"Times New Roman", serif;
    font-size:12px; 

}

#holder		
{
    width:100%; 
    padding:5px 20px 5px 20px; 
    background:"http://i286.photobucket.com/albums/ll83/madmadie92/background-1.jpg"
    text-align:left; 
}

#logo		
{
    background: "http://i286.photobucket.com/albums/ll83/madmadie92/alwaha3d-1.gif";
    padding:5px 30px 20px 0px; 

    
}

/*Copy right position setting*/
#copyright	
{
    float:right; 
}


.clearfix:after 
{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
}

.clearfix 
{
    display:inline-block; 
 }

* html .clearfix 
{
    height:1%; 
}

.clearfix 
{
    display:block; 
}

/*menu if you had created member module*/
#headermenu	
{
	float:right;
}