body
{
	background-color: #ffffff;
	font-family: Verdana, serif;
	font-size: 12px;
}

a { 
	color: #4261df;
	text-decoration: none;
	font-weight: bold;
	}

a:visited { 
	COLOR: #4261df;
	text-decoration: none;
	font-weight: bold;
	}

a:active { 
	COLOR: #4261df; 
	text-decoration: none;
	font-weight: bold;
	}

a:hover    { 
	color: #0728ed;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
}

img {
	border: 0;
}

#nav {
	position: absolute;
	top: 120px;
	left: 15px;
}

#nav a:hover {
	border-bottom-width: 0px;
}

body>#nav { position: fixed; }

#top-content {
	position: relative;
	left: 230px;
	width: 100px;
	top: 10px;
}

#header {
	position: relative;
	top: -26px;
	left: 0px;
	background: url(top.gif) no-repeat;
	padding: 0px 0px 0px 0px;
	width: 770px;
	height: 26px;
	margin: 0px 0px 0px 0px;
}

#sides {
	position: relative;
	top: 45px;
	left: 220px;
	width: 770px;
	background: url(sides.gif) repeat;
	text-align: justify;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#foot {
	position: relative;
	bottom: 0px;
	left: 0px;
	background: url(bottom.gif) no-repeat;
	width: 770px;
	height: 49px;
	margin: 0px 0px 0px 0px;
}

#content {
	position: relative;
	left: 30px;
	margin: 0px 0px 30px 0px;
	width: 710px;
	line-height: 1.5em;
	height: auto;
}

.photo {
	padding:4px;
	border:1px solid #999999;
}

.author {
	font-family: Verdana, serif;
	font-size: 10px;
	color:#999999;
}

i {
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

#version {
   position: absolute;
   top: 10px;
   left: 10px;
}

body>#version { position: fixed; }

