/* www.ericblondin.com */
html 		{ 
			padding: 0px;
			margin: 0px;
			height: 850px;
			}
				
body		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color: #b7b7b7;
			background-color: #57565b;
			text-align:center;
			margin:  0px auto;
			[if gt IE 5]>
			scrollbar-width: 5px;
			<![endif]
			}

#wrapper	{
			width:831px;
			background-image:url(../images/tiling_background.jpg);
			background-repeat:repeat-y;
			height:50px;
			padding: 0px;
			text-align:left;
			height: 985px;
			margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			}

#head		{
			background-image:url(../images/head.jpg);
			width: 830px;
			height: 80px;
			float:left;
			position: relative;
			}
			
#images		{
			background-image:url(../images/links_background.jpg);
			background-repeat:no-repeat;
			float: left;
			width: 162px;
			min-height: 342px;
			height: 342px;
			position: relative;	
			padding-left: 15px;
			padding-top: 15px;	
			}
			
#content	{
			background-image:url(../images/main_background.jpg);
			background-repeat:no-repeat;
			float: left;
			width: 654px;
			min-height: 890px;
			position: relative;
			height: 30px;
			}
			
#footer		{
			background-image:url(../images/foot_background.jpg);
			background-repeat: no-repeat;
			width: 831px;
			height: 25px;
			float: left;
			position: relative;
			color: #57565b;
			background-color: #57565b;
			}
			
.mainpage:hover	{
				background-image:url(../images/mouse_over.gif);
				}
					
/* fucked with h */				
h1			{
			text-decoration:inherit;
			padding-top: 0px;
			font-weight: inherit;
			font-size: 10px;
			}		
		
.new:link	{
			font-weight: regular;	
			color: #ffffff;
			text-decoration:none;
			background-color: inherit;
			}
			
.new:visited	{
				font-weight: regular;
				color: #ffffff;
				text-decoration:none;
				background-color: inherit;
				}
				
.new:active		{
				font-weight: regular;
				color: #ffffff;
				text-decoration:none;
				background-color: inherit;
				}
		
.new:hover	{
			font-weight: regular;
			color: #b7b7b7;
			text-decoration:none;
			background-color: inherit;
			}
			
			
				
/* dual bars */	
#textbox	{
			padding-top: 15px;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 10px;
			border-right: 1px solid #858489;
			border-left:1px solid #666569;
			float:left;
			width: 600px;
			min-height: 342px;
			height:900px;
			margin: 0px;
			}		

A:hover		{
			font-weight: regular;
			color: #ffffff;
			text-decoration:none;
			background-color: #ffffff;
			}

.thumbnails	{
			font-weight: regular;
			color: inherit;
			text-decoration:none;
			background-color: inherit; 
			}
		
.new2:link	{
			font-weight: regular;	
			color: #b7b7b7;
			text-decoration:none;
			background-color: inherit;
			}
			
.new2:visited	{
				font-weight: regular;
				color: #b7b7b7;
				text-decoration:none;
				background-color: inherit;
				}
				
.new2:active		{
				font-weight: regular;
				color: #b7b7b7;
				text-decoration:none;
				background-color: inherit;
				}
		
.new2:hover	{
			font-weight: regular;
			color: #000000;
			text-decoration:none;
			background-color: inherit;
			}					
/* page */

.textfield	{
			width: 230px;
			padding: 2px;
			background-color:#57565b;
			border: 1px solid #57565b;
			color: #57565b;
			font-size: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
.textarea	{
			width: 230px;
			height: 80px;
			background-color:#57565b;
			border: 1px solid #57565b;
			padding: 2px;
			color: #57565b;
			font-size: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
.button		{
			width: 100px;
			background-color:#57565b;
			border: 1px solid #57565b;
			color: #57565b;
			font-size: 10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}

		
