body{
	font-family:"Georgia", Georgia, serif;
	font-size:75%;
}

#header{
	
}

#menu {

}

#main-content{

}

/*Main styles that are good for theming...*/

a{
	color:#666;
	text-decoration:none;
	outline:none;
}

a:hover;{
	color:#444;
	text-decoration:underline;
}

li{
  
}

li{
	list-style: none;	
}


ul.menuSection{
	
}

p.sectionTitle{
	font-size:1.2em;
}

li.menuItem {
	/*list-style-image: none;*/
	list-style: none; /*think I only need this*/
	/*list-style-type: none;*/
}

a.sectionButton{
	
}