/*Lets see what this can do then shall we! 
 * 
 */


body { margin: 0; padding: 0; font-family: Tahoma, Geneva, sans-serif; }
h1 { font-family: Trebuchet MS1, Trebuchet MS, sans-serif; font-weight:bold; font-style: italic; }
h2, h3 { font-family: Trebuchet MS1, Trebuchet MS, sans-serif; }
p { font-family:; }
a { text-decoration: none; font-weight: bold; }

#mainWrapper { width: 920px; margin: 0 auto; }

#mainMenu { height: 40px; background: #880000; }
#mainMenu ul { list-style-type: none; }
#mainMenu li { float: left; }
#mainMenu a { padding: 4px 12px; margin: 2px 4px; background: #770000; color: #ddd;}
#mainMenu a:hover { background: #660000; }

#mainPage { background: #ccc; padding: 10px;}
