﻿* {
    padding: 0;
    margin: 0;
} 

body {
background: #4c320d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;;
}

img { border: none; }
a { color: #4c320d;  }a:hover { text-decoration: none; color : #000; }#wrap {margin: 20px auto;width: 800px;}#header { 
background: #4c320d url(images/head.jpg) no-repeat;
height: 100px;
}
#header h1 {
font-size: 32px;
font-weight: 100;
letter-spacing: 0px;
padding: 20px 0 5px 20px;
}
#header h1 a {
color: #ffffff;
text-decoration: none;
}
#header h1 a:hover {
color: #000000;
text-decoration: none;
}
#header h2 {
color: #fafad2;
font-size: 12px;
font-weight: 100;
padding: 0 0 0 20px;
letter-spacing: 0px;
line-height: 12px;
}

#menu {
height: 30px;
line-height: 30px;
background: #4c320d url(images/men.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {display: block;float: left;}#menu ul li a {
color: #fafad2;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #000000;
text-decoration: underline;
}

#content {
background: #fafad2 url(images/body.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 800px;
float: left;
text-align: justify;
}
.left h2 {
color: #ffffff;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
width: 0px;
float: right;
font-size: 12px;
}
.right ul {list-style-type: square;padding: 5px 10px 10px 20px;}.right h2 {height: 30px;font-size: 12px;color: #666;line-height: 30px;}.right a { text-decoration: none }#top {
background: url(images/up.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: url(images/up.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #fafad2;
font-size: 8px;
padding: 0 0 10px 0;
}
#footer a { color: #eee; }
