body {
		background:black;
	}
	
	h1{
		margin: 0px;
	}
	
	h1 a{
		font-size: 29px;
		color: White;
		letter-spacing: 29px;
		text-decoration: none;
	}
	
	a{
		text-decoration: none;
	}
	
	.box{
		border-width: 1px;
		border-style: solid;
		border-color: White;
		width: auto;
		max-width: 1250px;
		min-width: 1000px
	}
	.footer{
		font-size: 10px;
		font-family: Arial;
		float: right;
		margin-right: 4px;
		color: silver;
		text-decoration: none;
	}

	.footer a {
		font-size: 10px;
		font-family: Arial;
		margin-right: 4px;
		color: silver;
		text-decoration: none;

	}

	.footerLeft{
		width: 100%;
		max-width: 1250px;
		min-width: 1000px;
		float: left;
		margin-left: 4px;
		text-align: left;
		font-size: 10px;
		font-family: Arial;
		color: silver;
		text-decoration: none;
	}

	.footerLeft a {
		font-size: 10px;
		font-family: Arial;
		color: silver;
		text-decoration: none;
	}

	.boxlink {
		border: 1px solid silver;
		padding:4px;
		font-size: 12px;
		font-family: Arial;
		color: silver;
		text-decoration: none;
	}


       .headings{
		font-family: Arial;
		color: silver;
		font-style:italic;
	}

       .summary{
		font-family: Arial;
		color: silver;
		font-size: 13px;
	}

       .skills {
		font-family: Arial;
		color: silver;
		font-size: 13px;
	}


	.autosize {
		width: auto;
		max-width: 1250px;
		min-width: 1000px;
	}
	
	#vlist {
		padding-bottom:10px;
		width:200px;
	}
	
	#vlist .mitem {
		display: block;
		width: 200px;
		height: 58px;
		background-repeat:no-repeat;
		margin:0px;
	}
	
	#vlist .mitem span {
		display:none;
	}
	
	#mhome { background:red;}
	#mabout {background: url("/images/about.jpg") black; cursor:Pointer;}
	#mfolio {background: url("/images/career.jpg") black; cursor:Pointer;}
	#mgallery {background: url("/images/gallery.jpg") black; cursor:Pointer;}
	#mmisc { background:green;}
		
	.mainmenu {
		padding:10px 10px;
	}
	
	.clearframe {
		clear:both;
	}
 