body {
	margin: 20px 0 0 0;
	text-align: center;
	background: white;
	color: black;
	font: .8em/1.5em georgia, serif;
	}
	
/* Main text color */
h1, h2 {
	color: #039;
}

h1 {
	font: bold 1.5em 'helvetica neue', Helvetica, sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	}
	
h2 {
	font:bold 1.2em 'helvetica neue', Helvetica, sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
	}

strong {
	font-weight: bold;
}	
	
em {
	font-style: italic;
}
a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #039;
}

a:visited{
	color: #06c;
}
		
a:hover {
	color:#67a;
	}

a:active {
	color: red;
}
	
#home {
	text-align: left;
	width: 700px;
	margin: 0px auto 25px auto;
	font: .9em/1.5em georgia, serif;
	}
	
#footer {
	border-top: 1px dotted #221;
	font: .9em/1.5em georgia, serif;
	clear: both;
	height: 20px;
	width: 700px;
	text-align: left;
	margin: 0px auto;
	padding: 5px 0 25px 0;
	}

.spacer {
	clear: both;
}
#susycard{
	margin: 200px auto 0px auto;
}
#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}
/* Projects Styles */
#projects {
	list-style: none;
}

#projects li {
	margin: 0 0 1.5em 0;
}

h2 + ul {
	margin: 1.5em 0 0 0;
}

.proj {
	font: 1em/1em Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
dl#links dt {
	font-weight: bold;
}
dl#links dd {
	font-style: italic;
	text-indent: 1em;
	margin: 0 0 1em 0;
}

/* Biography Styles */
.text p + p { 
	margin: 1.2em 0 0 0;
}

.text h2 {
	margin: 0 0 1.5em 0;
}

.text h2 + p {
	margin: 1.5em 0 0 0;
}

.text p + h2 {
	margin: 2em 0 0 0;
}

/* Refers to Index.html */
#header {
	height: 47px;
}

#mainmenu {
	width: 300px;
	text-align: left;
	float: left;
}

#mainmenu li{
	font: 1em/2em 'helvetica neue', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	list-style: none;
}

#randomimage{
	float: left;
	width: 400px;
}

#note{
	margin: 10px 0 20px 0;
}
/* Image Replacement */

#mainmenu h1 span {display: none;}

#mainmenu h1 {

	width: 284px;
	height: 80px;
	background: transparent url(../images/susyblu.gif) no-repeat;
	margin: 0 0 25px 0;
}

