
*{
  color:#57142a;
  font-family:verdana,arial,sans-serif;
  font-size:10pt;
}

ul{
  padding:0px 0px 0px 20px;
  margin:0px;
}

th{
  text-align:left;
}

a{
  color:#f98906;
}

body{
  margin:0px;
  border:none;
  background-position:center top;
  background-repeat:repeat-x;
  background-color:#6b3f65;
  text-align:center;
}

form{
  margin:0px;
}

table{
  width:100%;
}

img{
  border:0px;
  padding:0px;
}

/* text elements */

h1{
  font-weight:bold;
  padding:5px 0px 3px 0px;
  margin:0px;
  clear:both;
}

h2{
  font-weight:bold;
  padding:6px 0px 4px 0px;
  margin:0px;
  clear:both;
}

/* element layouts */

#logo{
  width:752px;
  height:29px;
  overflow:hidden;
  margin: 16px auto 0px;
  text-align:right;
}

#body{
  width:750px;
  margin: 0px auto;
  text-align:left;
  background-color:#fcf0bd;
  background-position:center top;
  background-repeat:no-repeat;
}

#footer{
  border-top:solid 1px #6b3f65;
  padding:1px;
  text-align:center;
  position:relative;
  min-height:35px;
}

#rightBlogIcons{
  position:absolute;
  right:2px;
  top:2px;
  width:200px;
  text-align:right;
}

#articles{
  vertical-align:top;
  padding:0px 50px 10px 60px;
  width:410px;
}

#rinfos{
  vertical-align:top;
  padding-right:1px;
}

#content{
  padding-top:95px;
}

#menu{
  padding:14px 20px 0px 0px;
  height:25px;
  text-align:right;
}


#menu a{
  cursor:pointer;
  padding:4px;
  color:#ffffff;
  text-decoration:none;
}

#menu a.selected{
  font-style:italic;
  font-weight:bold;
}

#menu .deli{
  padding:0px 10px;
  background-position:center;
  background-repeat:no-repeat;
}




/* the boxes on the right side */
div.box{
  width:197px;
  margin:0px 0px 15px 0px;
}

div.box div.boxTitle{
  height:30px;
}

div.box div.boxContent{
  padding:5px 10px 0px;
}

div.box div.boxContent a{
  color:white;
}

div.box div.boxFooter{
  height:10px;
  overflow:hidden;
}

/* comment form */

.commentBox{
  margin:10px 0px;
  padding:0px 3px;
  border:solid 1px #6b3f65;
  background-color:#fbdc9c;
}

#commentForm input{
  margin-left:20px;
  border:solid 1px #6b3f65;
  width:300px;
}
#commentForm textarea{
  margin-left:20px;
  border:solid 1px #6b3f65;
  width:300px;
}
