/*
Company:	Shuttlefare
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for  modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
  background: url(../images/page-bkg.gif) repeat-x 0 0 #fff;
}
body {

}

.side ul li {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}
.side ul {
  list-style:none;
  margin-left:0px;
  margin-bottom:20px;
  padding-left:0px;
}

.content ul{
  margin-left:0px;
  padding-left:0px;
}
.content ul li {
  list-style: none;
}
