body 
{
	background-color: #666;
}
a:visited 
{
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
a:link 
{
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
a:hover 
{
	font-family: Garamond, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
#banner 
{
	background: #FFF8C6;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	left: 15%;
	top: 10%;
	width: 70%;
	position: absolute;
	background-color: #CC9;
	color: #333;
	height: 10%;
	padding: 1%;
}
#linkBar 
{
	background: #CC9;
	left: 15%;
	top: 25%;
	width: 70%;
	position: absolute;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	text-align: center;
	position: absolute;
	font-size: 12px;
	height: 5%;
	vertical-align: middle;
	padding: 1%;
}
#mainCol, #exp, #edu, #lang, #skills, #cont, #obj 
{
	background: #CC9;
	left: 15%;
	top: 35%;
	width: 70%;
	height: 45%;
	position: absolute;
	padding: 1%;
}
#bottomBar 
{
	background: #CC9;
	padding: 1%;
	left: 15%;
	top: 85%;
	width: 70%;
	position: absolute;
	height: 5%;
	text-align: center;
}
