html, body, #body{
	line-height: 1.2;
	font-family: Georgia, Times, serif;
	padding: 0; margin: 0;
        background-color: #AEBFD2;
}

a {
   color: #60768B;
}

h1, h2, h3, h4{
	font-weight: normal;
}

/* HUGLY HACKS */

/* Modified Simplified Model Box Hack*/
* html #content   /* this selector recognized by IE only */
{
  width: 745px;   /* total width (only for IE5.x/Win) */
  w\idth: 729px;  /* content width (for other IE) */
}

* html #header   /* this selector recognized by IE only */
{
  width: 745px;   /* total width (only for IE5.x/Win) */
  w\idth: 729px;  /* content width (for other IE) */
}

/* IE 5 centering without auto margin */

html, body, #body {
        text-align: center;
}

/* IE Double Margin bug */

#header, #content {
	text-align: left;
}

#content .posts {
	display: inline;
}

/* POSITIONING */

#body {
        margin: 0px auto;
	padding: 0;
        width: 745px;
}

#header {
	width: 729px;
}

#content {
        float: left;
        width: 729px;
}

#content .posts{
        float: left;
        width: 729;
}

/* HEADER */

#header {
         border: 8px solid #DFE5ED;
         background-color: #414F5C;
         margin-top: 11px;
	 line-height: 1.0;
}

#header h1 {
         color: #FFFFFF;
         margin: 0; padding: 0;
         font-size: 32px;         
}

#header h1 a {
         color: #FFFFFF;
         text-decoration: none;
         margin-left: 13px;
}

#header h2 {
         margin-top: 0;
         margin: 0; padding: 0;
         font-size: 14px;
         color: #8E9FB0;
         margin-bottom: 2px;
         margin-left: 13px;
}

/* POSTS */

#content {
         border: 8px solid #DFE5ED;
         background-color: #FFFFFF;
         margin-top: 8px;
}

.posts {
         margin-left: 14px;
         width: 729px;
         margin-bottom: 90px;
}


#content .post h4.posttitle {
         background-color: #F2F5F8;
         color: #414F5C;
         padding: 4px;
         margin: 0;
         padding-bottom: 6px;
         font-size: 29px;
         margin-bottom: 25px;
}

#content .post .posttext {
         color: #444444;
         font-size: 100%;
         font-weight: normal;
}

#content .post p {
         margin-bottom: 3px;
}

/* SIDEBAR */

#sidebar {
         margin:0; padding:0;
}

#sidebar .block {
         margin: 0; padding:0;
         background-color: #DFE5ED;
         border: 1px dotted #8E9FB0;
         margin-bottom: 3px;
         padding: 6px;
}

#sidebar .block a {
          color: #60768B;
}
