body {
	background-color: #EEE;
	margin: 0;
	padding: 0;
	/*font-family: "Lucida Grande", Verdana, Arial, sans-serif;*/
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 14px;*/
	
}

a:link {
	color: #222;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topcontainer {
	width: 920px;
	height: 80px;
	background-color: #E5E5E5;
	/*color: #ebd9ff;*/
	/*color: #3856ff;*/
	float: left;
	/*background-image: url(images/nolarustygate.jpg);*/
	background-position: right;
	border-left: 5px solid white;
	border-right: 5px solid white;
	padding-left: 30px;
}

.initial {
	/*color: #1728FF;*/
}

/*
#topcontainer h1 {
	text-align: left;
	padding-left: 10px;

}
*/
#maincontainer {
	/*min-height: 600px;*/
	border-top: 5px solid white;
	float: left;
}

#leftcolumn {
	width: 300px;
	min-height: 600px;
	float: left;
	background: url(images/left.png) scroll;
	padding: 15px 5px 0 5px;
	border-right: 5px solid white;
	border-left: 5px solid white;
	background-color: #777;

	color: #EEE;
	/*color: #f2e09d;*/
	/*background-color: #7d5321;*/ /*brown*/
}

#rightcolumn {
	width: 590px;
	min-height: 600px;
	float: left;
	padding: 15px 25px 0 20px;
	line-height: 150%;
	/*margin: 40px 0 20px 20px;*/
	/*border: 1px solid red;*/
	/*color: #7d5321;*/
	/*background-color: #f2e09d;*/ /*tan*/
	/*color: #f5dcc6;*/
	color: #000;
	/*background-color: #DDD; */  /* #DDD; */
	font-size: .8em;
	line-height: 1.6em;
	/*background: url(images/right.png) repeat scroll;*/
	background: #DFDDDD;
	border-right: 5px solid white;
}

#rightcolumn h1 {
	font-size: 16px;
	/*border: 1px solid #f5dcc6;*/
}

#rightcolumn a:link, #rightcolumn a:visited {
	text-decoration: none;
	/*color: #0F0;*/
	color: #1f5fb8;
	/*color: #618F2E;*/
	border-bottom: 1px dashed #fff;
}

#rightcolumn a:hover {
	text-decoration: none;
	color: #2bbbff;
}

#rightcolumn a:active {
	text-decoration: none;
	color: #7e2bff;
}

#rightcolumn ul {
	list-style-type: square;
	
}

#contact {
	width: 200px;
	/*padding: 10 px; */
	/* border: 1px solid #FFF; */
	margin: 25px 0 0 30px;
	font-size: 12px;
	color: #FFF;
}

#contact a:link, #contact a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
}

#contact a:hover, #contact a:active {
	color: #093d6b;
}
	

#links {
	width: 200px;
	/*margin-left: 10px;
	margin-top: 15px; */
	margin: 21px 10px 0 10px;
	/*margin: 0 auto 0 10px;*/
	/*height: 100px;*/
	/*border: 1px solid pink;*/
}

#links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*padding: 2px;*/
	/*border: 1px solid #333;*/
	/*border-right: 1px solid #fffdf5;*/
	/*border-right: 1px solid #4d870b;*/
	width: 200px;
	font: 12px 'Lucida Grande', Verdana, sans-serif;
	color: #eee;
}

#links li {
	/*background #DDDDDD;*/
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	/*border-bottom: 1px solid #fffdf5;*/	
}

#bottomlink {
	border-bottom: 1px solid #888;
}

#links ul a:link, #links ul a:visited, #links ul a:hover, #links a:active {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	
}

#links ul a:link {
	/* color: #381b02; */
	/*color: #093d6b;*/
	color: #FFF;
}

#links ul a:visited {
	/*color: #bc6303;*/
	/*color: #381b02; */
	/*color: #093d6b; */
	color: #FFF;
}

#links ul a:hover {
	color: #FFF;
	background: #666; 
}

#links ul a:active {
	color: #333;
}

#resume h1 {
	font-size: 16px;
}

#resume ul {
	list-style-type: disc;
	padding-left: 15px;
}

#address {
	text-align: center;
}

.employer {
	font-size: 14px;
}

.contract {
	font-size: 12px;
	font-style: italic;
}	

#goals {
	list-style-type: square;
}
	