/*===================================	
	type.css
	www.juliendecaudin.com    
    by Julien Decaudin http://www.juliendecaudin.com
    22/08/2010
===================================*/

body
{
    font-family: Arial, Sans-Serif;
    font-size: 100%;
    line-height: 0.94em; /* 15px */
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
}

/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Paragraph */
p
{
    font-size: 0.69em; /* 11px */
    line-height: 16px;
}

/*-------------> Links */
a
{
    text-decoration: none;
}

/*--------------------------------------------------=> MASTER LAYOUT */
#page
{
	text-align:center;
}

/*--------------------------------------------------=> UTILITY CLASSES */
.clearer, .spacer
{
    line-height: 0;
    font-size: 0;
}
