@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
font: 12px Tahoma;
color: #360906;
background: url(images/main_bg2.jpg) ;
}
.container {
background: url(images/main_bg.jpg) repeat-x;
}
.header {
background: url(images/bg_header.jpg) repeat-x;
}
#content {
background: url(images/line.gif) repeat-y;
padding: 50px;
}
.body_link {
font: 12px Tahoma;
color: #360906;
}
.gradient {
background: url(images/gradient_bg.gif) repeat-x #e9c2ac;
}
#footer {
background: url(images/footer_bg.jpg) repeat-x;
color: #b45e0f;
font: 11px Tahoma;
}
#footer a:link, a:visited {
color: #b45e0f;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
img {
border: 0;
}
p {
line-height:16px; margin:5px 0 15px 0;
}
h1 {
font: bold 16px Arial;
color: #cc6600;
text-decoration: none;
text-transform: uppercase;
margin: 0 0 15px 0;
}
h2 {
font: bold 14px Arial;
color: #cc6600;
margin: 0 0 15px 0;
text-transform: uppercase;
margin: 0 0 15px 0;
}
h3 {
font: bold 12px Arial;
}
a:link, a:visited {
color: #360906;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #cc6600;
}
input {
background-color: #FFFFFF;
border: 1px solid #7f9db9;
}

