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

html{
	font-size: 11px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	margin:0px;
	padding:0px;
	background:#f3f2f2 url(../images/layout/body-bg.jpg);
	background-repeat:repeat-x;
	color:#909090;
	color:#666666;
}

h1{
	font-size:1.6em;
	letter-spacing:1px;
	line-height:1.5em;
	color:#333333;
	margin:10px 0 0 20px;	
}

/* fix layout issues in IE6 and below */
* html div {
	height: 1px;
}

img{
	border:none;
}
