﻿

@import url("reset.css");

body {
    background:#fff url('../images/body_bg.gif') 0 30px repeat-x;
    font: 62.5% Arial, sans-serif;
}
div#wrapper {
	margin: 40px auto;
	width: 800px;
	position: relative;
	overflow: visible;
	height:100%;
}
h1{
    text-indent:-99999px;
    position:absolute;
    top:43px;
    left:-7px;
    height:67px;
    width:271px;
    background:url('../images/springforward.gif') no-repeat;
}
div#datetime {
    font-size: 1.3em;  
    text-align:right;
    position:absolute;
    top:33px;
    right:0;
    height:70px;
    width:371px;   
}
div#datetime a {
    color:#DD4545;
}
div#tag {
    text-indent:-99999px;
    margin-top:130px;
    float:left;
    width:800px;
    height:60px;
    background:url('../images/tag.gif') no-repeat;
}
div#left {
    margin-top:36px;
    float:left;
	width: 540px;
	position: relative;
	overflow: visible;    
}
h4 {
    font-size:1.4em;
    font-weight:bold;
}
h4 a {
    text-decoration:underline;
    font-size:1.1em;
    color:#DD4545;
    font-weight:bold;
}
p {
    font-size:1.3em; 
}
p a {
    color:#718DD3;
    text-decoration:underline;
}
div#right {
    margin-top:36px;
    float:right;
	width: 220px;
	position: relative;
	overflow: visible;    
}
div#slideshow {
    margin-left:-5px;
    border:10px solid #eee;
    width:210px;
    height:210px;
    margin-top:25px;
    overflow:hidden;
}
div#right p a {
    color:#718DD3;
}
div#footer {
    margin-top:15px;
    float:left;
    width:540px;
}