/** BASIC */
html, body {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
background: #666666
background-image:
url(images/bg01.jpg);
background-attachment:
fixed
}
/** FORMS */
form {
margin: 0px;
padding: 0px;
}
/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
margin: 0px;
}
/** TEXTS */
body, th, td, input, textarea, select {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CDC2B0;
}
p, blockquote, ul, ol, dl {
margin-top: 0px;
margin-bottom: 1em;
text-align: justify;
}
.ul1 {
margin-left: 0px;
padding-left: 0px;
list-style: none;
}
.text1 {
font-size: 11px;
font-weight: bold;
color: #F9E7CB;
}
.text2 {
font-weight: bold;
color: #F5E9D3;
}
.text3 {
margin: 0px;
padding: 0px;
text-align: center;
color: #6F6250;
}
/** LINKS */
a {
color: #ECE0CB;
}
a:hover {
text-decoration: none;
}
/** STYLES */
.style1 {
margin: 0px;
padding: 0px;
text-align: center;
color: #91806B;
}
.style1 a {
color: #91806B;
}
.style1 a:hover {
}
/** BACKGROUNDS */
.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 {}
.bg3 { background: url(images/bg06.jpg) no-repeat left top; }
.bg4 { background: url(images/bg07.jpg) repeat-y center top; }
.bg5 { background: url(images/bg08.jpg) no-repeat left bottom; }
.bg6 { background: url(images/bg09.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage07.jpg) repeat-y right top; }
.bg8 { background: url(images/homepage08.jpg) repeat-x left top; }
.bg9 { background: url(images/homepage15.jpg); }
.bg10 { background: url(images/homepage16.jpg); }
/** MISC */
.align-justify { text-align: justify; }
.img1 {
float: left;
margin-right: 15px;
}
.img2 {
float: right;
margin-left: 15px;
}
hr { display: none; }
.hr1 {
height: 1px;
}
.h100 {
height: 100%;
}
html>body .h100 {
height: auto;
}