@charset "utf-8";
/* 
Title:     Daniel Krieger
Author:    nakomi@gmail.com
Updated:   Dec 13 2007
*/
/* CSS Document */
body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #383d44;
	background: #ffffff;
	background-repeat:repeat-x;
	text-align: center;
	height:100%;
	}

/* links */
a:link, a:visited{
	color:#000066;
	font-size:16px;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
}

a:hover{
	border-bottom:1px solid #000066;
}

a.menuitem {
	line-height:50px;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:15px;
	color:#333366;
	border-bottom: 0px;
}
a.menuitem:hover {
	line-height:50px;
	font-size:22px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:15px;
	color:#092449;
	border-bottom: 1px solid #000000;
}

/* Div */
#home-page{
	background:#ffffff;
	width:611px;
	height:400px;
	margin-top:100px;
	text-align:left;
}
#whole-page{
	background:#ffffff;
	width:800px;
	text-align:left;
}
#mainpage{
	background: url(./imgs/home.jpg) no-repeat;
	height:400px;
	width:611px;
	text-align:right;
}
#header{
	background: url(./imgs/title.jpg) no-repeat;
	height:170px;
	width:800px;
	text-align:right;
}
#sidepic{
	float:right;
	height:500px;
}
#contenta .bio{
	font-size:24px;
	color:#000066;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#contenta .drop{
	float:left;
	font-size:400%;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:4px 10px 10px 0;
}
#contenta{
	text-align:left;
	width:350px;
	padding-left:20px;
	padding-top:10px;
	line-height: 2em;
	font-size:12px;
}
#content .bio{
	font-size:24px;
	color:#000066;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content .drop{
	float:left;
	font-size:400%;
	line-height:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:4px 10px 10px 0;
}
#content{
	text-align:left;
	padding-left:20px;
	margin-right:20px;
	padding-top:10px;
	line-height: 2em;
	font-size:12px;
}
#article_block{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}


#article_block .article_date{
	font-size:16px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
#contacts{
	padding-left:50px;
	padding-top:20px;
	padding-bottom:50px;
}
.email{
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
#menubar{
	padding-top:60px;
	padding-right:100px;
}
#footer{
	clear:right;
	background: url(./imgs/footerbackground.jpg);
	background-repeat:repeat-y;
	background-color:#bca275;
	color:#0f1652;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}