html
{
	height:100%;
}

body 
{
    font-size:0.75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
	height:100%;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 25px;
    line-height: 1.6em;
}

a img {
	border:0;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 2em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2.5em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

#page
{
    width: 950px;
    margin: 0 auto;
	position: relative;
	z-index: 100;
	height:100%;
}

#banner
{
	background: url(images/md3_banner.jpg) no-repeat 0 0;
	width:950px;
	height:130px;
	z-index:1;
	position:absolute;
}

/*
#main
{
    width:950px;
	float:left;
	min-height:100%;
}

#title
{
	width:750px;
	margin: 0;
	padding: 0;
}
*/
#home
{
	float:left;
	width:950px;
	position:fixed;
	top:131px;
	
}

#projects
{
	float:left;
	width:950px;
	position:fixed;
	top:160px;
}

#contact
{
	float:right;
	width:225px;
	border:1px solid #7c7e81;
	border-radius:15px;
	padding:5px;
}


#menu-container
{
	border:none;
	width:100%;
	height:120px;
	position:absolute;
	z-index:2;
}

#menu-content
{ position: absolute; bottom: 0; left: 0; }

/*STATIC FOOTER*/
#footer
{
	background: url(images/md3_footer.jpg);
	margin: 0;
	float:right;
	position:relative;
	width: 950px;
	height:27px;
	z-index:3;
}

/*DYNAMIC FOOTER
#footer
{
	background: url(images/md3_footer.jpg);
	margin: 0;
	font-size: .9em;
	position:absolute;
	bottom:20px;
	width: 100%;
	height:27px;
}
*/
