body{
    font-family: verdana;
    background: #000;
    margin: 0px;
    padding: 0px;
    }
h1{}
h2{}
h3{}

/*main styles*/
/*colors palette
#C98E00
*/
/*positioning*/

#bg {
    background: url("../images/background.jpg") no-repeat;
    width: 1024px;
    height: 768px;
    }
    
#middle {
    color: #C98E00;
    position: absolute;
    top: 0px;
    left: 324px;
	width: 700px;
	}

/*content*/

#banner{
    width: 700px;
    height: 40px;
    margin-bottom: 5px;
    }
    
.blog{
    font-size: 35px;
    letter-spacing: -2px;
    float: left;
    }
    
.name{
    position:relative;
    top:22px;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 2px;
    float: left;
    }

.contact{
    position: relative;
    top: 22px;
    font-size: 12px;
    letter-spacing: 1px;
    float: right;
    }

#content{
    width:700px;
    }

#post{
    width:700px;
    padding-left: 2px;
    }

.posttitle{
    font-size:20px;
    }
    
.postcontent{
    font-size:10px;
    letter-spacing:1px;
    padding-left: 1px;
    text-decoration:none;
    }
    
.postfeedback{}

.postdate{
    font-size:10px;
    letter-spacing:1px;
    float:right;
    }

/*link styles*/
a{
    text-decoration:none;
    color:#C98E00;
}
a:visited{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

img{
    border:0px;
}
