body
{
  margin: 0;
  padding: 0;
  text-align:center;
  background-color: #EDF1F2;
  background-image: url('images/Page-BgTexture.jpg');
   
  background-position: top left;


}

.PageBackgroundGlare
{
  position:absolute;
  height: 382px;
  width: 450px;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-position:top-left;
  background-repeat: no-repeat;
  height: 382px;
  width: 450px;
  margin: 0;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}




#wrapper{
text-align:left;
margin:0 auto;
width:810px;
margin-top:12px;


}


#header{

width:810px;
background:url(images/header.png);
height:174px;
margin-top:6px;

}

#menu 
{
    position:relative;
    float:left;
    clear:both;
    width:784px;
    height:33px;
	margin-top:140px;
	left:15px;
    background:transparent;
    font-family:verdana,arial,sans-serif;
    font-size:10px;
}
.buttonbox{
    position:relative;
    float:left;
    width:75px;
    height:26px;
    background:transparent;

} 
.button{
    position:relative;
    float:left;
    top:8px;
    width:72px;
    height:26px;
	padding:0;
	text-decoration:none;
    text-align:center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 25px;
    background:url("images/button.png");
}
.button :hover{
    width:72px;
    height:26px;
    background:url("images/button_over.png");
}
.button a {
    text-decoration:none;
    display:block;
    color: #D8E4E3;
}
.button a:hover {
    color: #EAF0F0;
}

	
#center{
text-align:left;
float:left;
width:810px;
background-image: url(images/wrapper_horz.png);
background-repeat: y;
border:0px solid red;

}

#main{
text-align:left;
float:left;
width:620px;
margin-left:0px;
border:0px solid red;


}

.comment_box{

text-align:left;
float:left;
border:0px solid blue;
margin-left:20px;
margin-top:10px;
border:0px solid green;
}

.comment_top {
width:614px;
height:81px;
background-image:url(images/comment_top.png);
border:0px solid red;
}



.comment_title{
position:relative;
left:15px;
top:18px;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  color: #1B3F46;
border:0px solid blue;
}

.comment_title img {
  border: none;
  width:26px;
  height:25px;
  vertical-align: middle;
  margin:2px;
  background-image:url(images/PostHeadericon.png)
}

.comment_date{
position:relative;
top:20px;
left:19px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #485D61;
    font-size: 12px;
border:0px solid green;

}

.comment_date img {
  border: none;
  vertical-align: middle;
  margin:2px;
}

.comment_date span {

}

.comment_horz{

width:614px;
background-image:url(images/comment_horz.png);
background-repeat:y;
min-height:80px;
margin:0px;
padding:0px;


}
.comment_txt{
  display:block;
text-align:left;
width:560px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #485D61;
  margin-left:0px;
  padding:10px;
    font-size: 12px;
	border:0px solid red;
}


.comment_txt a:link{
color:red;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.comment_bot{
width:614px;
height:51px;
background-image:url(images/comment_bot.png);

}

.comment_info{
width:200px;
  text-align:left;
  display:inline-block;
  margin-top:9px;
  margin-left:230px;
  border:0px solid yellow;
}

.comment_bot .comment_info a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #388594;
  font-size:14px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;

  }
  
  .comment_bot .comment_info a:visited {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #24555e;
  font-size:14px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:line-through;

  }
  
  .comment_bot .comment_info a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #151E1E;
  }
  
  /* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 29px;
  color: #317481;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  color: #4198AA;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 17px;
  color: #317481;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  color: #232D2F;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 12px;
  color: #232D2F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 10px;
  color: #232D2F;
}
/* Finish Content headings Fonts & Colors  */

  
 #sidebar{
 text-align:left;
 float:right;
 margin-top:6px;
 margin-right:20px;
 width:147px;
 border:0px solid green;
 }
 
  .block{
 margin: 0px auto;
 background:transparent;
 border:0px solid black;

 }
 
 .block_header{
 
 height:33px;
 background: url(images/sidebar_head.png) no-repeat;
 border:1px solid transparent;
 margin-top:5px;
 
 
 }
 
  .block_header_text{
  text-align:left;
  margin-left:30px;
  margin-top:8px;
  color: #FCFDFD;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
border: 1px solid transparent; 
 }
 
 .blockbody{
  margin: 0px auto;
  color:#415558;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  width:145px;
  border:0px solid blue;
 
 }
 
 .blockbody a {
 color: #4198AA;

 }
 
 #flash{
 position:relative;
 margin:0px auto;
 
 border:0px solid red;
 margin-top:5px;
 margin-bottom:5px;
 }
 
 #cc_shell{
 margin:0px auto;
 text-align:center;
 }
 
 #xc_shell {
 margin:0px auto;
 margin-top:10px;
 text-align:center;
   color:#415558;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: italic;
 }
 

 
#Footer{
text-align:center;
float:left;
width:810px;
height:65px;
background-image:url(images/footer.png);
border:0px solid red;
}

#Footer .Footer-text p
{
  margin: 0;
}

#Footer .Footer-text
{
  display:inline-block;
  color:#225059;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-size:12px;
  font-weight:bold;
  margin-top:15px;
}

#Footer .Footer-text a:link
{
  text-decoration: none;
  color: #29606B;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}



#Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #09BDDC;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  font-size:12px;
}




#footer_foot
{
    font-family:Arial;
  font-size:10px;
  text-align:center;
  text-decoration:none;
  color:#547877;
}




