* {
   margin:0;
   padding:0;
}

img {
   margin:0;
   padding:0;
   border:0;
}

html, body {
   font-family: Arial, Helvetica, sans-serif;   
   font-size:10pt;
   color:#333333;
   background:#394047 url('images/wallpaper.jpg') repeat-x;
   background-position:top center;
   background-attachment:fixed;
}

#wrapper {
   padding:25px;
   width:795px;
   margin:auto;
}

#header {
   margin-bottom:15px;
   background:#dedede url('images/banner.jpg') no-repeat;
   background-position:top left;
   position:relative;
   height:62px;
   width:795px;

}

#footer {
   padding:6px 5px;
   height:50px;
   background:#cccccc url('images/footer.jpg') no-repeat;
   background-position:top left;
   clear:left;
   display:block;
}

#logo {
   float:left;
}

#navigation {
   float:right;
   padding-right:14px;
}

.main_work {
   float:left;
}

a.head {
display:block;
height:100%;
width:100%;
}

.content {
   margin-bottom:15px;
   float:left;
   width:795px;}
   
#text {
   padding:14px;
   background:#dedede url('images/back.jpg') repeat-x;
   background-position:top left;
}

.caption {
   background:#dedede url('images/back.jpg') repeat-x;
   height:42px;
   padding: 10px;
   }
   
a:active, a:link, a:visited {
   color:#333333;
   text-decoration:none;
}

a:hover {
   color:#666666;}
   
h3 {
   margin-bottom:10px;
}

table {
   border-collapse: collapse;
}

tr {
	border-bottom: 1px solid #cccccc;
	padding:2px 0;
}