/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,em,strong,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*
MAIN STRUCTURE
---------------------------------------------------------------------------------------------------------------- */
html{
	font-size:16px;
	height:101%;
}
body{
	font-size:62.5%;
	font-family:Verdana, Arial, sans-serif;
}
#wrapper{
	width:94em;
	margin:0 auto;
	padding-bottom:1.8em;
}
/*
TYPE STYLES
---------------------------------------------------------------------------------------------------------------- */
h1{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:0.9em;
}
h2{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.8em;
	line-height:1.5em;
	margin-bottom:1em;
}
/*
MENU STYLES
---------------------------------------------------------------------------------------------------------------- */
dl{
	margin-bottom:1.8em;
	margin-left:1.8em;
	width:50em;
}
dt{
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:0.5em;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	position:relative;
	background:url(images/dot.gif) bottom left repeat-x;
}
dt strong{
	background:#fff;
	font-weight:bold;
	padding:0.1em 0.3em 0.1em 0;
}
dt span{
	position:absolute;
	right:0;
	background:#fff;
	padding:0.1em 0 0.1em 0.3em;
}
dd{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:1.5em;
	margin-left:2em;
}
