#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */
body {
	background:  url(img/body-defaut.jpg) repeat;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

#subwrapper {
	background: url(img/header-defaut.jpg) repeat-x;
}

#header {background: url(img/logo-defaut.jpg) no-repeat left top;
	height: 130px;width:820px;margin:0 auto;
}
h1 {
border-bottom:1px dotted #F4433D;
color:#F4433D;
}
h1 a, h1 a:visited {
	color: #F4433D;
	text-decoration: none;
}
h1 a:hover {
	color: red;
	text-decoration: none;
}
h2 {
	-x-system-font:none;
	border-bottom:1px dotted #FF928F;
	color:#FF928F;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:150%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	margin:3px 0 10px 10px;
padding-bottom:4px;
}
h2 a, h2 a:visited {
	color: #FF928F;
	text-decoration: none;
}
h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
