body {
   background-color: #111;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#3d3c3a;
}

img {
   border: 0px;
}

a {
   color:#3d3c3a;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

label {
   width: 125px;
   float: left;
}
#wrapper {
   background: url('/templates/PrishtinaInsight/img/background.jpg') #fff;
   background-repeat: no-repeat;
   width: 1000px;
   margin: auto;
}

#header { 
   padding: 45px;
}

#menu {
   padding-top: 20px;
   font-size: 13px;
   font-weight: bold;
}

#menu a {
   text-decoration: none;
   color:#3d3c3a; 
}

#menu a:hover {
   text-decoration: underline;
}

#content {
   padding: 20px 45px 20px 45px;
}

#content_main {
   width: 450px;
   float: left;
   border-right: 1px dotted #3d3c3a;
   padding-right: 20px;
}

#price_table, #price_table td {
   border: 1px solid #3d3c3a;
   border-collapse: collapse;
   padding: 3px;
}

#price_table th {
   border: 1px solid #3d3c3a;
   border-collapse: collapse;
   padding: 3px;
}

#price_table td.area {
   width: 200px;
}

#price_table td.price {
   text-align: center;
} 

#contact {
   padding-left: 50px;
}

#contact_form #name, #contact_form #email, #contact_form #subject {
   width: 300px;
}

#contact_form #submit {
   width: 100px;
}

#contact_form textarea {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   width: 300px;
   height: 100px;
}

.error {
   color: #f00; 
}

#downloads {
   width: 400px;
   float: left;
   padding-left: 20px;
}

#latest_issue {
   text-align: center;
   width: 170px;
   float: left;
}

#old_issue {
   text-align: center;
   width: 200px;
   float: left;
}

#old_issue p {
   margin: 50px 0 0 0;
}

#footer {
   margin: 25px;
   padding: 25px 0 25px 0;
}

#footer hr {
   color: #3d3c3a;
   background-color: #3d3c3a;
   height: 1px;
}

#family {
   float: left;
   padding-right: 100px;
}

.partner {
   float: left;
   padding: 3px;
}

.clearfloat {
   height: 10px;
   clear: both;
}

