@charset "utf-8";

A.melink{
	border-color: #B22222;
	background-color: #8B0000
}


/* the top box with the portrait */
div#abouttop{
	width: 700px;
	height: 270px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: large
}

div#abouttop h1{
	text-align: center
}


img#portrait{
	margin-right: 30px;
	float: right
}

/* 2 column structure */
div#twocolumn{
	margin-left: 10px;
	margin-right: 10px
}

div#twocolumn h2{
	letter-spacing: .25em;
	text-decoration: underline
}

div#twocolumn img{
	border-style: none
}

/* left side */
div#aboutleft{
	width: 300px;
	margin-right: 20px;
	float: left
}

/* rss */
div#myrss{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 225px;
	text-align: center;
	border-style: none;
	font-size: small;
}
div#myrss A{
	font-size: large
}
div#myrss img{
	border-style: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px
}

/* right site */
div#aboutright{
	width: 425px;
	float: right
}

div#dontcare{
	text-align: left
}

div#dontcare h2{
	letter-spacing: 0em;
	text-align: center
}

div#dontcare li{
	margin-bottom: 5px
}

/* secondary pages */
A.backtomain{
	display: block;
	font-size: small;
	height: 1.5em;
	float: right;
	margin-right: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em
}

table.labeltable{
	width: 600px;
	color: #FFFFFF;
}

table.labeltable th{
	text-align: right;
	font-weight: bold;
	width: 150px;
	color: #FFFFFF;
}

table.labeltable td{
	text-align: left;
	color: #FFFFFF;
}



ul.softwarelist{
	list-style-type: none;
	width: 750px;
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 5px
}

ul.softwarelist li{
	display: block;
	width: 350px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 15px;
	float: left
}

ul.softwarelist li h3{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: underline
}

ul.softwarelist li img.icon{
	float: left
}

/* picture roll-over effect */
div.fancyrollover{
	width: 750px;
	height: 700px;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto
}

div.fancyrollover div.caption{
	background-color: #363636;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	
	position: relative;
	z-index: 3;
	padding-left: 2px;
	display: block;
	width: 150px;
	font-size: small;
}

div.fancyrollover div.caption:hover{
	z-index: 5
}

div.fancyrollover div.instructions{
	background-color: #363636;
	border-color: #696969;
	border-style: solid;
	border-width: 1px;
	position: relative;
	
	padding-left: 2px;
	width: 135px;
	height: 20px;
	left: 605px;
	top: -30px;
	z-index: 5
}

div.fancyrollover img.rollover{
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	z-index: 4;
	border-style: none
}

div.fancyrollover img.rollover:hover{
	z-index: 2
}
