/* CSS Document */

html, body {
	background-color: #fff;
	margin: 0;
	padding: 5px;
	background-image: url(images/bgnew.gif);
}









#home {
	width: 400px;
	height: 100px;
	text-indent: -9999px;
	display: block;
}







#cbgb {
	background-image: url(images/cbgb.png);
	width: 1000px;
	height: 650px;
	display: block;
	margin: 0 auto;
	padding: 0;
}









#main {
	background-image: url(images/mainbg.jpg);
	width: 800px;
	height: 600px;
	display: block;
	margin: 0 auto;
	border: 3px solid #fff;
	background-repeat: no-repeat;
}


#inner {
	margin: 103px 41px 0 42px;
	background-image: url(images/innerbg.jpg);
	width: 717px;
	height: 484px;
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	padding: 10px 25px;
}


























#nav {
	/* padding: 30px 10px 0 0; */
	width: 800px;
	margin: 20px auto;
}








#nav ul {
	padding: 0;
	text-align: center;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	/* border-bottom: 1px dashed #63667A; */
}

#nav ul li a:link {
	color: #fff;
	text-decoration: none;
}


#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}


#nav ul li a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}



#nav ul li a:active {
	color: #fff;
	text-decoration: none;
}


ul#innav  {
	text-indent: 25px;
}





























#content {
	float: left;
	width: 460px;
	height: 320px;
	padding-right: 40px;
	overflow: auto;
}


#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #330000;
}


#content p {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}


.article {
	padding-bottom: 40px;
}

hr {
	width: 75%;
	text-align: center;
}


























































/* *********************************** recPosts elements *********************************** */



#recposts {
	float: right;
	width: 150px;
	height: 300px;
	margin-top: -2px;
	margin-right: 50px;
	font-size: 11px;
	color: #6699CC;
}

#recposts h3 {
	color: #6600ff;
	font-size: 16px;
}

#recposts a {
	background-image: url(images/pparrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	color: #666699;
}

#recposts a:link {
	text-decoration: none;
}


#recposts a:visited {
	text-decoration: none;
}


#recposts a:hover {
	text-decoration: underline;
	color: #663366;
}


#recposts a:active {
	text-decoration: none;
}





































/* ******************************** port elements ******************************** */


.port {
	float: left;
	padding: 5px;
	margin: 10px 5px;
}










































.flickr_badge { float: right; width: 200px; margin-top: -180px;}
.flickr_badge img { width: auto; height: 100px; padding: 5px; margin: 0 10px 10px 0; border: 2px solid #fff; background: none; float: left; }















#copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	color: #fff;
	text-align: center;
}