body		{	background-image: url(bg.jpg);
				color: #da77db	}

a			{	color:#f6d32e;
				text-decoration: none	}
a:hover		{	text-decoration: line-through	}

#side	{	position: absolute;
			top: 50px; left: 0px	}
#content	{	position: absolute;
				top: 50px;	left: 290px;	
				width: 70%	}
	
p#center	{ 	text-align: center	}
span.status		{	color: #2fb15d	}
#tabs8	{	width: 100%;
			float: right	}

table.box		{	margin: 5px; border-collapse: collapse;
					width: 280px; }
#box2			{	width: 80% }
					
table.box td		{	padding: 0px	}
table.box td.topleft		{  width: 14px;	height:14px	 }
table.box td.topright		{  width: 14px;	height:14px  }
table.box td.bottomleft	{  width: 14px;	height:14px	 }
table.box td.bottomright	{  width: 14px;	height:14px  }

table.box td.top			{  width: auto; height: 14px }
table.box td.bottom		{  width: auto; height: 14px }

table.box td.left			{  width: 14px;	height: auto }
table.box td.right			{  width: 14px;	height: auto }

.topleft		{	background: url(box/topleft.png) no-repeat top left		}
.topright		{	background: url(box/topright.png) no-repeat top right	}
.bottomleft		{	background: url(box/bottomleft.png) no-repeat bottom left	}
.bottomright	{	background: url(box/bottomright.png) no-repeat bottom right	}

.top		{	background: url(box/topline.png) repeat-x top	}
.bottom		{	background: url(box/bottomline.png)	repeat-x bottom	 }
	
.left	{	background: url(box/leftline.png) repeat-y left    }
.right	{	background: url(box/rightline.png) repeat-y right  }

