* {
margin:0px;
padding:0px;
}
body {
color:#FF9;
background-color:#9C0;
background-image:url('images/bg.jpg');
text-align:center;
font-family:trebuchet ms, sans-serif;
font-size:11pt;
}
h1 {
margin:20px 0px 10px 0px;
font-family:times, serif;
font-size:30pt;
font-weight:normal;
}
h2 {
margin:20px 0px 10px 0px;
font-family:georgia, serif;
font-size:24pt;
font-weight:normal;
}
p {
margin:10px 0px;
}
li {
margin:0px;
margin:5px 0px 5px 10px;
padding:0px 0px 0px 20px;
list-style-type:none;
background-image:url('images/li.gif');
background-repeat:no-repeat;
background-position:0px 7px;
}
a {
color:#FFF;
background-color:inherit;
}
img {
display:block;
border-width:0px;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#head {
height:350px;
overflow:hidden;
background-image:url('images/top.jpg');
background-repeat:repeat-x;
text-align:center;
}
div#top {
width:900px;
height:350px;
overflow:hidden;
margin:0px auto;
background-image:url('images/mainimg.jpg');
background-repeat:no-repeat;
background-position:right;
text-align:left;
position:relative;
}
div#cardbox {
background-image:url('images/cbox.jpg');
text-align:center;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}
div#cards {
width:900px;
overflow:hidden;
margin:0px auto;
padding:25px 0px;
}
div#body {
width:900px;
overflow:hidden;
margin:0px auto;
padding:25px 0px;
text-align:left;
}
div#foot {
width:900px;
overflow:hidden;
margin:0px auto;
background-image:url('images/foot.jpg');
background-repeat:no-repeat;
padding:25px 0px;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#bodytxt {
background-image:url('images/btbody.jpg');
background-repeat:repeat;
margin:50px 0px;
}
div#bodytxthead {
width:900px;
height:50px;
overflow:hidden;
background-image:url('images/bthead.jpg');
background-repeat:no-repeat;
}
div#bodytxtbody {
padding:0px 50px;
}
div#bodytxtfoot {
width:900px;
height:50px;
overflow:hidden;
background-image:url('images/btfoot.jpg');
background-repeat:no-repeat;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#foot p {
text-align:center;
margin:0px;
font-size:10pt;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#bbl_a {
width:400px;
overflow:hidden;
margin:0px 100px 0px 0px;
display:inline;
float:left;
}
div#bbl_b {
width:400px;
overflow:hidden;
margin:0px;
display:inline;
float:left;
}
div#bbl_c {
width:900px;
overflow:hidden;
margin:0px;
display:inline;
float:left;
}
div.bblimg {
width:150px;
overflow:hidden;
margin:20px 20px 20px 0px;
display:inline;
float:left;
}
div.bbltxt {
width:230px;
overflow:hidden;
margin:20px 0px;
display:inline;
float:left;
}
div.bblbtxt {
width:730px;
overflow:hidden;
margin:20px 0px;
display:inline;
float:left;
}
div#bbl_c span {
font-weight:normal;
color:#FFC;
background-color:inherit;
}
/* --- --- --- --- --- --- --- --- --- --- */
div#top h1 {
position:absolute;
top:230px;
margin:0px;
width:450px;
text-align:right;
color:#FFC;
background-color:inherit;
}
div#top h1 span {
color:#9C0;
background-color:inherit;
display:block;
text-align:left;
}
div#top h2 {
position:absolute;
top:60px;
left:100px;
margin:0px;
}
div#top h2 a {
display:block;
width:250px;
height:100px;
background-image:url('images/logo2.gif');
background-repeat:no-repeat;
}
div#top h2 a span {
display:none;
}
/* --- --- --- --- --- --- --- --- --- --- */
div.card {
width:180px;
height:240px;
overflow:hidden;
position:relative;
background-image:url('images/card.jpg');
background-repeat:no-repeat;
margin:0px;
display:inline;
float:left;
}
div.card h3 {
position:absolute;
top:20px;
right:20px;
margin:0px;
text-align:right;
font-size:14pt;
font-weight:bold;
color:#C30;
background-color:inherit;
z-index:2;
}
div.card img {
position:absolute;
top:35px;
left:20px;
z-index:1;
}
div.card p {
position:absolute;
top:150px;
right:20px;
width:140px;
height:70px;
margin:0px;
text-align:left;
font-size:10pt;
color:#600;
background-color:inherit;
}
/* --- --- --- --- --- --- --- --- --- --- */
div.arr {
width:180px;
height:240px;
overflow:hidden;
margin:0px;
display:inline;
float:left;
}
div.arr a span {
display:none;
}
div.arr a#left {
display:block;
width:80px;
height:80px;
overflow:hidden;
margin:80px 50px;
background-image:url('images/leftarr.jpg');
background-repeat:no-repeat;
}
div.arr a#right {
display:block;
width:80px;
height:80px;
overflow:hidden;
margin:80px 50px;
background-image:url('images/rightarr.jpg');
background-repeat:no-repeat;
}
div.arr a:hover {
background-position:0px -80px;
}
/* --- --- --- --- --- --- --- --- --- --- */
div.tbl {
text-align:center;
margin:20px 0px;
}
div.tbl table {
border-collapse:collapse;
margin:0px auto;
}
div.tbl table th {
padding:3px 5px;
border:1px solid #FFF;
font-weight:bold;
text-align:center;
background-image:url('images/bg.jpg');
}
div.tbl table td {
padding:3px 5px;
border:1px solid #FFF;
text-align:right;
width:100px;
}
/* --- --- --- --- --- --- --- --- --- --- */
div.pictbox {
margin:30px 0px 0px 0px;
}
div.pictbox img {
margin:0px 10px 10px 0px;
display:inline;
float:left;
}
/* --- --- --- --- --- --- --- --- --- --- */
