body{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.left_border
{
	border-left: 2px solid #242424;

}

html>body .bottom_border /* for FF, Chrome, etc... because IE's problem with diplaying borders outside*/
{
	width: 800px;
	height: 625px;
	border-bottom: 2px solid #242424;

}

.bottom_border
{
	width: 800px;
	height: 625px;
	border-bottom: 2px solid #242424;
}
	
.head
{
	background-color: #000000;
	height: 225px;
	width: 699px;

}

.left
{
	background-color: #000000;
	height: 625px;
	width: 101px;
	float: left;

}

.body
{
	height: 400px;
	width: 699px;
	border-right: 2px solid #242424;
}
html>body .head .top_right /* for FF, Chrome, etc... because IE's problem with diplaying borders outside*/
{
	background-color: #000000;
	height: 225px;
	width: 699px;
	float: right;
	border-bottom: 2px solid #242424;
	text-align: right;
}
.head .top_right
{
	background-color: #000000;
	height: 227px;
	width: 699px;
	float: right;
	border-bottom: 2px solid #242424;
	text-align: right;
}



html>body .left_stretch /* for FF, Chrome, etc... because IE's problem with diplaying borders outside*/
{
	float: left;
	height: 225px;
	width: 100%;
	border-bottom: 2px solid #242424;
}
.left_stretch
{
	float: left;
	height: 227px;
	width: 100%;
	border-bottom: 2px solid #242424;
}

html>body .right_stretch /* for FF, Chrome, etc... because IE's problem with diplaying borders outside*/
{
	float: left;
	height: 225px;
	width: 100%;
	border-bottom: 2px solid #242424;
}
.right_stretch
{
	float: left;
	height: 227px;
	width: 100%;
	border-bottom: 2px solid #242424;
}
.copyright
{
	height: 20px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;

}
.font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	text-decoration: none;
}
.index_links
{
	color: #000000;
	text-decoration: none;
}
