/* content wrapper */




#wrap {
	color: #CCCCCC;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #d9ebc3;
	background-repeat: no-repeat;
	height: 430px;
	top: 0px;
	background-image: url(images/bg.png);
	overflow: auto;
}

#side {
	color: #000000;
	float: right;
	text-align: right;
	font-size: 9pt;
	position: relative;
	padding-top: 30px;
}
.contentor {
	line-height: 1.3em;
	text-align: justify;
	width: 250px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	height: 270px;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	background-attachment: scroll;
	background-color: #FFFF66;
	overflow: auto;
	margin-left: 30px;
	filter: Alpha(Opacity=80);
	border: 12px inset #993333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	color: #333333;
}

/* title */

#title {
	color: #351111;
	height: 40px;
	float: left;
	width: 600px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0px;
	font-weight: bolder;
	font-size: 40px;
	margin-top: -10px;
	padding-top: 0px;

}
.itemsub{
	color: #0033CC;
	font-size: 0.8em;
	display: block;
	border: blue 1px solid;
	opacity: 0.5;
	filter: alpha(opacity=70);
	width: 105px;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 15px;
	font-weight: bold;
	line-height: 8px;
	background-color: #FFFF00;
	padding: 2px;
}

.itemsub:hover {
	background: #f0d307;
	text-decoration: none;
	line-height: 10px;
}

img {
	border: 5px solid #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
h1 {
	color: #993333;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 15px;
	font-weight: bolder;
}
.tira {
	height: 20px;
	width: 600px;
	font-weight: bolder;
	color: #333333;
	font-size: 12px;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

