body {
	font-size:			62.5%;    					/* 	sets font size to 10px | 1em=10px		*/	
}

#wrap {
	font-size:			1.2em;						/*  sets font size to 12px | 1em=12px 		*/
}
	
	
/*****   html tags   *****/
	
	
h1 {
	font-size:			1.5em;
}

h2 {
	font-size:			1.3em;
}

h3 {
	font-size:			1.1em;
}

h4 {
	font-size:			1em;
}

h5 {
	font-size:			.8em;
}

h6 {
	font-size:			.5em;
}



/*****   classes   *****/

.mt10 {
	margin-top:			1em;
}


.mt20 {
	margin-top:			2em;
}


.mt30 {
	margin-top:			3em;
}

.mt40 {
	margin-top:			4em;
}

.mt50 {
	margin-top:			5em;
}

.mb10 {
	margin-bottom:		1em;
}


.mb20 {
	margin-bottom:		2em;
}


.mb30 {
	margin-bottom:		3em;
}

.mb40 {
	margin-bottom:		4em;
}

.mb50 {
	margin-bottom:		5em;
}


.frame01a {
	border:			1px solid #000;
}


.frame01b {
	border:			1px solid #fff;
}


.frame02a {
	border:			2px solid #000;
}


.frame02b {
	border:			2px solid #fff;
}

.pullquote {
}

.clear {
	clear:			both;
}

.float_left {
	float:			left;
}

.float_right {
	float:			right;
}


