@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
* { margin: 0;}

html, body {
	height: 100%;
}

body {
	margin: 0;
	background: #fff url(../img/body_bg.gif) repeat-x;
	color: #535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em;
}

h1 { font-size: 2em; margin: .67em 0; }
h2 { font-size: 1.5em; margin: .75em 0; }
h3 { font-size: 1.17em; margin: .83em 0; }
h4 { font-size: 1.0em;}
p, address, td, li  { font-size:0.875em;}
h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu { margin: 1.12em 0 }
h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }
p {text-align: justify;}
a {color: #389EFF;}
a:hover {text-decoration: none;}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 60px -20px 60px;
	width: 880px;
	/*padding: 0 60px;*/
}

#langBar {
	height: 40px;
	text-align: right;
	padding-top: 8px;
}
#langBar #langSel {
	margin: 0;
	padding: 4px 0 0 0;
	text-align: right;
}
#langBar #langSel li {
	display: inline;
}
#langBar #langSel li a, #langBar #langSel li a:visited {
	display: block;
	height: 18px;
	line-height:18px;
	color:#535353;
	text-decoration: none;
	font-size: 0.85em;
}
#langBar #langSel li a:hover {
	color: #389EFF;
}
#langBar #langSel li a#UEY {
	float: right;
	width: 55px;
}
#langBar #langSel li a#ULY {
	float: right;
	width: 80px;
	padding-right: 18px;
	border-right: 1px solid #B0A9A9;
}

#header {
	clear: both;
	height: 100px;
}

#header h1 {
	float: left;
	width: 295px;
	height: 100px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/my_name.gif) no-repeat 0 0px;
}

#menu {
	float: left;
	width: 180px;
	margin: 0;
	padding: 9px 0 0 0;
	list-style: none;
}
#menu li{
	width:110px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#menu li a:link,
#menu li a:visited{
	display: block;
	height: 22px;
}
#menu a#home:link, #menu a#home:visited {
	background:url(../img/menu_home.gif) no-repeat;
}
#menu a#home:hover, #menu #home_selected {
	background:url(../img/menu_home.gif) 0 -22px no-repeat;
}
#menu a#teaching:link, #menu a#teaching:visited {
	background:url(../img/menu_teaching.gif) no-repeat;
}
#menu a#teaching:hover, #menu #teaching_selected {
	background:url(../img/menu_teaching.gif) 0 -22px no-repeat;
}
#menu a#research:link, #menu a#research:visited {
	background:url(../img/menu_research.gif) no-repeat;
}
#menu a#research:hover, #menu #research_selected {
	background:url(../img/menu_research.gif) 0 -22px no-repeat;
}
#menu a#personal:link, #menu a#personal:visited {
	background:url(../img/menu_personal.gif) no-repeat;
}
#menu a#personal:hover, #menu #personal_selected {
	background:url(../img/menu_personal.gif) 0 -22px no-repeat;
}

#subMenu {
	float: right;
	width: 405px;
	height: 100px;
}

#content {
	clear: both;
	padding-top: 45px;
}

#leftContent {
	float: left;
	width: 240px;
	padding: 30px 0 50px 10px;
	margin-right: 60px;
}
#leftContent #leftMenu {
	list-style: none;
	text-align: right;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#leftContent .selected {
	background: #535353;
	color: #fff;
}

#mainContent {
	float: left;
	width: 570px;
	padding-bottom: 35px;
}
#mainContent h3 {
	background: url(../img/h3_ornm.gif) no-repeat;
	text-transform: uppercase;
	padding: 0px 0 4px 36px;
}
#mainContent .sepBlock {
	padding: 10px 0 30px 0;
	background: url(../img/sep.gif) no-repeat center bottom;
}
#mainContent p.date {
	font-size: 0.65em;
	background: url(../img/cal.gif) no-repeat left center;
	padding-left: 20px;
}
#mainContent p.newsEntry {
	margin-top: 0;
}
#mainContent .newsSep {
	background: url(../img/dash.gif) left center repeat-x;
	height: 20px;
}
#mainContent a.pdf { background: url(../img/pdf.png) no-repeat center right; }
#mainContent a.ppt { background: url(../img/ppt.png) no-repeat center right; }
#mainContent a.html {background: url(../img/html.png) no-repeat center right;}
#mainContent a.pdf, #mainContent a.ppt, #mainContent a.html{	
	padding-right: 1.3em;
}

.push {
     height: 20px;
}

#footer {
	width: 880px;
	height: 19px;
	margin: 0 60px;
	border-top: solid 1px #B0A9A9;
	font-size: 0.65em;
}


#footer a, #footer a:visited {color: #535353;}
#footer a:hover {color: #389EFF;}
#footer #copyright {
	float: left;
	width: 540px;
}
#footer #footMenu {
	float: left;
	width: 340px;
	text-align: right;
	text-transform: uppercase;
}
