* {
    padding:0;
    margin:0;
}

body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 14px;
background: #e1e1e1;
margin: 0;
padding: 0;
}

a { color: #2068AF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { font-family: 'Buda', arial, serif; margin: 3px 0 15px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h1 { font-size: 50px; }
h2 { font-size: 25px; }
h3 { font-size: 23px; }
h4 { font-size: 21px; }
h5 { font-size: 19px; }
ul { margin: 0 0 20px 30px; list-style-type: square; }
ol { margin: 0 0 20px 30px; list-style-type: decimal; }
blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 0 20px 0; }
blockquote p { margin: 0; padding: 0; }
p { padding: 0 0 20px 0; }
table { margin: 0 0 20px 0; text-align: left; width: 100%; }
td, th { padding: 5px; border: 1px solid #e7e7e7; }
th { color: #323232; }

#wrap { 
width: 1000px;
margin: 0 auto;
}

#header {
height: 160px;
background: url(images/triviaheader.jpg) repeat-x;
text-align: right;
}
#header h1 {
font-family: 'Amaranth', arial, serif;
margin: 0;
padding: 20px 30px 0 0;
font-weight: bold;
font-size: 61px;
border: none;
line-height: 1;
background: none;
color: white;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; }
#header h2 { background: none; font-family: 'Buda', arial, serif; border: none; margin: 0; color: yellow; font-weight: bold; font-size: 31px; }
#header h3 { background: none; font-family: 'Buda', arial, serif; border: none; margin: 0; color: white; font-weight: bold; font-size: 24px; }

#menu {
background: url(images/menu.jpg) repeat-x;
height: 50px;
line-height: 50px;
font-size: 14px;
}
#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
font-weight: bold;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuhover5.png) repeat-x;
}

#menushadow { background: url(images/menushadow.jpg) no-repeat; padding: 5px 0; }

#content {
background: url(images/content.jpg) repeat-y;
padding: 10px 30px 20px 30px; 
}

.left {
float: left;
width: 620px;
}

.right { 
float: right;
width: 300px;
color: #717171;
}
.right h3 { background: url(images/rightsidebar.jpg) no-repeat; height: 50px; line-height: 40px; margin: 0; padding: 0 0 0 10px; color: #fff; font-size: 19px; border: none;  font-weight: bold;}
.right B { color: black; text-decoration: none; font-weight: bold; font-size: 12px; font-style: normal;  }
.right UL { color: teal; text-decoration: none; list-style-type: disc;}
.right em { color: #800080; text-decoration: underline; font-weight: bold; font-size: 12px; font-style: normal;  }
 

#contrastbar { background: url(images/purplebar2.jpg) no-repeat; padding: 5px 0; }

#footer { 
background: url(images/footerbar1.jpg) no-repeat;
padding: 0 20px;
height: 50px;
line-height: 40px;
text-align: center;
color: #fff;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.leftfoot { float: left; }
.rightfoot { float: right; }
