/* CSS Document */

html 	{
		margin: 0px;
		padding: 0px;
		}
		
body	{
		background-color: #000000;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		color:#FFFFFF;
		font-family:"Century Gothic";
		font-size:12px;
		}
		
a		{text-decoration: none; color:#CCCCCC}
a:hover	{color:#00FF00;}

p		{
		font-family:"Century Gothic";
		font-size:12px;
		}

#infopane {
		background-color:#C70000;
		background-image:url(bg_img.png); background-repeat:repeat;
		width:250px;
		height:100em;
		float:left;
		padding: 10px;
		font-family:"Century Gothic";
		font-size:14px;

}

#detailpane {
		background-color:#000000;
		margin-left: 280px;
		padding: 10px;
		height: 100em;
		width:auto;
}
