* {
padding: 0px;
margin: 0px;
}
a {
font-family: Verdana, Arial, Sans-Serif;
font-size: 8pt;
}
body {
background: #fff;
color: #333;
font-family: Verdana, Arial, Sans-Serif;
font-size: 8pt;
}
h1, h2, h3, h4, h5, h6 {
color: #222;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-weight: normal;
letter-spacing: -1px;
}
h1 {
font-size: 22pt;
}
h2 {
font-size: 20pt;
}
h3 {
font-size: 18pt;
}
h4 {
font-size: 14pt;
letter-spacing: 0px;
}
h5 {
font-size: 12pt;
letter-spacing: 0px;
}
p {
color: #333;
font-family: Verdana, Arial, Sans-Serif;
font-size: 8pt;
}
a img {
text-decoration: none;
border: 0px;
}
#main {
float: left;
width: 100%;
height: 90%;
}
#topbar {
background: #444 url(menubg.png) repeat-x top left;
float: left;
width: 100%;
height: 40px;
}
#logo {
float: left;
width: 400px;
height: 40px;
margin-left: 20px;
}
#menu {
background: #444 url(menubg.png) repeat-x top left;
float: right;
width: auto;
height: 28px;
margin-right: 20px;
padding-top: 12px;
}
#menu li {
list-style: none;
display: inline;
}
#menu li a {
color: #fff;
text-decoration: none;
padding: 12px 10px 15px 10px;
margin-left: -5px;
}
#menu li a:hover {
background: #219EFF url(menubg_hover.png) repeat-x top left;
}
#selected {
background: #219EFF url(menubg_hover.png) repeat-x top left;
}
#content {
float: left;
clear: both;
width: 80%;
height: auto;
margin-left: 10%;
margin-top: 20px;
}
#content p {
padding: 10px;
}
#content img {
padding: 5px;
border: #ccc solid 1px;
}
#left {
float: left;
width: 60%;
height: auto;
}
#review {
float: right;
width: 200px;
margin-right: 20px;
}
#footer {
position: absolute;
bottom: 2px;
left: 20px;
width: 80%;
height: 20px;
}

.title {
width: 100%;
padding-bottom: 2px;
padding-left: 5px;
padding-top: 2px;
margin-bottom: 5px;
border-bottom: #ccc solid 1px;
}

/*Form styling*/
label {
float: left;
width: 120px;
}
input[type=text], textarea {
width: 250px;
}
select {
width: 150px;
}
.buttons {
background: #f3f3f3;
border-top: #ccc solid 1px;
float: left;
width: 480px;
padding: 10px;
}
.buttons input {
float: right;
margin-right: 10px;
}