* {
	margin: 0;
	padding: 0;
}
html, body {
	font-size: 100%;
}
body {
	background: #cfcdc5 url(../img/back.gif);
	text-align: center;
	padding-bottom: 10px;
}
body, table, th, td {
	font-family: Tahoma, Arial, sans-serif;
}
ul, ul li {
	list-style: none;
}
ol, ol li {
	list-style-position: inside;
}
img {
	border: none;
}
p {
	text-align: justify;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}
th, td {
	border: 1px solid #cac8c0;
	padding: 3px;
	color: #686868;
}
.no-bord th, .no-bord td {
	border: none;
}
th {
	background-color: #f7f6f1;
}
.centered-cells td, .centered-cells th {
	text-align: center;
}
.c, p.c {
	text-align: center;
}

h1 {
	border-bottom: 1px solid #edebe2;
	color: #9f4d4d;
	font-size: 120%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: right;
	_height: 1%;
}
a {
	text-decoration: underline;
	color: #9f4d4d;
}
a:hover {
	color: #d09d9d;
}

* html .float-fix {
	height: 1%;
}

html>body .float-fix2 {
	overflow: hidden;
}


.float-fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.larger {
	font-size: 130%;
}
.pdf {
	display: block;
	background: transparent url(../img/pdf.gif) no-repeat 5px center;
	padding-left: 25px;
	float: left;
}
.xls {
	display: block;
	background: transparent url(../img/xls.gif) no-repeat 5px center;
	padding-left: 25px;
	float: left;
}
.lf {
	float: left;
}
.rf {
	float: right;
}

#container {
	width: 850px;
	padding: 0px 30px 15px;
	margin: 10px auto 0 auto;
	border: 1px solid #c8c6bf;
	background-color: #edebe2;
	color: #686868;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 790px;
}
.fake{}
#header {
	height: 130px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0;
	top: 26px;
	width: 319px;
	height: 77px;
	background: transparent url(../img/logo.gif) no-repeat;
}
#logo a {
	display: block;
	height: 100%;
}
#phone {
	position: absolute;
	right: 0;
	top: 0;
	width: 20em;
	text-align: right;
	height: 130px;
	line-height: 130px;
	font-size: 80%;
}

#content-container {
	position: relative;
	font-size: 80%;
}
#menu-block {
	background: white url(../img/back_menu_bottom.gif) no-repeat bottom;
	width: 185px;
	float: left;
	position: relative;
	padding-bottom: 20px;
	_margin-right: -3px;
}
#menu-top {
	background: transparent url(../img/back_menu_top.gif) no-repeat top;
	height: 12px;
	width: 185px;
	position: absolute;
	top: -4px;
	left: 0;
}
#menu-bottom {
	padding-bottom: 1em;
}
/* {{{ MAIN MENU */
#menu-block ul {
	border-bottom: 1px solid #d4d2cb;
}
#menu-block ul a, #menu-block ul span {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 25px;
	_height: 1%;
	border-bottom: 1px solid #edebe2;
	border-top: 1px solid #d4d2cb;
	background: transparent url(../img/bullet1.gif) no-repeat 8px center;
}
#menu-block ul a {
	cursor: pointer;
}
#menu-block ul .first a, #menu-block ul .first span {
	border-top: none;
}
#menu-block ul a:hover {
	color: #ea1706;
	background: #f7f6f1 url(../img/bullet2.gif) no-repeat 7px center;
}
/* }}} MAIN MENU */

#announce {
	margin-top: 1em;
}

#content-block {
	background: white url(../img/back_content_bottom.gif) no-repeat bottom;
	margin-left: 198px;
	position: relative;
}
#content-top {
	background: transparent url(../img/back_content_top.gif) no-repeat top left;
	position: absolute;
	top: -5px;
	left: 0px;
	width: 592px;
	height: 10px;
}
#content {
	padding: 20px;
	min-height: 510px;
	_height: 510px;
	_margin-left: -3px;
}
#content p {
	margin-bottom: 1em;
}
#content p.header {
	margin-bottom: 0;
}


#studio {
 margin-top: -50px;
 width: 185px;
 line-height: 150%;
}


#studio .we {
	font-size: 85%;
}
#studio a {
	color: #717170;
	font-weight: bold;
	text-decoration: none;
}
#studio a b {
	color: #b64304;
}
#studio a:hover {
	text-decoration: underline;
}

/* {{{ ARCHIVE */
.archive-item {
	border-bottom: 1px solid #edebe2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.date {
	background: transparent url(../img/n.gif) no-repeat left center;
	color: #9f4d4d;
	font-size: 90%;
	padding: .5em 0 .5em 20px;
	margin-bottom: 10px;
	_height: 1%;
}
.cover {
	float: left;
	margin-right: 10px;
}
.resume {
	margin-left: 160px;
}
/* }}} ARCHIVE */

