.designbackground {
	background-color: FFFFFF;
}
.framebackground {
	background-color: #FFFFFF;
}
.resumebackground {
	background-image: url(images/backgrounds/resume.jpg);
	background-repeat: no-repeat;
	height: 346px;
	width: 534px;
}

#translayer {
	width: 534px;
	height:346px;
	overflow:auto;
	background-color: #fff;
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	}

#translayer * {
	position: relative;
}
.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
