BODY
{	margin-left: 250px;
background-image: url(background_fade.png);
	background-repeat:repeat-x;	
    BACKGROUND-COLOR: black;
	
}
#navbar
{
    width: 601px;
    height: 36px;
    BACKGROUND-IMAGE: url(buttonsBG.jpg);
    Background-Repeat: x-repeat;
 
    
}
#main
{
	width: 600px;
	height: 500px;
		background-color: #000000;
	border-left: thin solid lightgrey;
	border-right: thin solid lightgrey;
	border-bottom: thin solid lightgrey;
	
}

#left
{	width: 300px;
	margin: 6px;
	float: left;
	border: thin solid lightgrey;
	background-color: 444444;
}

#left h3
{
	font-family: arial;
	color: white;
	vertical-align: top;
	text-align: center;
	padding 0px;
}

#left img
{
	margin: 4px;
}

#right 
{

	float: right;
	width: 270px;
	
}

#right img
{
	margin: 6px;
	
}

#right h2
{
	font-family: arial;
	color: white;
	vertical-align: top;
	text-align: center;
	margin: 1px;
	
}

#right li
{
	font-family: arial;
	color: white;
	float: left;
}



#pic {
	/*background-color: #FFFFFF;*/
	/*left: 10px;*/
	position: relative;
	/*top: 10px;*/
	/*width: 135px;*/
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	/*background: #FFFFFF;*/
	/*border: 1px solid #000000;*/
	/*display: block;*/
	/*height: 90px;*/
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	/*background-color: #8C97A3;*/
	/*color: #000000;*/
	/*text-decoration: none;*/
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 214px;
	/*left: 150px;*/
	position: absolute;
	top: 200px;
	width: 326px;
}


#par {font-family: arial;
	color: white;
	
	text-align: left;
	padding-top: 10px;
}

#par a{color: lightblue;
	text-decoration: none;
	}




#footer
{
	
	font-family: arial;
	font-size: x-small;
	color: lightgrey;
	text-align: center;
	vertical-align: bottom;
	width: 600px;
}