.box { 
	background: url(images/nt.jpg) repeat;
	width: 900px;
	text-align:left;
	margin:40px auto;
 }
 
.boxtop div {
	background: url(images/tl.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(images/tr.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(images/bl.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(images/br.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
	font-size: 25px;
}

.content 
{
	width:900px;
	margin 0 auto;
 }

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#C3D9FF;
	height:130px;
	vertical-align:middle;

}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #C3D9FF;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo { 
	display: inline;
	font-size: 55px;
	margin-left:80px;
	line-height:90px;
} 

.sidebar {
	width:200px;
	float:left;
	margin:0px 0px 0px 10px;
    padding: 0px;
}

.sidebarimg {
	width:200px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.sidebar1 {
	width:180px;
	text-align:center;
	float:right;
	margin: 0px 10px 0px 10px;
	display:inline;
}


.main {
	width:480px;
	margin-left:220px;
	margin-top:0px;
	padding-top:5px;
	font-size: 1em;
}
.main2 {
	width:480px;
	margin-left:220px;
	margin-top:0px;
	padding-top:5px;
	font-size: .85em;
	vertical-align: top;
	top: 5px;
}

.main h1 {
	font-size: 1.5em; 
}

body {
	background: url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color:#C3D9FF;
	text-align:center; 
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}
	
.footer {
	font-size: .8em; 
	text-align:center; 
	width:900px;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

td {
	font-size:12px;
}.box .content .main2 a {
	font-size: 12px;
}
