body {
width: 800px;
margin: 0px auto;
background: #000000;
}
html {
background: #000000;
}
#lower {
width: 800px;
float: left;
background: url('images/bg.jpg') top left no-repeat;
}
#content {
float: right;
width: 488px;
margin-right: 12px;
}
#blogtop {
width: 488px;
height: 27px;
float: left;
background: url('images/blogtop.png') top left repeat-y;
}
#blogbottom {
width: 488px;
height: 23px;
background: url('images/blogbottom.png') top left repeat-y;
float: left;
}
#blog {
padding-left: 15px;
padding-right: 15px;
margin-top: 0px;
margin-bottom: 0px;
background: url('images/blogrepeat.png') top left repeat-y;
width: 458px;
float: left;
}
#leftside {
width: 300px;
background: transparent;
float: left;
}
#header {
background: url('images/header.jpg') top left no-repeat;
width: 800px;
height: 330px;
}
#leftbox1 {
background: #ff0048;
width: 272px;
float: left;
margin: 6px;
padding: 4px;
text-align: center;
color: #ffffff;
}
#leftbox2 {
background: #28a149;
width: 280px;
margin: 6px;
float: left;
}
.blogTitle {
font-size: 20px;
width: 330px;
float: right;
clear: none;
font-style: italic;
font-weight: bold;
font-family: arial, sans;
}

.blogDate {
width: 330px;
float: right;
clear: none;
margin-bottom: 10px;
font-style: italic;
font-size: 14px;
font-family: arial, sans;
}

.blogContent {
float: left;
width: 436px;
font-family: arial, sans;
}

.blogLogo {
float: left;
height: 58px;
}

.blogContainer {
width: 436px;
margin: 0px;
margin-bottom: 30px;
padding: 0px;
border: 0px;
float: left;
}
.blogDivider {
width: 100%;
height: 4px;
background: #56a5c4;
clear: none;
float: right;
}