﻿#top
{
background-image:url(../images/top21.jpg);
width:100%;
height:30px;
}

#bottom
{
background-image:url(../images/top21.jpg);
width:100%;
height:10px;
}

table
{	
text-align:center;
font-size:100%;
}

a
{
color:black;
text-decoration:none;
}

a:hover
{
color:#3366FF;
}

td.menu
{

text-align:left;
background:#404443;
height:18px;
font-size:12px;
}

table.menu
{

border-top:1px solid Red;
font-size:100%;
position:absolute;
visibility:hidden;
background-color:#404443;
}

table.tb1
{
text-align:center; 
font-size:14px;    
}

#slide
{
background-image:url(../images/BGimage1.jpg);
width:100%;
height:650px;
display:block;
margin-left:auto;
margin-right:auto;
}

#logo
{
position:absolute;
top: 200px;
left: -150px;
width:326px;
height:95px;
}

#topmost
{
background-image:url(../images/BGimage1.jpg);
width:100%;
height:99px;
display:block;
margin-right:auto;
margin-left:auto;
}

#text
{   
position:absolute;    
top:50%;
left:-50%;
}

td.td1
{
width:5%;
}

td.td2
{
width:10%;
}

td.td3
{
width:10%;
}

#copy
{
text-align:center;
font-family:Times New Roman;
font-size:11px;
}

a.ntn
{
	color:White;	
}

a.ntn:hover
{
	color:#FFFF33;
}
.social a{
	opacity:0.5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.social a:hover{opacity:1;}
/* post content and preview styling */
.post-preview{
	float:left;
	width:58px;
	height:58px;
	padding:0 10px 0 0;
	border-right:1px solid #eee;
}