114 lines
1.5 KiB
CSS
114 lines
1.5 KiB
CSS
|
body, html {
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
font-family: Arial, Georgia, Helvetica, mono;
|
||
|
background: #ee9b11;
|
||
|
}
|
||
|
|
||
|
#wrapper {
|
||
|
background: url('/static/images/bg1.jpg') no-repeat;
|
||
|
border: 0px solid #000;
|
||
|
width: 1016px;
|
||
|
height: 175px;
|
||
|
z-index: 1000;
|
||
|
margin-top: 0px;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
#header {
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
position: relative;
|
||
|
/* background: #1f1a17; */
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#body_wrapper {
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
#leftCol {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
padding-top: 25px;
|
||
|
}
|
||
|
|
||
|
#centerCol {
|
||
|
margin-top: 25px;
|
||
|
width: 540px;
|
||
|
float: left;
|
||
|
overflow: auto;
|
||
|
padding-left: 5px;
|
||
|
margin-left: 0px;
|
||
|
}
|
||
|
|
||
|
#rightCol {
|
||
|
margin-top: 25px;
|
||
|
margin-left: 5px;
|
||
|
text-align: left;
|
||
|
width: 240px;
|
||
|
float: left;
|
||
|
background: #f8c301;
|
||
|
padding-left: 3px;
|
||
|
padding-right: 3px;
|
||
|
padding-bottom: 25px;
|
||
|
}
|
||
|
|
||
|
#rightCol h1 {
|
||
|
padding-top: 0px;
|
||
|
}
|
||
|
|
||
|
#newsletter_signup
|
||
|
{
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#email
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
#meeting_list {
|
||
|
}
|
||
|
|
||
|
#meeting_list_title {
|
||
|
}
|
||
|
|
||
|
.box
|
||
|
{
|
||
|
margin: 30px 5px 15px 10px;
|
||
|
border: #3c5a86 1px dashed;
|
||
|
padding:5px;
|
||
|
font-size: 12px;
|
||
|
font-weight: normal;
|
||
|
color: #000000;
|
||
|
background-color: #d1e0ef;
|
||
|
}
|
||
|
|
||
|
.box a
|
||
|
{
|
||
|
text-decoration: none;
|
||
|
color: #142908;
|
||
|
}
|
||
|
|
||
|
.box H1
|
||
|
{
|
||
|
margin : 0px 0px -12px 5px;
|
||
|
position: relative;
|
||
|
top : -12px;
|
||
|
border: #3c5a86 1px solid;
|
||
|
padding-top : 3px;
|
||
|
padding-bottom: 3px;
|
||
|
padding-left : 5px;
|
||
|
padding-right : 5px;
|
||
|
font-size : 18px;
|
||
|
font-weight: bold;
|
||
|
color : #000000;
|
||
|
display: inline;
|
||
|
background-color: #99bbdd;
|
||
|
}
|