/* Reset
--------------------*/
html, body, div, p, img, table, tr, td, ul, ol, li, a, dl, dt, dd,
h1, h2, h3, h4, h5, h6, fieldset
{margin:0;padding:0;border:0;list-style:none;}
hr {display:none;height:0;}

/* Command Center
--------------------*/
html, body {
	height: 100%;
}
html {
	
}
body {
    font-family:arial, helvetica, sans-serif;
	font-size:1.0em !important;
	font-size:0.9759em; /* IE6 = em x .9759 */		     
	line-height:1.3em !important;
	line-height:1.26867em;
	
	background:#fff url(i/left.gif) repeat-y 0 0;
}
#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:765px;
	text-align:left;
}


/* Link Colors
--------------------*/
a {
    color:#A40000;
}
    a:hover	{
        color:#BF1717;
    }
    a:active {
        color:#CFCD9B;
    }

/* Header
--------------------*/
#header {
	
	width:100%;
	height:120px;
	background:url(i/bigM.gif) no-repeat 63px center;
}
	#header h1, #header p {
		display:inline;
		font-size:0;
		text-indent:-9000em;
		_display:none;
	}
	#header a {
		display:block;
		width:100%;
		height:120px;
		background:url(i/logo.gif) no-repeat 346px 30px;
		text-indent:-9000em;
	}

/* Left
--------------------*/
#left {
	clear:both;
	float:left;
	width:202px;
	color:#777;
	font-family:"Times New Roman", Times, serif;
	overflow:hidden;
}
	h3#projects {
			display:block;
			width:100%;
			height:22px;
			font-size:0em;
			text-indent:-9000em;
			background:url(i/projects.gif) no-repeat 0 0;
		}
	#leftnav a {
		display:block;
		width:179px;
		padding:2px 5px 2px 18px ;
		font-size:0.63em;
		color:#777;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		background:url(i/current.gif) no-repeat -50px 0;
	}
		#leftnav a:hover {
			color:#fff;
			background-position:3px 7px;
		}
		#leftnav a.current {background:url(i/current.gif) no-repeat 3px 7px; color:#fff;}
	#leftnav ul {
		margin:30px 0 0;
	}

	/* Contact
	--------------------*/
	#contact {
		margin:65px 0 0;
		width:166px;
		padding:0 18px;
	}
		#contact a {
			text-decoration:none;
		}
			#contact a:hover {
				text-decoration:underline;
			}
		#contact h3 {
			visibility:hidden;
		}
		#contact p {
			font-size:0.75em;
			line-height:1.3em;
			letter-spacing:0.03em;
			font-weight:bold;
		}
		#contact dl {
			font-size:0.69em;
			margin:20px 0;
			line-height:1.3em;
		}
		#contact dt {
			float:left;
			width:41px;
			font-style:italic;
			text-transform:lowercase;
		}
		#contact dd {
			float:right;
			width:120px;
		}
	
/* Main
--------------------*/
#main {
	float:right;
	width:499px;
	padding:0 32px;
	margin:20px 0;
	line-height:1.1em;
}

#main ul li { list-style-type: disc !important; margin: 2em; }

	#main p, #main ul {
		font-size:0.69em;
	}
	#main a:hover {
		text-decoration:none;
	}

	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
		padding:10px 0;
	}
 
	/* Headers
	--------------------*/
	h1, h2, h3, h4, h5, h6 {
		font-family:"Times New Roman", Times, serif;
		text-transform:uppercase;
		font-weight:normal;
		letter-spacing:0.25em;
		word-spacing:0.19em;
	}
	
	h1 {font-size:1.11em;}
	h2 {font-size:1.0em;}
	h3 {font-size:0.94em;}
	h4 {font-size:0.88em;}
	h5 {font-size:0.81em;}
	h6 {font-size:0.75em;}


/* Misc. Classes
--------------------*/
.bold {font-weight:bold;}
.italic {font-style:italic;}
.clear {clear:both;}
