* {
margin: 0px;
padding: 0px;
}
img {
}
ul, li {
list-style: none;
}
a {
color: #36160b;
outline: none;
}
a:hover {
color: #06F;
outline: none;
text-decoration: underline;
}
body {
background: #e4cd7d url(../img/bgPattern.jpg) repeat-x center top;
font-family: Trebuchet MS;
font-size: 12px;
color: #36160b;
}
h1 {
font: 24px Georgia;
color: #812b0f;
margin-bottom: 8px;
}
h2 {
font: 17px Georgia;
color: #a32a02;
margin-bottom: 2px;
}
#wrapper {
width: 960px;
margin: 0 auto;
}
#header {
background: url(../img/headerBg.png) no-repeat left top;
height: 101px;
position: relative;
}
#header .langMenu {
position: absolute;
right: 13px;
top: 5px;
width: 95px;
height: 20px;
color: #ebdeb1;
text-align: center;
}
#header .langMenu a {
color: #ebdeb1;
text-decoration: none;
}
#header .langMenu a:hover {
color: #f8f3e1;
}
#header .langMenu a.selected {
color: #fff;
}
#container {
background: url(../img/contentBg.png) repeat-y left top;
}
#container .leftMenu {
width: 143px;
float: left;
padding: 20px 15px;
}
#container .leftMenu ul {
font-weight: bold;
}
#container .leftMenu ul li {
color: #541600;
}
#container .leftMenu ul li a {
color: #541600;
text-decoration: none;
display: block;
background: url(../img/menuBullet.gif) no-repeat left 2px;
padding-left: 18px;
margin: 5px 0;
}
#container .leftMenu ul li a:hover {
background: url(../img/menuBulletSelected.gif) no-repeat left 2px;
}
#container .leftMenu ul li.selected a {
background: url(../img/menuBulletSelected.gif) no-repeat left 2px;
}
#container .content {
width: 530px;
float: left;
padding: 20px;
}
#container .content p {
margin-bottom: 14px;
line-height: 17px;
}
#container .content ul {
margin-bottom: 14px;
}
#container .content ul li {
list-style: square;
list-style-position: outside;
margin: 0 0 2px 16px;
}
#container .images {
width: 217px;
float: left;
padding: 22px 0;
}
#container .images .frame {
width: 150px;
height: 100px;
background: url(../img/imagesFrame.png) no-repeat left top;
padding: 17px 20px;
margin: 0 auto;
}
#container .images .frame img {
display: block;
}
#footer {
background: url(../img/footerBg.jpg) no-repeat left top;
height: 30px;
font: 10px Tahoma;
color: #36160b;
padding: 33px 0 0 0px;
}