@charset "utf-8";
/* CSS Document */

/*
Author: Christian Huellmann
Author URI: http://www.huellmann.com/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	
	color: #53534d;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
}

.alignleft,
.float-left {
	float: left;
}

.alignright,
.float-right {
	float: right;
}

.text-left { 
	text-align: left;
}

.text-right { 
	text-align: right;
}

.text-center { 
	text-align: center;
}

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

/*
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
*/




