/*============================================================
+		                 STRUCTURE		     				 +
==============================================================
*/
body{
	background-color: #333333;
	line-height:22px;
	font:normal 12px/20px "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: center
}
hr{
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	border:none;
	margin:20px 0;
}
h1, h2, h3, h4, h5, h6{
	color:#fa1363;
}
a{
	color:#019fcc;
}
a:hover{
	color:#76b3da;
	text-decoration:underline;
}
code{
	  background:#fff9e7;
	  border-left:3px solid #9c5d30;
	  display:block;
	  white-space:pre;
	  overflow:auto;
	  margin-left:30px;
}
blockquote {
	border : 1px dashed #d2d2d2;
	margin: 0px;
	margin-left:30px;
	font-style:italic;
	padding: 10px;
	background-color: #f7f7f7;
	quotes: "\201C" "\201D";
}
blockquote:before { 
	content: open-quote; 
	font-weight: bold; 
}
blockquote:after { 
	content: close-quote; 
	font-weight: bold; 
}
#content{
	width:620px;
	float:left;
	padding-top:20px;
}
#full_page{
	position: relative;
	width:782px;
	background:#fff;
	margin: 0 auto; /*Center container on page*/
	border:#a29b81;
	border-style:solid;
	border-width:10px;
	text-align: left;
}
#header{
	background:url(./images/webhead.jpg) no-repeat top left;
	width:784px;
	height:110px;
	margin: 0px;
}
#content_top{
	background:url(./images/content_bg2.jpg) no-repeat top left;
	margin:0px 10px 0px 10px;
	padding:20px 20px 0px 20px;
	width:760px;
	height:100%;
	margin-top: 0px;
	z-index: -1;
}
.content_text{
	width:450px;
	float: left;
}
.content_widetext{
	width:600px;
	background-color: white;
}
#footer{
	background:url(./images/footer2.jpg) no-repeat top center;
	width:769px;
	height:45px;
	clear:both;
}
#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: 65px;
	padding: 5px;
	background-color: #fff;
	border:#a29b81;
	border-style:solid;
	border-width:3px;
	text-align: left;
}
.top_banner{
	align: center;
	padding-bottom: 10px;
}
.top_banner img{
	border:0;
}
img.philly {
	position:absolute; 
	top:83px; 
	right:-140px;
	border:0;
	height:0px;
	width:0px;
}
img.blog {
	border:none;
}
.page_width {
	margin-left:1100px
}
#ad_layer{
	z-index:-1;
}

/*============================================================
+		                 TYPOGRAPHY		     				 +
==============================================================
*/

h1 {
	font: normal 24px/30px "Trebuchet MS", "Lucida Sans unicode", Sans-serif;
	padding:0;
	margin:0 0 10px 0;
	letter-spacing:-1px;
	}

h2	{
	font:normal 20px/24px "Trebuchet MS", "Lucida Sans unicode", Sans-serif ;
	margin:0 0 10px 0;
	}

h3	{
	font:normal 18px/20px "Trebuchet MS", "Lucida Sans unicode", Sans-serif;
	font-weight:normal;	
	margin:0 0 10px 0;
	padding:0;
	}

h4	{
	font:normal 16px/18px "Trebuchet MS", "Lucida Sans unicode", Sans-serif;
	margin:0 0 10px 0;
	padding:0px;	
	}

h5	{
	font:bold 14px/16px "Trebuchet MS", "Lucida Sans unicode", Sans-serif;
	margin:0 0 5px 0;
	padding:0;
	}

h6	{
	font:normal 12px "Trebuchet MS", "Lucida Sans unicode", Sans-serif;
	margin:0;
	padding:0;
	}
	
h1, h2, h3, h4, h5, h6 { color:#141414;}


.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

ul.square {list-style-type:square}

/*============================================================
+		                 NAVIGATION		     				 +
==============================================================
*/

.nav_container{
	margin-left:-25px;
}
#nav{	
	font-size:12px;
	width:769px;
	height:28px;
	margin: -35px 0 0 0;
}
#nav li{	
	float: left;
	list-style:none;
}
#nav li a{
	color:#fff;
	font-size:12px;	
	display: block;
	float: left;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
}
#nav li a:hover, #nav li .nav_current{
	color: #fff;
	padding: 0px 12px 0px 12px;
	text-decoration: underline;
}
