@import url(layout.css);
@import url(layout_home.css);
@import url(modules.css);

*{
	margin:0;
	padding:0;
}

body{
	background: url("images/background.gif") repeat;
	font-family: Verdana;
	font-size: 0.75em;
	margin: 0 auto;
	width: 1130px;
}

h1{
	font-size: 1.3em;
	color: #0089c8;
	margin: 40px 0 25px 0;
}

h2{
	font-size: 1.05em;
	color: #0089c8;
	margin: 5px 0;
}

h3{
	font-size: 1.025em;
	color: #0089c8;
}

h4{
	font-size: 1.02em;
	color: #0089c8;
}

h5{
	font-size: 1.01em;
	color: #0089c8;
}

h6{
	font-size: 1.00em;
	color: #0089c8;
}

img{
	border: 0;
}
