* {
margin: 0;
padding: 0;
}
body {
margin: 0px;
padding: 0px;
background: #C4E5EF;
font-size: 13.5px; 
font-family: Trebuchet MS, Helvetica, sans-serif;
}
p {
font-size: 13.5px; 
line-height: 19px;
color: #666666;
padding: 0 9px 10px 0;
}
p a{
color: #32A538;
}

/* Containers */
#container {
margin: auto;
width: 774px;
}
#header {
height: 129px;
background: transparent url(images/header.gif) no-repeat center top;
}
#footer {
height: 100px;
background: transparent url(images/footer.gif) no-repeat center top;
}
#contentContainer {
background: transparent url(images/content.gif) repeat-y center top;
padding: 0 0 0 15px;
}
#content {
width: 610px;
border-right: 1px solid #D2D2D2;
}

/* Sub Head */
#blogHead, #newsHead, #comments {
background: #F8F8F8 url(images/bullet_arrow_double.gif) no-repeat center left;
color:#727272;
height: 22px;
padding: 4px 0 0 18px;
margin: 0 0 8px 0;
font-size: 11px;
}

#blogHead h1 {
color:#727272;
font-size: 11px;
font-weight:normal;
}

/* Foot */
#foot, #foot a{
padding-top: 70px;
font-size: 10px; 
color: #888888;
text-align: center;
}

/* Links */
#link1, #link2, #link3 {
list-style: none;
position: absolute;
top: 55px;
height: 20px;
display: block;
text-align: center;
width: 155px;	
font-size: 11px;
color: #666666; 
}
#link1 a, #link2 a, #link3 a {
font-size: 11px;
color: #666666; 
text-decoration: none;
}
#link1 {
margin-left: 458px;
}
#link2 {
margin-left: 548px;
}
#link3 {
margin-left: 638px;
}

/* Navigation */
#navigation ul {
margin-left: 620px;
list-style: none;
position: absolute;
top: 139px;	
width: 150px;
}
#navigation li {
background: transparent url(images/bullet_arrow.gif) no-repeat center left;
padding-left: 11px;
}
#navigation a {
font-size: 11px;
color: #666666; 
text-decoration: none;
}
/* Ad */
#ad{
position:relative;
padding: 10px 0 0 0;
}
/* Article Head */
#head {
background: transparent url(images/dots_grey.gif) bottom left repeat-x;
}
#head h2 a, #head h2, #head h1 a, #head h1{
display: inline;
color: #FF6000;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}
#by {
font-size: 10px;
color: #46B3B5; 
}
/* Article Total */
#article{
padding-bottom:10px;
}
/* Form Stuff */
textarea {
width: 360px;
}

/* Comments */
label {
font-size: 10px;
color: #AAAAAA; 
}
input, textarea {
margin-top: 5px;
font-family: Arial, Sans-Serif;
font-size: 12px; 
color: #666666;
}
#commentlist{
font-size: 11px;
list-style: none;
padding-bottom: 5px;
color: #666666;
}
#commentDiv {
margin-bottom: 10px;
}
#commentlist p {
width: 545px;
}
#commentDetails{
font-size: 10px;
color: #666666;
}
#rss a, p rss, #rss, #commentDetails a{
color: #666666;
font-size: 10px;
margin-top: 15px;
}

/* News */
.news {
color: #666666;
padding: 10px 9px 0 0;
}
.news a, .more a{
text-decoration: none;
color: #999999;
}

/* Float Stuff */
#floatLeft{
float:left;
}
#floatRight{
float:right;
padding-left:10px;
}
#clear{
clear:both;
}

