
body {
	background: #666666;
	text-align: center;
}


#container {
	background-color: black;
	width: 794px;
	height: 500px;
	border: #ff0000 1px solid;
	text-align: center;
}

#top {
	background-color: black;
	margin: 4px;
	padding: 0px;
	width: 784px;
	height: 125px;
	border: #ff0000 1px solid;
}

#bottom {
	background-color: black;
	margin: 4px;
	padding: 0px;
	width: 784px;
	text-align: left;
	/* border: #ffffff 1px solid; */
}
	
#left{
	background-color: black;
	margin-left: 0px;
	padding: 0px;
	width: 250px;
	height: 358px;
	border: #ff0000 1px solid;
	float: left;
	text-align: center;
	color: White;
}

#center{
	background-color: black;
	margin-left: 2px;
	padding: 0px;
	width: 300px;
	height: 358px;
	border: #ff0000 1px solid;
	float: left;
	text-align: left;
}

#right {
	background-color: black;
	color: white;
	margin-left: 2px;
	padding: 0px;
	width: 224px;
	height: 358px;
	border: #ff0000 1px solid;
	float: left;
	text-align: center;
}

div#right img{
	margin: 4px;
}

.title {
	background-color: #666666;
	color: white;
	font-family: Tahoma, "Times New Roman", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	width: auto;
	text-align: center;
	border: #ff0000 1px solid;
}

.contimg {
	background-color: #000000;
	color: white;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 12px;
	margin-left: 1px;
	padding: 0px;
	width: 80px;
	text-align: left;
	float: left;
	/* border: #ff0000 1px solid; */
}

.context {
	background-color: #000000;
	color: white;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 14px;
	margin-left: 2px;
	padding: 0px;
	width: 202px;
	height: 63px;
	text-align: left;
	float: left;
	/* border: #ff0000 1px solid; */
}
