#page-container {
	width: 800px;
	margin: auto;
}

html, body {
	margin: 0;
	padding: 0;
	background: #00a4b2;
	font-size: .8em;
	font-family: georgia;
	line-height: 1.5em;
}

#page-container {
	width: 800px;
	margin: auto;
}

#sidebar-nav {
	width: 80px;
	background: #00a4b2;
	position: absolute;
	top: 120px;
	margin-left: 5px;
	height: 150px;
	text-align: right;
	color: #fff;
	padding: 8px;
	line-height: 2.5em;
}

#bar {
	background: #e6fa87;
	height: 15px;
	margin-left: 85px;
}


#sidebar-a {
	float: right;
	width: 145px;
	background: #9c0;
	padding: 10px;
	margin-bottom: 10px;
}
#sidebar-b {
	float: right;
	width: 165px;
	color: #fff;
	
}

.sidebarText	{
	color:#000;
}

#content {
	margin-left: 85px;
	background: #fff;
	width: 450px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 50px;
	padding-bottom: 120px;
}

#header {
	margin-left: 85px;
	background: #fff;
	width: 535px;
	height: 70px;

}


#footer {
	clear: both;
	width: 715px;
	float: right;
	color: #fff;
}





a:link	{
	color: #fff;
	font-size: 1.2em;
	font-family: sans-serif;
	text-decoration: none;
	display: list-item;
	list-style-type: none;
	
	}
.resume a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #393;
	font-size: 1em;
	text-decoration: none;
	border: 0;
	display: inline;
}


a:hover	{
	color: #fff;
	border-top: solid 1px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	display: list-item;
	list-style-type: none;
	
	}
a:visited {
	color: #e6fa87;
	font-size: 1.2em;
	font-family: sans-serif;
	text-decoration: none;
	display: list-item;
	list-style-type: none;
}
.anchors {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	color: #9CCE08;
	line-height: 2em;
	width: 200px;
}
.anchors a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #666;
}
.anchors a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #F6F8F8;
	text-decoration: none;
	background-color: #9c0;
	border: 0;
}
.anchors a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #007B84;
}
.resume a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1em;
	text-decoration: none;
	border: 0;
	display: inline;
}
.resume a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00A4B2;
	font-size: 1em;
	text-decoration: none;
	border: 0;
	display: inline;
}
.input {
	color: #00A4B2;
	background-color: #FFF;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #9C0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}
textarea {
	background-color: #DCE9E2;
}
.footerLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	line-height: 2em;
	width: 450px;
	list-style: inline;
	padding: 0.2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#altnav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	display: inline;
	color: #FFF;
	border: 0px;
	border-style: none;
}


