@charset "utf-8";
/* CSS Document */

::-moz-selection { background-color: #C00; color: white; }
::selection { background-color: #C00; color: white; }

body {
	background-image: url(images/BGStripes.gif);
}

a:link {
	COLOR: #777;
}
a:visited {
	COLOR: #777;
}
a:hover {
	color:#FFF;
	background-color:#C00;
}
a:active {
	color: #C00;
	background-color:#FFF
}

#wrapper{
	width:1100px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}

#ntlogo {
	width:440px;
	height:80px;
	background-image:url(images/ntlogo.gif);
	background-position: top;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

#maintop {
	height:125px;
	width:1100px;
	background-image:url(images/mainBGtop.png)
}

#naviwrapper {
	height:40px;
	width:1100px;
	background-image:url(images/mainBG.png);
}

.button {
	height:40px;
	width:150px;
	float:left;
	margin-left:60px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
}

.button#home  {background-image:url(images/-home.gif)}
#naviwrapper a #home:hover {background-position: bottom;}

.button#blog  {background-image:url(images/-blog.gif)}
#naviwrapper a #blog:hover {background-position: bottom;}

.button#work  {background-image:url(images/-work.gif)}
#naviwrapper a #work:hover {background-position: bottom;}

.button#about  {background-image:url(images/-about.gif)}
#naviwrapper a #about:hover {background-position: bottom;}

.button#contact  {background-image:url(images/-contact.gif)}
#naviwrapper a #contact:hover {background-position: bottom;}


#mainmid {
	height:100%;
	width:1100px;
	background-image:url(images/mainBG.png)
}

#contwrapper {
	width:960px;
	margin-left:70px;
}

#leftitem {
	float:left;
	width:180px;
	height:500px;
	border:solid 9px #DDD;
}

#miditem {
	width:500px;
	height:500px;
	border:solid 9px #DDD;
	margin-right:auto;
	margin-left:auto;	
}

#rightitem {
	float:right;
	width:180px;
	height:500px;
	border:solid 9px #DDD;
}

#mainbot {
	height:40px;
	width:1100px;
	background-image:url(images/mainBGbot.png)
}