/* base...  */
* {
	direction: ltr;
	font-family: Arial, Gulim,sans-serif;
	font-size: 0.98em;
}

a	  {color: black; text-decoration: underline;}
a:hover   {color: blue;}
a:active  {color: red;}

/* Layout */

#container{
	margin: 20px;
	width: 600px;
}

#title {
	 float: right;
}

#header {
	clear: both;
	padding : 10px;
	border-top: thin solid gray;
}

#persInfo {
	line-height: 1.3;
}

#myPicture{
	float: left;
	margin-right: 20px;
}

#contents{
	clear: both;
	border-top: thin solid gray;
	margin-top: 10px;
	line-height: 1.3;
}
#rightRot{
	float: right;
}
#footer{
	padding : 10px;
	border-top: thin solid gray;
	clear: both;
}


/* misc..  */
h1.homeTitle {
	font-size:1.5em;
	display:inline;
	color:#c0c0c0;
	margin-right: 10px;
}

.idTitle{
	font-weight:bold;
	font-size:140%;
	color:#888888;
}

.myName{
	font-weight:bold;
	margin-bottom: 10px;
}

#contact{
	margin-top: 10px;
}
#contact ul{
	margin:0;
	list-style-position: inside;
}


#lastUpdate{
	font-size:0.9em;
	color:#888888;
	line-height: 1.5;
}
img#banner {
	border: 1px solid gray;
}
