159 lines
2.0 KiB
CSS
159 lines
2.0 KiB
CSS
/* A Free Design by Bryant Smith (bryantsmith.com) */
|
|
|
|
html, body {
|
|
text-align: center;
|
|
}
|
|
p {text-align: left;}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: #697281;
|
|
text-align: center;
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
color: #F1F5F8;
|
|
background-color:#679159;
|
|
}
|
|
*
|
|
{
|
|
margin: 0 auto 0 auto;
|
|
text-align:left;}
|
|
|
|
#page
|
|
{
|
|
margin: 0 auto 0 auto;
|
|
margin-top:25px;
|
|
display: block;
|
|
height:auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: #679159 url(background.png) repeat-y;
|
|
width: 738px;
|
|
}
|
|
|
|
#header
|
|
{
|
|
background-image:url(header.png);
|
|
background-repeat:no-repeat;
|
|
height:111px;
|
|
width:738px;
|
|
}
|
|
|
|
#headerTitle
|
|
{
|
|
position:relative;
|
|
left:30px;
|
|
top:30px;
|
|
color:#283823;
|
|
text-align:left;
|
|
font-size:34px;
|
|
font-weight:bold;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
#headerSubText
|
|
{
|
|
position:relative;
|
|
left:33px;
|
|
top:30px;
|
|
color:#679159;
|
|
text-align:left;
|
|
font-size:16px;
|
|
font-weight:bold;
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
|
|
#bar
|
|
{
|
|
background-image:url(bar.png);
|
|
background-repeat:no-repeat;
|
|
height:55px;
|
|
width:750px;
|
|
line-height:55px;
|
|
padding-left:20px;
|
|
padding-right:20px;
|
|
}
|
|
|
|
#bar a
|
|
{
|
|
font-size:13px;
|
|
font-weight:bold;
|
|
color:#FBFDFB;
|
|
margin-left:16px;
|
|
margin-right:16px;
|
|
}
|
|
|
|
#bar a:hover
|
|
{
|
|
color:#C7E0C2;
|
|
}
|
|
|
|
|
|
|
|
.contentTitle
|
|
{
|
|
width:676px;
|
|
height:37px;
|
|
margin-top:20px;
|
|
margin-left:25px;
|
|
margin-right:25px;
|
|
background-image:url(tab_back.png);
|
|
background-repeat:no-repeat;
|
|
|
|
}
|
|
|
|
.contentTitle h1
|
|
{
|
|
margin-left:21px;
|
|
padding-top:8px;
|
|
font-size:17px;
|
|
font-weight:bold;
|
|
color:#071027;
|
|
}
|
|
|
|
.comments
|
|
{
|
|
font-size:11px;
|
|
font-style:italic;
|
|
}
|
|
|
|
.contentText
|
|
{
|
|
width:680px;
|
|
padding-left:30px;
|
|
padding-right:30px;
|
|
font-size:13px;
|
|
color:#030712;
|
|
line-height:30px;
|
|
}
|
|
|
|
a
|
|
{
|
|
//text-decoration:none;
|
|
color:#152413;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color:#597A41;
|
|
}
|
|
|
|
|
|
#footer {
|
|
width: 738px;
|
|
height:53px;
|
|
background: url(footer.png) no-repeat;
|
|
text-align:center;
|
|
font-size:9px;
|
|
color:#152413;
|
|
padding-top:38px;
|
|
}
|
|
|
|
strong {
|
|
font-weight: normal;
|
|
background-color: yellow;
|
|
}
|
|
|