
	body, h1, ul, li {
		margin:0px;
		padding:0px;
		list-style:none;
		font-family:Helvetica, Arial, Verdana, sans-serif;

		font-size: 10pt;
	}
	body {
		background:#000 url(images/background.png) center top no-repeat;
		text-align:center;
	}
	#browserr {display:none;}
	#wrapper {
		/*width:874px;*/
		width:880px;
		/*width:792px;*/
		margin:0px auto;
		text-align:left;
		background:#fff;
		position:relative;
	}
	#head {
		height:350px;
		position:relative;
		width:868px;
		margin:0px auto;
	}
		#head li a, #head h1 a{
		text-indent:-9999px;
	}
	#head h1 a{
		background: url(images/logo.png) top left no-repeat;
		width:411px;
		height:350px;
		position:absolute;
		left:40px;
		z-index:1;
	}
	#cityImage {
		background:#000 url(images/backgroundPic.png) center top no-repeat ;
		height:320px;
	}
	#head ul {
		background: url(images/navBar.png) top left no-repeat;
		position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:59px;
		z-index:2;
	}
	#head ul a {
		position:absolute;
		display:block;
		top:0px;
		height:50px;
	}
	#head #n1 a{
		background: url(images/n1.png) top left no-repeat;
		width:100px;
		left:245px;
	}
	#head #n2 a{
		background: url(images/n2.png) top left no-repeat;
		width:100px;
		left:345px;
	}
	#head #n3 a{
		background:  url(images/n3.png) top left no-repeat;
		width:138px;
		left:445px;
	}
	#head #n4 a{
		background:   url(images/n4.png) top left no-repeat;
		width:101px;
		left:584px;
	}
	#head #n5 a{
		background:  url(images/n5.png) top left no-repeat;
		width:126px;
		left:686px;
	}
	#head #n1 a:hover{
		background:  url(images/n1.png) left -51px no-repeat;
	}
	#head #n2 a:hover{
		background:  url(images/n2.png) left -50px no-repeat;			
	}
	#head #n3 a:hover{
		background:  url(images/n3.png) left -50px no-repeat;		
	}
	#head #n4 a:hover{
		background:  url(images/n4.png) left -50px no-repeat;		
	}
	#head #n5 a:hover{
		background:  url(images/n5.png) left -51px no-repeat;	
	}
	
	#content {
		/*height:300px;*/
		float:left;
		background:#fff;
		/*width:789px;*/
		width:591px;
		/*width:540px;*/
		/*width:518px;*/
		position:relative;
		left:30px;
		letter-spacing:-0.5px;
		padding:20px 20px 20px 20px;
	}
	/********************* Theme Values **********************/
	img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}
	
	#content h2{
display:block;
margin:0 0 1px 0;
font-size:14pt;
font-weight:normal;
/*letter-spacing:-1px;*/
color:#3399FF;
/*color:#FFD700; #505050=gray*/
background-color:inherit;
}

#content h2 a{font-weight:normal; color:#3399FF;}
#content h3{margin:0 0 5px 0; font-size:9pt;}
/*#content a{color:#CC0000; font-weight:bold;}*/
#content a{color:#3399FF;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}
#content p{font-size:10pt;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
/*width:170px;*/
/*width:135px;*/
width:120px;
margin:0 45px 0 0;
padding:20px 54px 10px 0;
line-height:1.4em;
background-color:#fff;
}

#subcontent h2{
display:block;
margin:0 0 2px 0;
font-size:9pt;
font-weight:bold;
text-align:left;
letter-spacing:-1px;
color:#CC0000;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:9pt;}

/**************** Menublock styles ****************/

.menublock{margin:0 0 5px 8px; font-size:9pt;}
.menublock, .tile ul{margin:0 0 20px 8px; font-size:9pt;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none; color:#3399FF;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:9pt; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #FF0000;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #696969;
font-size:0.9em;
text-align:center;
background:#FFCC33; 
}

/**************** Footer styles ****************/

#footer{
clear:both;
/*width:758px;*/
/*width:798px;*/
padding:5px 0;
/*margin:0 1px;*/
font-size:8pt;
/*color:#f0f0f0;*/
color:#3399FF;
/*background:#467aa7;*/
background:#000000;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:10pt; color:#FF0000;/*color:#CC0066;*/}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 20px 20px 0;
padding:5px;
border:1px solid #999999/*#FFCC00*/;
background-color:#fafbfc;
color:#FFD700;
line-height:1.5em;
}

/**************** Related Posts ****************/

	.related_posts {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
/**************** Entry ****************/
	
.entry { margin:0 0 20px 0; padding:4px 2px 2px; color:#666; font-size:10px; text-align:left; background: url(images/entry.png) no-repeat top left; }
p img { margin:0; padding:2px; border:none; max-width:100%; }

/* --------------------------------------------------
Comments
-------------------------------------------------- */

#respond, #comments {
font-size: 9px;
color: #777;
font-weight: bold;
margin: 1.25em 0;
}

.comments_link img{border:1;}

.commentsblock { padding-left: 10px; }

.commentbody {  }

.commentfooter { margin-top: 1em; margin-bottom: 2em; }

.commentbody { margin: 5px }

.commentbody h4 { font-size: 11px; margin-bottom: 10px; }

.commentbody p { margin-left: 10px; }


/****************SEARCH FORM****************/

#searchform, #searchform p
{
	font-size: 10pt;
	margin: 0;
}

/*#searchform input
{
	width: 122px;
	margin: .3em 0 1em 0;
};
*/
textarea, #author, #email, #url, #searchform input
{
	font-size: 1em;
	background: #fff;
	color: #333;
	padding: 1px 2px;
	border: 1px solid #999999/*#d9d9d9*/;
}
searchbutton:focus, #author:focus, #email:focus, #url:focus, #searchform input:focus { border-color: #999999; background:#FFCC33;/*#36d;*/}


/****************ICONS****************/

.metalinks {
	margin-top: 3px;
	}

.trackbacklink {
	background:  url('images/trackback.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.deliciouslink {
	background:  url('images/delicious.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}	

.commentslink {
	background:  url('images/comment.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}
	