body {
background: #ccc;
margin-top: 10px;
margin-bottom: 10px;
}

div#container {
margin: 0 auto;
border-left: 1px solid #666;
border-right: 1px solid #666;
color: #666;
background: #fff;
}

.wrapper {
width: 800px;
}

div#indexpic {
margin: 0 auto;
background: #fff url("../images/prima_index2.jpg") no-repeat center center;
height: 395px;
width: 600px;
border: 1px solid #999;
}

div#header {
background: #fff;
height: 180px;
border-top: 2px solid #029a35;
}

div#menucont {
width:100%;
background: #ccc url("../images/indentbg1.gif") repeat-x;
margin-top: 10px;
}

div#menu {
background: #ccc url("../images/indentbg1.gif") repeat-x;
width: 80%;
padding-top: 8px;
padding-bottom: 8px;
}

div#menu a{
color: #fff;
font-weight: bold;
font-size: 16px;
font-family: Trebuchet MS, verdana, arial;
padding: 8px;
text-decoration: none;
}

div#menu a:hover {
color: yellow;
background: url("../images/arrow.gif") no-repeat bottom center;
}

div#menu  .current{
color: yellow;
}

div#content {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
}

div#main {
margin: 0 auto;
background: #fff;
padding: 10px;
width: 95%;
}

div#main p{
font-size: 12px;
}

div#footer {
font-family: Arial, Trebuchet MS, Verdana;
background: #eee url("../images/bgf.png");
border-top: 1px solid #999;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
border-bottom: 1px solid #666;
}

div#footer a{
font-family: Georgia, Verdana, Trebuchet MS;
color: #029a35;
font-size: 13px;
text-decoration: none;
}
div#footer a:hover{
color: #666;
}

div#footlinks {
text-align: center;
}

div#logo {
width:50%;
float:left;
padding-left: 10px;
padding-top: 2px;
}

div#address{
width: 35%;
float:right;
text-align:right;
padding: 10px;
padding-top: 70px;
font-weight: bold;
font-family: Georgia, Tahoma, Verdana, Arial;
}

div#maintext{
text-align: center;
font-size: 15px;
padding: 40px;
}

div#maintext p{
text-align: center;
font-size: 15px;
font-weight: bold;
color: #999;
}

div#maintext a{
text-align: center;
font-size: 15px;
font-weight: bold;
color: #999;
}

div#maintext a:visited{
text-align: center;
font-size: 15px;
font-weight: bold;
color: #999;
}

h1 {
color: #029a35;
font-size: 18px;
font-weight: bold;
text-align: center;
}

