@charset "utf-8";

@import url(reset.css);
@import url(layout.css);
@import url(typography.css);
@import url(navigation.css);
@import url(form_styles.css);

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	color: #333333;
	/*background: url(../images/gradient_background_new.png) fixed center 50px no-repeat;*/

}

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: transparent url(../images/pattern_background.gif) repeat;
}
