html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	background-image: url(images/bkg.jpg);
}

a, a:visited {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

a:hover {
	color: #BD0000;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(images/bkg_middle_repeat.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}

#container_portfolio {

	background-image: url(images/bkg_middle_repeat2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
}

#header {
	background-image: url(images/bkg_top_repeat.jpg);
	background-repeat: repeat-x;
	height: 415px;
	text-align: center;
}

#header_portfolio {
	background-image: url(images/bkg_top_repeat2.jpg);
	background-repeat: repeat-x;
	height: 302px;
	text-align: center;
}

#main {
	text-align: center;
}

#portfolio_content {
	width: 690px; 
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#portfolio_row {
	padding-top: 20px;
	width: 690px;
	text-align: center;
}

.clear {
	clear: both;
	height: 12px;
}

