#parent{
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

#nav{
	position:absolute;
	line-height:1.5;
	font-size:12px;
	padding:8px;
	width:105px;
	height:180px;
	background-color:#F0E68C;
	border:1px dashed black;
	margin-top:20px;
}

#content{
	position:absolute;
	margin-left:130px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	width:620px; 
}

a{
	text-decoration:none;
}

a:link {color: #2121BD}     /* unvisited link */
a:visited {color: #2121BD}  /* visited link */
a:hover {color: #DE4B22}   /* mouse over link */
a:active {color: #2121BD}   /* selected link */

a.navLink:hover{
	color:#DE4B22;
}

p{
	margin-left:20px;
}

h3{
	padding-left:3px;
	background-color:#F0E68C;
	border:1px dashed green;
	color:#4B4B4B;
}

h4{
	color:#4B4B4B;
}

h1{
	background-color:#F0E68C;
	border:2px dashed green;
	color:#4B4B4B;
	text-align:center;
}

img{
	vertical-align:top;
}

body{
	background-image:url('images/hatHair.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;
}