html, body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
margin: 0;
padding: 0;
}

*html body {
text-align: center;
}

#wrapper {
width: 930px;
margin: 0 auto;
}

*html #wrapper {
text-align: left;
}

#header {
background: url("../images/shared/logo_tag.jpg") no-repeat;
height: 68px;
margin-top: 20px;
}

#menuwrapper {
width: 930px;
margin-top: 20px;
margin-bottom: 10px;
}

#menuleft {
width: 300px;
height: 400px;
float: left;
margin-right: 20px;
}

#menuright {
width: 600px;
height: 400px;
float: left;
}

#accordion {
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#accordion ul {
list-style-type:none;
margin: 0;
padding: 0;
}

#accordion h3 {
font-weight: bold;
}

.link {
padding-left: 20px;
padding-bottom: 2px;
margin-bottom: 10px;
border-bottom: 1px dotted #cccccc;
background: url(images/bullet-trans.png) no-repeat center left;
}

.link a {
text-decoration: none;
}

.link a:hover{
text-decoration: underline;
color: #5B85AD;
}

.pics {
width:   600px;
height:  400px;
padding: 0;
margin:  0;
}

.pics img {
padding: 10px;
border:  1px solid #cccccc;
background-color: #ffffff;
width:  580px;
height: 380px;
top:  0;
left: 0;
}

#footer {
clear: both;
text-align: center;
padding: 10px 5px;
}
