@charset "utf-8";
/* CSS Document */
* { behavior: url(css/iepngfix.htc) }
body {
	/*background-color:#d9bf83;*/
	background-color:#000;
	font-family:"Times New Roman", Times, serif;
	/*background-image:url(../img/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat;*/
}
.mainWrapper {
	width:756px;
	height:584px;
	background-image:url(../img/mainWrapper_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:50px auto 0px auto;
}
.logo {
	height:133px;
	background-image:url(../img/logo.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
}
.content {
	width:616px;
	margin:0px auto 0px auto;
	height:390px;
	position:relative;
	z-index:1;
}
.leftSide {
	width:202px;
	float:left;
	height:325px;
}
.background {
	background-image:url(../img/triangle.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
ul.menu {
	list-style-type:none;
	margin:-25px 0px 0px 14px;
	padding:0px;
	position:relative;
	z-index:3;
}
ul.about {
	margin:0px 0px 0px 14px;
}

ul.menu li {
	margin-bottom:13px;
	padding-left:0px;
	height:25px;
}
ul.menu a {
	background-image:url(../img/menuBullet.jpg.png);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:25px;
	color:#000;
	height:25px;
	display:block;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	padding-left:33px;
}

ul.about a {
	font-size:14px;
}
ul.menu a:hover {
	color:#444;
}
.rightSide {
	width:390px;
	float:right;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	position:relative;
	z-index:5;
}
.rightSide img {
	border:0px;
}
.rightSide p {
	margin-top:5px;
	margin-bottom:5px;
}
.footer {
	width:616px;
	margin:0px auto 0px auto;
}
.leftFooter {
	width:307px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.rightFooter {
	width:290px;
	float:right;
	font-size:14px;
	font-weight:bold;
	padding-left: 17px;
}
.ink {
	background-image:url(../img/ink.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:104px;
	height:138px;
	position:absolute; bottom:0px; left:70px;
	z-index:6;
}
.pen{
	background-image:url(../img/pen.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:333px;
	height:53px;
	position:absolute; bottom:0px; left:147px; 
	z-index:10;
}
.smallRight {
	width:350px;
	padding-right:2px;
}
.smallRight p {
	font-size:13px;
}
.picture {
	position:absolute;
	top:30px;
	left:9px;
	z-index:10;
}










.clear {
	clear:both;
	line-height:0px;
	height:0px;
}

#displays{display:none;}
#identity{display:none;}
#publications{display:none;}
