/*  Styles Sheet
    Matt Gajewski EXPO
     
--------------------------------------------------------------------
The Background of the page itself.
--------------------------------------------------------------------
*/
	html
	{
		background-color: #d7d3ad;
		background-image: url('brown.png');
		background-repeat: repeat-y repeat-x;
		background-position: right;
	}
	body
	{
		margin: auto;
		background-color: #d7d3ad;
		background-image: url('brown.png');
		background-repeat: repeat-y repeat-x;
		background-position: right;
		color: #5b5943;
		font-family: Arial, Monospace;
		font-size: 11px;
	}
	
/*
-------------------------------------------------------------------
The Graphic User Interface for the user.
-------------------------------------------------------------------
*/

	div#expologo
	{
		margin: auto;
		width: 960px;
		height: 85px;
		text-align: center;
	}
	
	div#pagecont
	{
		border-left: 2px #fff solid;
		border-right: 2px #fff solid;
		border-bottom: 2px #fff solid;
		background-color: #FFF;
		margin: auto;
		width: 960px;
		text-align: justify;
	}
	
	div#content
	{
		padding: 15px;
	}
	
	img
	{
	   border: 0;
	   margin: 0;
	   padding: 0;
	}
	
	img.corner
	{
	   width: 12px;
	   height: 12px;
	   border: none;
	   display: block;
	}
	
	div.roundtop
	{ 
		background-image: url('Images/tr3.png');
		background-repeat: no-repeat;
		background-position: top right; 
		height: 12px;
	}

	
	div.roundbot
	{ 
		background-image: url('Images/br3.png');
		background-repeat: no-repeat;
		background-position: bottom right; 
		height: 12px;
	}
	
/*
-------------------------------------------------------------------
Link Styles
-------------------------------------------------------------------
*/

	a:link
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:visited
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:active
	{
		color: #0777ff;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:link
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:visited
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:active
	{
		color: #64a0e8;
		text-decoration: none;
	}
	
	a.artist:hover
	{
		color: #0777ff;
		text-decoration: none;
	}

	a#menu:link
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:visited
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:active
	{
		color: #6095d7;
		text-decoration: none;
	}
	
	a#menu:hover
	{
		color: #417fcc;
		text-decoration: none;
	}
	
	a.clients:link
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:visited
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:active
	{
		color: #224176;
		text-decoration: none;
	}
	
	a.clients:hover
	{
		color: #166dd9;
		text-decoration: none;
	}


