body{
	padding:0;
	margin:0;
	color:#000;
	font-size:12px;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	background-color:#000;
	text-align:center;
	color:#393939;
}
#container{
 	width:1000px;
	background-color:#000;
	margin:0 auto;
}

#containerLeft{
 	width:742px;
	background-color:#000;
	margin:0 auto;
	text-align:left;
	float:left;
	padding-top:30px;
}

#containerRight{
 	width:258px;
	background-color:#000;
	margin:0 auto;
	text-align:left;
	float:left;	
	padding-top:30px;	
}

#headerLeft{
	background-image: url(../images/create_left_header.jpg);
	background-attachment:scroll;
	width:742px;
	height:144px;
	margin: 0px;	
}



#bodyLeftTop{
	background-image: url(../images/create_left_top.jpg);
	background-attachment:scroll;
	width:742px;
	height:57px;
	margin: 0px;
}

#bodyLeftFill{
	background-image: url(../images/create_left_fill.jpg);
	background-attachment:scroll;
	width:742px;
	height:427;
	margin: 0px;
}

#bodyLeftBottom{
	background-image: url(../images/create_left_bottom.jpg);
	background-attachment:scroll;
	width:742px;
	height:22px;
	margin: 0px;
}

#bodyContentLeftPad{
	padding: 5px 30px 5px 30px;
	
}

#headerRight{
	background-image: url(../images/create_right_header.jpg);
	background-attachment:scroll;
	width:258px;
	height:144px;
	margin: 0px;	
}

#bodyRight1Fill{
	background-image: url(../images/create_right_fill.jpg);
	background-attachment:scroll;
	width:258px;
	height:52px;
	margin: 0px;
}

#bodyRight1Top{
	background-image: url(../images/create_right1_top.jpg);
	background-attachment:scroll;
	width:258px;
	height:57px;
	margin: 0px;
	font-size:13px;
	font-weight:bold;
	color:#990000;
	text-align:left;	
}

#bodyRight1Bottom{
	background-image: url(../images/create_right1_bottom.jpg);
	background-attachment:scroll;
	width:258px;
	height:18px;
	margin: 0px;
}

#bodyRight2Top{
	background-image: url(../images/create_right2_top.jpg);
	background-attachment:scroll;
	width:258px;
	height:56px;
	margin: 0px;
}

#bodyRight2Fill{
	background-image: url(../images/create_right_fill.jpg);
	background-attachment:scroll;
	width:258px;
	height:301;
	margin: 0px;
}

#bodyRight2Bottom{
	background-image: url(../images/create_right2_bottom.jpg);
	background-attachment:scroll;
	width:258px;
	height:22px;
	margin: 0px;
}

#bodyContentRightPad{
	padding: 5px 30px 5px 30px;
	
}

#spacer{
	width:955px;
	height:33px;
}

.navigation{
	height:27px;
	background-color:#2262aa;
	text-align:right;
	padding-top:5px;
}
.navigationSpacer{
	height:23px;
}

.navigation a{
	font-size:17px;
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	font-weight:bold;
}

a.navigationActive{
	color:#000;
}

.navigation a:hover{
	color:#000;
}

.clear{
	clear:both;
}

.dateBold{
	font-weight:bold;
}
.headerBold{
	font-size:24px;
	font-weight:bold;
}

#blog-title { 
 margin:0;
  padding:40px 0 0;
  font:bold 275%/97px Helvetica,Arial,Verdana,Sans-serif;
  text-transform:lowercase;
  }
#blog-title a {
  color:#fff;
  text-decoration:none;
  }
.postpage #blog-title {
  padding-top:0;
  background-position:0 -30px;
  }
  
.smallText{
	font-size:11px;
}
.smallTextItalic{
	font-size:11px;
	font-style:italic;
}
.smallTextBold{
	font-size:11px;
	font-weight:bold;
}
.smallTextBoldUnder{
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
}