/* CSS by Jukka Kolehmainen (c) 2005  */
/*    http://timetombs.net/blog/      */
/*                                    */

BODY {
	background: #000000; 
	color: #CCCCCC;
	font-family: "Arial", Helvetica, sans-serif;
	background-color: black;
}

img	{ 
	border: none; 
}

/* Logo area */
#logo {
	padding: 5px;
}

/* page content */
#content {
	position: relative;	
	margin-top: 10px;
	margin-left: 170px;
	width: 65%;

	font-style: normal;
	color: #B7B7B7;
	text-align: justify;
	line-height: 13pt;

	border-width: 0px;
	border-style: solid;
	border-color: white;
	
	padding: 3px;
}

#content img {
	border: none;
}

#content h1, #content h2, #content h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold; 
}

#content h2 {
	font-size: xx-large;
	text-align: center;
}

#content h3 {
	text-decoration: underline;
}

#content p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12pt;
}

#content hr {
	width: 50%;
	margin-left: 5px;
}

#content .email {
	border-bottom-color: #DC143C;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

#content td {
	width: 50%;
	padding: 5px;
}

/* js link menu */
#menu {
	position: absolute;
	overflow: hidden;
	
	top: 195px;
	left: 10px;

	width: 130px;
	margin: 5px 5px;
	padding: 10px 10px;
		
	border-width: 1px;
	border-style: solid;
	border-color: white;
	
	/* rounded borders (gecko-based browsers) */
	-moz-border-radius: 10px;
	}
	
#menu a {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px;
	}

#footer {
	margin-left: 170px;

	font-style: normal;
	font-size: 8px;
	color: #B7B7B7;
	text-align: justify;
	line-height: 10pt;

	border-width: 0px;
	border-style: solid;
	border-color: white;
	
	padding: 30px;	
	
	background-color: black;
}

/* Stuff needed for the ad placement */
#ads {	
	/* float: right; */
	position: absolute; 
	top: 195px; 
	margin-left: 82%;
	
	height: 605px;	
	width: 165px;
	
	border-width: 1px;
	border-style: solid;
	border-color: white;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 5px;
	}

#adsWide {	
	margin-left: 15%;

	height: 90px;	
	width: 730px;
	
	border-width: 1px;
	border-style: solid;
	border-color: white;
	text-align: center;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
	}	
	
/* Stuff for the picture tables */
.pics {
	border: medium ridge;
	border-left-style: none;
	border-right-style: none;
	border-right: none;
	border-top: none;
	margin-bottom: 10px;
}

/* Footer bar for copyright info */
.crfooter {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
	padding: 2px 5px 2px 5px;
	width: auto;
	max-width: 30%;
	min-width: 20%;
	margin-left: 35%;
	}

A:link    { color: #999999; font-size: 100% }
A:active  { color: #FF6633; font-size: 110% }
A:visited { color: #FF0000; font-size: 100% }
