﻿@charset "utf-8";

body		{
		background-color:	#111111;
		background-image:	url("gif/radial-1.gif");
		background-repeat:	no-repeat;
		width:			1000px;
		margin-left:		auto;
		margin-right:		auto;
		margin-top:		20px;
		margin-bottom:		20px;
		background-position:	50%;
		background-attachment:	fixed;
		}

.main		{
		width:			1000px;
		background-color:	#000000;
		color:			#4940c5;
		}

#mast		{
		width:			373px;
		margin-left:		auto;
		margin-right:		auto;
		}

p		{
		width:			90%;
		text-align:		left;
		margin-left:		5%;
		margin-right:		20px;
		font-size:		14pt;
		clear:			left;
		}

h2		{
		margin-left:		10px;
		clear:			left;
		}

.landpic	{
		width:			800px;
		margin-left:		auto;
		margin-right:		auto;
		}

.portpic	{
		width:			400px;
		margin-left:		auto;
		margin-right:		auto;
		}

.pic		{
		width:			600px;
		margin-left:		auto;
		margin-right:		auto;
		}

.portpicold	{
		width:			400px;
		margin-left:		auto;
		margin-right:		auto;
		}


.home		{
		border:			none;
		}

.nav		{
		display:		inline;
		margin-left:		40px;
		}

a img		{border:		none;}

p a		{color:			#4940c5;}
p a:visited	{color:			#3830b4;}
p a:hover	{color:			#c54049;}

a		{color:			#4940c5;}
a:visited	{color:			#3830b4;}
a:hover		{color:			#c54049;}

/* coh a & id pages */

.it		{
		display:		inline;
		font-family:		times;
		font-style:		italic;
		color:			#660000;
		}

h2.it		{
		margin-left:		60px;
		}

.code		{
		background-color:	white;
		color:			black;
		font-family:		'courier new', courier, monospace;
		font-style:		normal;
		font-size:		0.7em;
		}



.bigblock		{
			width:	60%;
			margin-left:	auto;
			margin-right:	auto;
			}

.leftblock		{
			float:	left;
			}

.rightblock		{
			float:	right;
			}

div.piclink		{
			position:		relative;
			background-color:	transparent;
			border:			5px solid maroon;
			width:			200px;
			height:			137px;
/*			margin-left:		auto;
			margin-right:		auto;
Buggers up two column? */
			}

div.piclink h5		{
			font-family:		courier, 'courier new', monospace;
			position:		absolute;
			left:			15px;
/*			top:			90px; */
			}

div.piclink h6		{
			font-family:		courier, 'courier new', monospace;
			position:		absolute;
			left:			15px;
			top:			85px;
			visibility:		hidden;
			}

.piclink:hover img	{
			border:			5px double black;
			position:		absolute;
			top:			-5px;
			left:			-5px;
			}

.piclink:hover		{
			border:			5px solid red;
			}


.piclink:hover h5	{
			left:			15px;
			top:			70px;
			}

.piclink:hover h6	{
			color: 			navy;
			left:			15px;
			top:			85px;
			visibility:		visible;
			}