body
{
	background-color: #000000;
	background-image: url(blue800.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 0.8em;
        SCROLLBAR-FACE-COLOR: #000000;
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
        SCROLLBAR-SHADOW-COLOR: #000000;
        SCROLLBAR-3DLIGHT-COLOR: #ffffff;
        SCROLLBAR-ARROW-COLOR: #ffffff;
        SCROLLBAR-TRACK-COLOR: #000000;
        SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

div#title
{
        position: absolute;
        width: 380px;
        height: 200px;
        left: 20px;
        top: 40px;
        overflow: visible;
}

div#page
{
	position: absolute;
	width: 360px;
	height: 480px;
	left: 410px;
	top: 40px;
	overflow: visible;
}

img#citp
{
	position: absolute;
	bottom: 0;
}

div#detail, div#filler
{
	position: relative;
	width: 320px;
	height: 198px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#detail
{
	overflow: auto;
	font-size: 0.9em;
}

div#copyright
{
	position: absolute;
	width: 390px;
	left: 0px;
	top: 440px; /*420px*/
	text-align: right;
}

div#contact
{
        position: absolute;
        width: 340px;
        left: 410px;
        top: 455px;
        text-align: right;
}

a:link, a:active, a:visited
{
	color: #8888ff;
}

a:hover
{
	background-color: #000088;
	color: #ffffff;
}

a.mailto
{
	color: #ffffff;
	text-decoration: none;
}

a.mailto:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 1.8em;
	color: #ffffff !important;
}

h1 a
{
	text-decoration: none;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.2em;
}

h1, h2, h3
{
	margin-top: 0px;
}

.gray
{
	color: gray !important;
}

p
{
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

ul.skills
{
	margin-top: 0px;
	padding-left: 15px;
}

p.last
{
	padding-bottom: 10px;
}
