@import "basic.css";

#content {
	width: 544px;
	height: 391px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -187px 0 0 -270px;
}

#img {
	width: 100%;
	height: 100%;
	background: url('/css/images/mediaprojects_logo.jpg') no-repeat;
	position: absolute;
}

* html #img {
	background: url('/css/images/mediaprojects_logo.jpg') no-repeat; /* IE 5 */
	back\ground: none; /* IE 6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/css/images/mediaprojects_logo.jpg',sizingMethod='image');
}

#alt {
	position: absolute;
	left: 20px;
	top: 24px;
	width: 431px;
	height: 247px;
	background: #a7b156;
	border: 1px solid #929a51;
	line-height: 120%;
	font: 11px Tahoma;
	color: #999;
	font-weight: bold;	
}

#content>#alt {
	height: 230px;
}

#alt h1 {
	float: left;
	padding: 2px 0 3px 0;
	text-indent: 8px;
	letter-spacing: 10px;
	width: 220px;
	color: #d8e179;
	text-transform: uppercase;
	font-size: 4em;
	font-weight: bold;
}

#alt h1 span {
	display: block;
	font-size: 0.6em;
	letter-spacing: 0px;
	margin-top: -10px;
	margin-left: 2px;
	font-weight: bold;
	color: #53592f;
}

.about {
	position: absolute;
	left: 0;
	top: 152px;
	padding-left: 12px;
	color: #53592f;
}

.author {
	position: absolute;
	left: 30px;
	top: 160px;
	width: 190px;
}

.author strong {
	font-size: 20px;
	color: #C00;
	font-weight: normal;
	letter-spacing: 1px;
}

.address {
	position: absolute;
	left: 0;
	top: 190px;
	width: 411px;
	padding: 10px 10px 8px 10px;
	background: #fff;
	/*border-left: 1px solid #666;*/
	font-style: normal;
}

address {
	padding-left: 265px;
	color: #53592f;
	font-style: normal;
}

address em {
	padding-left: 5px;
	font-style: normal;
}

#toc {
	color: #FFF;
	margin: 290px 50px 0 0;
	font-weight: bold;
	text-align: right;
}

#toc ul, #toc li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#toc a {
	color: #FF0;
}
