153 lines
2.7 KiB
CSS
153 lines
2.7 KiB
CSS
|
|
<STYLE type="text/css">
|
|
BODY { font-family: sans-serif; }
|
|
H1, H2, H3, P, PL, PR, TABLE, TH, TD, TITLE { font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; }
|
|
TABLE, TH, TD { border-collapse:collapse; border:0px solid black;}
|
|
TH, TD { padding:5px; }
|
|
SUP {font-size: x-small; color: #666666;}
|
|
DIV.endnote P {color: #333333;}
|
|
.link { text-decoration: underline; }
|
|
#wrap {
|
|
width:1200px;
|
|
margin:auto;
|
|
padding:0px;
|
|
}
|
|
#container1{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#ffffff;
|
|
overflow:hidden;
|
|
position:relative;
|
|
border-bottom: 1px solid #cf0000;
|
|
}
|
|
#container2{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#ffffff;
|
|
position:relative;
|
|
right:82%;
|
|
}
|
|
#container3{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#ffffff;
|
|
overflow:hidden;
|
|
position:relative;
|
|
}
|
|
#container4{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#eeeeee;
|
|
position:relative;
|
|
right:82%;
|
|
}
|
|
#container5{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#cf0000;
|
|
overflow:hidden;
|
|
position:relative;
|
|
}
|
|
#container6{
|
|
float:left;
|
|
width:100%;
|
|
margin:0px;
|
|
padding:0px;
|
|
background-color:#cf0000;
|
|
position:relative;
|
|
right:82%;
|
|
}
|
|
#logo {
|
|
width:18%;
|
|
margin:0px;
|
|
padding-left:12px;
|
|
padding-right:12px;
|
|
padding-top:15px;
|
|
padding-bottom:0px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
}
|
|
#title {
|
|
width:77%;
|
|
margin:0px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
}
|
|
#nav {
|
|
width:18%;
|
|
margin:0px;
|
|
padding-left:15px;
|
|
padding-right:15px;
|
|
padding-top:0px;
|
|
padding-bottom:5px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
}
|
|
#main {
|
|
width:77%;
|
|
margin:0px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
padding-top:0px;
|
|
padding-bottom:25px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
}
|
|
#footerleft {
|
|
width:18%;
|
|
margin:0px;
|
|
padding-left:25px;
|
|
padding-right:0px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
color:white;
|
|
}
|
|
#footerright {
|
|
width:77%;
|
|
margin:0px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
float:left;
|
|
position:relative;
|
|
left:82%;
|
|
overflow:hidden;
|
|
color:white;
|
|
}
|
|
#pl {
|
|
text-align:left;
|
|
}
|
|
#pr {
|
|
text-align:right;
|
|
}
|
|
#pc {
|
|
text-align:center;
|
|
}
|
|
</STYLE> |