h1{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.4em;
color:#333;
}

body{
background:url("img/background.jpg");
position:static;
width:800px;
padding:0px;
margin-left:auto;
margin-right:auto;
}

#titleleft{
background:url("img/titleleft.png");
float:left;
width:383px;
height:139px;
padding:0px;

}

#titlerightupper{
background:url("img/titletopright.png");
float:left;
width:417px;
height:81px;
padding:0px;

}

#titlerightlower{
background:url("img/titlebottomright.png");
float:left;
width:417px;
height:33px;
padding:0px;
}

/* -------------Navigation Section--------------- */

#titlemenuhome a{
float:left;
text-indent: -1000em;
background: url(img/buttonhomeboth.png) no-repeat left top;
width:84px;
height:25px;
display:block;
overflow:hidden;
}

/*  IE 5 hack \*/
#titlemenuhome a {overflow: hidden;}
/* end hack */ 

#titlemenuhome a:hover{
float:left;
background-position: 0px -25px;
}

#titlemenuabout a{
float:left;
text-indent: -1000em;
background: url(img/buttonaboutboth.png) no-repeat left top;
width:81px;
height:25px;
display:block;
overflow:hidden;
}

/*  IE 5 hack \*/
#titlemenuabout a {overflow: hidden;}
/* end hack */ 

#titlemenuabout a:hover{
float:left;
background-position: 0px -25px;
}

#titlemenublog a{
float:left;
text-indent: -1000em;
background: url(img/buttonblogboth.png) no-repeat left top;
width:77px;
height:25px;
display:block;
overflow:hidden;
}

/*  IE 5 hack \*/
#titlemenublog a {overflow: hidden;}
/* end hack */ 

#titlemenublog a:hover{
float:left;
background-position: 0px -25px;
}

#titlemenuart a{
float:left;
text-indent: -1000em;
background: url(img/buttonartboth.png) no-repeat left top;
width:65px;
height:25px;
display:block;
overflow:hidden;
}

/*  IE 5 hack \*/
#titlemenuart a {overflow: hidden;}
/* end hack */ 

#titlemenuart a:hover{
float:left;
background-position: 0px -25px;
}

#titlemenustories a{
float:left;
text-indent: -1000em;
background: url(img/buttonstoriesboth.png) no-repeat left top;
width:110px;
height:25px;
display:block;
overflow:hidden;
}

/*  IE 5 hack \*/
#titlemenustories a {overflow: hidden;}
/* end hack */ 

#titlemenustories a:hover{
float:left;
background-position: 0px -25px;
}

/* ------------------End Navigation Section-------------*/

#content{
background-color:#FFFFFF;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 0.9em;
color:#333;
width:800px;
float:left;
}

#footer{
background-color:#892EB8;
color:#FFFFFF;
font-size:8pt;
text-align:center;
}