/*paragraph setting*/
/* CSS Document */
img, div, input { behavior: url("iepngfix.htc") }
img { -ms-interpolation-mode:bicubic; }
p		
{
    font-family: arial,"Trebuchet MS", verdana,"Times New Roman", serif;
    font-size:12px; 
    margin:0;
    padding:0 0 0 0; 
}
/*hyperlink setting*/
a
{
    color:#000000; /*Content hyperlink text color*/
    text-decoration:underline; 
}

a:hover	
{
    color:#225799; /*Content hyperlink text color when hover the link.*/
    text-decoration:none;
 }

/*Container setting*/
#container	
{
    margin:0px auto;
    width:760px;
    /*Content font style here.*/ 
    font-family:arial,"Trebuchet MS",verdana,"Times New Roman",serif;
    /*Content font size.*/
    font-size:12px; 

}

#holder		
{
    width:100%; 
    padding:5px 20px 5px 20px; 
    background:#FFFFFF; /*Container background color.*/
    text-align:left; 
}

#logo		
{
    padding:5px 30px 20px 0px; /*Logo container's padding(Top Right Bottom Left).*/
    
}

/*Copyright position setting*/
#copyright	
{
    float:right; 
}

/*menu if you had created member module*/
#headermenu	
{
	float:right;
}

