body{
background-color:#fff;
font-size:11px;
color:#000;
font-family: "Courier New", Courier, mono Courier, Arial, Verdana;
padding:0px;
margin:0px;
}

#header a, #header a:link, #header a:active{
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
text-decoration: none;
color: #000;
padding-left:2px;
}

#header a:hover{
background-color: #000;
color: #fff;
}
#logo a:hover{
background:none;
}

#back{
float:left;
margin-left:-8px;
margin-right:-70px;
}

#content_right a ,#content_right a:link ,#content_right a:active,#content_left a ,#content_left a:link ,#content_left a:active,.content_left a ,.content_left a:link ,.content_left a:active
{
background-color: #b3ffff;
text-decoration: none;
color: #000;
}

#content_right a:hover, #content_left a:hover,.content_left a:hover{
text-decoration: line-through;
background-color: #b3ffff;
color: #000;
}

#content{
width: 1000px;
background-color: transparent;
padding:0;
margin: 0 auto; 
}
#header{
width: 984px;
height:115px;
background-color:#fff;
padding:25px 0px 0px 8px;
margin-left:4px;
margin-bottom:8px;
font-size:18px;
border-bottom: 2px solid black;
text-align:left;
}
/*
#header{
width: 976px;
height:140px;
background-color:#fff;
padding:0px 8px 16px 8px;
margin-left:4px;
margin-bottom:8px;
font-size:18px;
border-bottom: 2px solid black;
text-align:center;
}
*/
.content_wrapper{
margin:0px;
padding:0px;
position:relative;
float:left;
width:1000px;
	
}

#content_right, .content_right{
width:742px;
float:right;
margin-right:4px;
margin-top:4px;
}

#content_right img,.content_right img{
padding-bottom:8px;

}

#content_left, .content_left{
width:230px;
float:left;
margin-left:4px;
background-color:#fff;
border-bottom:1px dotted black;
padding-bottom:8px;
margin-top:4px;
}
	
strong{
border-bottom: 1px solid #000;
color:#000;
line-height: 15px;
font-weight: bold;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 2px;
margin-bottom:5px;
width:742px;
float:left;
}
h1{
color: #000;
font-size: 18px;
line-height:21px;
margin-bottom:16px;
font-weight:normal;
border-bottom:1px solid black;
border-top:1px solid black;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
margin-top:0px;
text-transform:uppercase;
padding:2px 0px 2px 0px;
}
#content_left h1,.content_left h1{
margin-bottom:9px;
}

.bullet{
font-size:16px;
line-height:11px;
font-weight:bold;
vertical-align:middle;
padding-right:3px;
}


/**** Masonry CSS ****/

.box {
  margin: 4px 4px 8px 4px;
  padding: 16px 7px 16px 7px;
  font-size: 11px;
  float: left;
  width: 226px;
  border-bottom:1px dotted black;
  border-top:1px dotted black;
  border-left:1px solid white;
  border-right:1px solid white;
 }
 
.box p{
margin-bottom:-8px;
}

.box:hover{
  border:1px dotted black;
  text-decoration:none;
  cursor: pointer;
}

