/******************* Page Layout Section *******************/
body{
	font-family:Arial, sans-serif;
	background-color: #707883;
	text-align:center;
}

#header{
	background-position:100% 0;
	background-repeat:no-repeat;
	background-color:#0D3257;
	margin:0;
	background-image:url(../images/background.png);
}

#content{
	color:#000;
	background-color:#BDD6E0;
	margin:0;
}

#container{
	width:900px;
	text-align:left;
	margin:0 auto;
}

#footer{
	clear:both;
	color:#fff;
	background-color:navy;
	text-align:center;
	font-size:90%;
	font-weight:bold;
	padding:0;
	margin:0;
}

/******************* Misc. Style Section *******************/

h1,h2,p{
	margin:0;
	padding:0 5px;
	font-weight:normal;
}

h1{
	font-size:250%;color: #FFF;
	letter-spacing:1px;
	margin-top:0;
	padding:5px;
	height:138px;
}

h2{
	font-size:200%;
	line-height:1;
	color:#000;
}

h3{

	font-size:150%;
	color:#000;
	margin:0;
}

.linkList{
	list-style-type:none;
}

hr{
	color:#fff;
	background-color:#fff;
	height:2px;
	border:0;
	margin:0;
}

.b{
	font-weight:bold;
	font-size:120%;
}

div.ctr, .ctr{
	text-align:center;
}

div.top {
	border-style:solid;
	border-color:white;
	border-width:4px 4px 2px 4px;
}

div.info {
	border-style:solid;
	border-color:white;
	border-width:2px 4px;
}

div.info p{
	margin:0 10px 7px 10px;
}

div.info p, div.info ul{
	line-height:1.5em;
}

a img{
	border:none;
}

div.thinBox{
	margin:20px;
	border:1px solid;
	padding:10px;
	background:#ffc;
	font-size:12px;
	font-family:"Courier New",monospace;
}

/******************* Format Image Section *******************/

.picLeft{
	float:left;
	padding-right:3px;
	background:transparent;
	margin:0;
}

.picRight{
	float:right;
}

.pic-photo{
	background:#fff;
	border:1px solid #666;
	margin:00 5px 5px;
	padding:3px;
}

.pic-photo a{
	text-decoration:none;
}

.pic-desc{
	text-align:center;
	font-size:80%;
	color:#666;
}
/******************* News Feed Section *******************/

embed{border:1px solid #000;margin:10px;float:right;}

div.feedflair{
	display:none;
}

/* 
table.font-family td a img{
	display:none;
}
*/

table.nft, table.nc{
	width:100%;
	border-collapse:collapse;
}

table.nc td{
	vertical-align:top;
	width:50%;
	padding:0;
	margin:0;
}

table.nft th{
	color:gray;
	padding:12px;
	font-size:120%;
}

table.nft th a{
	color:#000;
	text-decoration:none;
}

table.nft td{
	font-size:90%;
	padding:12px;
}

/* table.nft img{ */
table img{
	float:right;
	background:silver;
	border:3px solid white;
	margin:5px;
	padding:1px;
}

div.nlink a {
	text-decoration: none;
	color: #666;
}

div.nlink a:hover {
	text-decoration: underline;
	color: gray;
}

/******************* Mozilla Scrollbar Hack ******************
html {
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
*/
