body{
	margin: 0px 0px 0px 0px;
	background-color: White;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

table{
	border: 0px none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}

h2 {
	font-size: x-small;
	color: #333333;
}

a{
	color: #4986F1;
	text-decoration: none;
	border: 0px none;
}

a hover{
	text-decoration: underline;
}

a img{
	border: none;
}

.head{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #9DB0AF;
}

/* Layers */

#container{
	  width: 960px;
	  margin:0 auto;
	  height:auto;
}

#header {
	color: #333333;
	padding: 2px;
	width: 960px;
	height: 150px;
}

#logo{
	width: 480px;	
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(images/name.jpg);
	float: left;
}

#menu{
	width: 479px;	
	height: 100px;
	float: right;
	
}
#about{
	position:absolute;
	width:960px;
	height:50px;
	top: 102px;
	left: 10px;
	border-top: dotted;
	border-color: #666666;
	border-width: 1px;
	padding-top: 2px;
	
}

#sections{
	position: absolute;
	width: 960px;
	left: 10px;
	top: 153px;
	height: inherit;
}
#links{
	position: absolute;
	width: 960px;
	height: 100px;
	left: 10px;
	top: 255px;
}
#footer{
	position: absolute;
	width: 960px;
	height: 100px;
	left: 7px;
	top: 452px;
}
#me{
	width: 480px;	
	height: 100px;
	float: left;
	border-top: dotted;
	border-color: #666666;
	border-width: 1px;
}

#mt{
	width: 479px;	
	height: 100px;
	float: right;	
	border-top: dotted;
	border-color: #666666;
	border-width: 1px;
	position:absolute;
}
