/* CSS by pgracers@gmail.com 
for pgracer.nl 

Created 13 oktober 2009
.
Author: Robbin van Eijsden
Web Designer
www.rvaneijsden.nl

*/

/* global.css */

body {
	margin : 0;
	padding : 0;
	background : #000 url(../images/B.jpg) 0 -200px no-repeat; 
	color : #111;
	font-size : 14px;
	font-family : "Lucida Grande",Geneva, Arial, sans-serif;
	text-align : left;
}

	
/* HACK 2: same as HACK but nicer; just use .clearfix  */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
	.clearfix {  /* ie7 fix */
		zoom:1;
		}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
img.clear {
	clear: both;
}

small {
	color: #000;
	font-size: smaller;
	padding-left: 5px;
}

h1 {
	color: #999;
	/*background-color: black; */
	background : url(../images/semi2.gif) left top fixed;
	padding: 0 5px;
	margin-top: 10px;
	font-size: medium;
	clear:both;
}

a {
	color : #FF0000;
	font-weight : bold;
	}
	
	a:link {
		font-weight : bold;
		text-decoration: underline;	
	}
	
	a:visited {
		font-weight : bold;
		}
	
	a:hover, a:active {
		color: #FF000!important;
		text-decoration:blink;
		}



#box {
	background : tranpsarent url(../images/semi2.gif) left top repeat; 
	/* position: absolute; */
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	/* 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	*/	
	border-right: 1px dotted #000;
	float:left;
}


#box600 {
	/* background : url(semi2.gif) left top fixed; */
	/* position: absolute; */
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
height: 300px;
 overflow:hide;
	border-left: 1px solid #FF0;
	border-right: 1px solid #FF0;
	border-bottom: 1px solid #FF0;
	
	border-right: 1px dotted #FF0;
	float:left;
}


div.w1 {
	width:400px!important;
}



p {
padding: 0px 10px 3px;
margin:0;
font-size: 1.2em;
/* text-shadow:1px 1px 1px black; */
color:#CCC;
}


ul.linklist {
	position: relative;
	float: left;
	margin:0;
	margin: 10px 0;
	padding: 3px 10px;
	clear:both;
	width:100%;
}

ul.linklist li {
	list-style : none;
	color: #EEE;
font-weight:bold;
	padding: 0;
	font-size : 0.95em;	
}.g {
	color: #11FF00;
}
.y {
	color: #FFFF00;
}
.r {
	color: #FF0000;
}
.w {
	color: #FFF;
}



