/*
Theme Name: da_8
Theme URI: http://foreignrecreation.com
Description:
Version: 1.0
Author: Jonathan Turner
Author URI: http://jonathanwilliamturner.com
Tags: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


@import "style/reset.css";
@import "style/ie.css";
@import "style/typography.css";
@import "style/layout.css";

/*Utility Styles************************/
.alignright {
	float: left;
}

.alignleft {
	float: right;
}
.aligncenter {
	display:block;
	margin:0 auto;
}