@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: url(images/background_paper.jpg) repeat;
	background: #CCC;
	color: #EEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
#portfolio {
	width: 445px; /* 900 */
	margin: auto;
	text-align: center;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	padding: 10px;
}
#portfolio .thumb {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 180px;
	min-height: 180px;
	_height: 180px;
	border: solid 1px #DDD;
	background: #CCC;
	Abackground: url(images/background_paper.jpg) repeat;
}
#portfolio .thumb img {
	margin-bottom: 10px;
	cursor: pointer;
	Aborder: 1px solid #DDD;
}
#portfolio .preferred {
	background: #bbb;
	Abackground: url(images/background_paper_light.jpg) repeat;
}
a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* openWin */

.wholeScreen {
	width: 100%;
	height: 100%;
	text-align: center;
}
#openWinImg {
	cursor: pointer;
}
