body, html {
	overflow-x: hidden;
}

body
{
	background-color: #ffffff;
	text-align: center;
	font-family: Courier New, Courier;
	font-size: 12px;
	behavior:url("css/csshover2.htc");
}

div#container
{

	margin-left: auto;
	margin-right: auto;
	width: 760px;
	_width: 760px;
}

div#main
{
	margin-top: 30px;
	text-align: left;
	width: 100%;
}

div.item {
	float: left;
	width: 240px;
	text-align: right;
	margin-right: 18px;
	margin-bottom: 15px;
	margin: 6px;
	padding-bottom: 15px;
	border-bottom: 1px solid #888888;
	background-repeat: no-repeat;
	background-position: top;
	height: 160px;
	_height: 185px;
}

div.item:hover {
	cursor: pointer;
}


div.itemdooping {
	float: left;
	background-color: #000000;
	width: 240px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin: 6px;
	border-bottom: 1px solid #888888;
	text-align: center;
	height: 160px;
	_height: 185px;
}


div.itemdooping:hover {
	cursor: pointer;
}

div.itemproj {
	width: 300px;
	text-align: right;
	margin: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #888888;
}


div.titleproj {
	background-image: url(images/bg.png);
	font-family: georgia;
	font-size: 18px;
	padding-right: 2px;
	font-style: italic;
}

div.title {
	margin-top: 55px;
	background-image: url(images/bg.png);
	font-family: georgia;
	font-size: 18px;
	padding-right: 2px;
	font-style: italic;
}

div.itemtext {
	margin-top: 30px;
	width: 240px;
	text-align: justify;
}

div.itemprojtext {
	margin-top: 25px;
	width: 300px;
	text-align: left;
}

img {
	border: 0px;
}

a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.ahide {
	color: #000000;
	text-decoration: none;
}

.ahide:hover {
	text-decoration: none;
}

input {
	width: 140px;
	border: 1px solid #888888;
}
