@charset "utf-8";
/* CSS Document */

*{border: none; padding:0; margin:0; list-style:none;}

body{ font-size:62.5%; }
a {	outline:none;}
#container{ width:900px; padding-top:30px; padding-left:72px;}
#header {width: 900px; height: 100px; position:fixed}

#header a{	display:block; background-image:url(images/header.png); 
			background-repeat:no-repeat; width: 156px; height:68px;
			text-indent:-9000px; overflow:hidden;}

.play a{	display:block; background-image:url(images/play_active.gif); 
			background-repeat:no-repeat; width: 113px; height:23px;
			text-indent:-9000px; overflow:hidden;	
}

.play a:hover { background-image:url(images/play_hover.gif);}

.name {		display:block; background-image:url(images/name.gif); 
			background-repeat:no-repeat; width: 220px; height:35px;
			text-indent:-9000px; overflow:hidden;}

.title{ display:block; width:362px; height:35px; background-image:url(images/title.jpg)} 
.title h1{display:none} 
#nav {width: 117px;  float:left; position:fixed; padding-left:81px; padding-top: 100px;}
#nav li {margin-bottom:3px}
.work a{display:block; background-image:url(images/work.png); width:41px; height:20px; text-indent:-9000px;}
.work a:hover{display:block; background-image:url(images/work_active.png); width:41px; height:20px; text-indent:-9000px;}
.workat {display:block; background-image:url(images/work_active.png); width:41px; height:20px; text-indent:-9000px;}
.blog a{display:block; background-image:url(images/blog.png); width:41px; height:20px; text-indent:-9000px;}
.blog a:hover{display:block; background-image:url(images/blog_active.png); width:41px; height:20px; text-indent:-9000px;}
.blogat {display:block; background-image:url(images/blog_active.png); width:41px; height:20px; text-indent:-9000px;}
.contact a{display:block; background-image:url(images/contact.png); width:60px; height:20px; text-indent:-9000px;}
.contact a:hover{display:block; background-image:url(images/contact_active.png); width:60px; height:20px; text-indent:-9000px;}
.contactat {display:block; background-image:url(images/contact_active.png); width:60px; height:20px; text-indent:-9000px;}
#content {width: 700px; float:left; padding-left:200px; padding-top:100px;}
#content img{padding-bottom:20px;}

.hidden{ display:none;}

#abstract{ background-image:url(images/abstract.gif); width: 300px; height:135px; margin-bottom:10px;}