/* CSS Document */

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 70%;
	color: #000;
	background: #CCCC99;
}


.graphic {
	border: 0px;
}

a {
	border: 0px;
}

#container {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
}

/* Portfolio Page */
#portfolioText {
	width: 563px;
	position: absolute;
	left: 200px;
	top: 490px;
	height: 300px;
}

div#portfolioList {
	width: 183px;
	position: absolute;
	left: 23px;
	top: 487px;
	
}

#portfolioList ul {
	margin: 0px;
	padding: 0px;
}

#portfolioList li {
	list-style-type: circle;
	display: block;
	margin: 0 0 0;
	padding: 1px;
}


/* Resource Page */

#linkresource {
	margin-left: 50px;
}

#linkresource a {
	color: #000;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-decoration: none;
}

#linkresource a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #e2eff3;
}

/* Contact Page */

#contactText {
	width: 140px;
	position: absolute;
	left: 215px;
	top: 281px;
}



.contactStrong {
	font-weight: bold;
}

.contactInfo {
	line-height: 30%;
}

.contactInfo a {
	color: #000;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-decoration: none;
}

.contactInfo a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #e2eff3;
}

/* Portfolio Pages */
#portfolioText2 a {
	color: #666666;
	font-family: tahoma, helvetica, arial, sans-serif;
	text-decoration: none;
}

#portfolioText2 a:hover {
	color: #CC0000;
	border-bottom: 1px dotted #e2eff3;
}