/* 3d shaders textures */
/* 2004-05-30 */
/* Copyright (c) 2004 Massimo Curatella */
/* http://www.massimocuratella.com */

body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color:#000000;
	font-size : 80%;
}

/* topbanner */
#proceduraltextures {
 height: 150px;
 background-image : url(../images/bkg_small.gif);
 border: 0;
 margin: 0;
 padding: 0;
}

/* logo */
#shaders3d {
	text-align: center;
}

/* content */
#page {
 text-align: center;
 margin: 0px 0px 0px 0px;
}

/* Gallery thumbnails */
#rendering3d {
 text-align: center;
}

/* Gallery thumbnails */
#network {
 text-align: center;
 font-size : 11px;
}
#network a {
 color: #f00;
 text-decoration: underline;
 font-weight: bold;
}
#network a:link,
#network a:active,
#network a:visited,
#network a:hover, {
 color: #f00;
 text-decoration: underline;
 font-weight: bold;
}

/* footer */
#footer {
 margin-top: 100px;
 text-align: center;
}

/* googleads */
#links3d {
 margin:0;
 padding:0;
 border:0;
 text-align: center;
}

a {
 color: #a00;
 text-decoration: underline;
}

a:active {
 color: #f00;
 text-decoration: none				
}

a:hover {
 color: #f00;
 text-decoration: underline;
}


/* *** */

a.navtop {
 color: Silver;
 text-decoration: none
}

A.navtop:active  {	color: Red;
				text-decoration: none				
}

A.navtop:hover {	color: White;
				text-decoration: none;
}


H1, H2, H3, H4, H5, H6 {  font-family: verdana }

H1	{			font-size: 24px;  margin-bottom :  	}
				
H2	{			font-size: 20px;  margin-bottom : 	}
	
H3	{			font-size: 18px;  margin-bottom : 	}
	

		
P.lsbig		{	font-family: Arial;
				font-size: 50px
}

P.lssmall		{	font-family: Arial;
				font-size: 12px
}

P.copyright	{	font-size: 10px
}

.red {
	color: #FF0000;
}
