/******************** common styles ********************/
body
{
	margin: 38px 0 0;
	text-align: center;
	font: normal 62.5% 'Arial Narrow', Arial, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
background:#fff;
}

p
{
	font-size: 2.1em;
	line-height: 1.36em;
	text-align: justify;
	/*text-align-last: justify;*/
	text-justify: distribute;			/* auto | distribute | inter-word (default) | newspaper */
	margin: 0;
}

p.justify
{
	text-align-last: justify;
}

p.justify:after
{
	content: " ____________________________________________________________";
	line-height: 0;
	color: #ffffff;
}

a
{
	font-weight: bold;
	color: #0081cb;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.kern-1
{
	letter-spacing: -1px;
}

.kern-2
{
	letter-spacing: -2px;
}

.kern-3
{
	letter-spacing: -3px;
}

.kern-4
{
	letter-spacing: -4px;
}

.kern1
{
	letter-spacing: 1px;
}

.kern2
{
	letter-spacing: 2px;
}

.kern3
{
	letter-spacing: 3px;
}

.kern4
{
	letter-spacing: 4px;
}



/******************** container styles ********************/
#container
{
	width: 763px;
	margin: 0 auto;
	text-align: left;
}



/******************** intro styles ********************/
.intro p
{
	text-align-last: justify;
}

intro p:after
{
	content: " ____________________________________________________________";
	line-height: 0;
	color: #ffffff;
}



/******************** graphic styles ********************/
.graphic
{
	margin: 4px 0 6px;
}



/******************** more styles ********************/
.more p
{
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	text-align-last: justify;
}

.more p:after
{
	content: " ____________________________________________________________";
	line-height: 0;
	color: #ffffff;
}



/******************** project styles ********************/
.project
{
	margin: 0 0 2px;
}

.project h1
{
	font-size: 2.6em;
	line-height: 1.0em;
	float: left;
	margin: 0 1px 0 0;
	*margin-top: 4px;
}

.project p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 4px 0 0;
	text-align: right;
}




/******************** footer styles ********************/
#footer
{
	margin-top: 2px;
}

#footer p
{
	font-size: 1.1em;
	line-height: 1.14em;
	word-spacing: -2px;
	text-align-last: justify;
}

#footer p:after
{
	content: " ____________________________________________________________";
	line-height: 0;
	color: #ffffff;
}



/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after
{ 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* end hide from IE-mac */

