body {
	margin: 0 auto;
	text-align: center;
	font: 10pt tahoma, arial, verdana, sans-serif;
	background-color: #3E75AF;
	
}

#container {
	margin: 0 auto;
	float: center;
	text-align: left;
	width: 925px;
	margin-top: 10px;
	background-color: #3E75AF;
}

#top {
	width: 100%;
	height: auto;
	background-color: #3E75AF;
	border:4px solid #000;
}

#left {
	width: 250px;
	margin: 0 auto;
	float: left;
}

#right {
	width: 660px;
	margin: 0 auto;
	float: right;
}

#bottom {
	float: center;
	width: 900px;
}

.left_title {
	height: 16px;
	background-image: url("images/left_title_back_tile.gif");
	background-repeat: y-repeat;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
}

.left_block {
	border: 4px solid #000;
	background-color: #f5f5f5;
	margin: 5px;
	padding: 2px;
}

.left_body {
	padding: 5px;
}

.right_title {
	height: 16px;
	background-image: url("images/right_title_back_tile.gif");
	background-repeat: y-repeat;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
}

.right_block {
	border: 4px solid #000;
	background-color: #f5f5f5;
	margin: 5px;
	padding: 2px;
}

.right_body {
	padding: 5px;
}


.copyright {
	border: 1px solid #000;
	background-color: #f5f5f5;
	margin: 5px;
	padding: 2px;
	text-align: center;
}


.small_title {
	color: green;
	font-weight: bold;
	border-bottom: 2px dashed black;
	margin-bottom: 2px;
}

.game {
	width: 200px;
	height: 60px;
	font-size: 11px;
	display: table-cell;
	position: relative;
}

.smallimage {
	padding: 2px;
}

.game_title {
	font-size: 13px;
	font-weight: bold;
}

.email {
	border: 1px solid #000;
}

.myspace_left {
	float: left;
	width: 45%;
}
.send_right {
	float: right;
	width: 45%;
}

form {
	margin: 0px;
}


.comments_title {
	height: 16px;
	background-image: url("images/blue_title_back_tile.gif");
	background-repeat: y-repeat;
	padding: 2px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFF;
}

.comments_block {
	border: 1px solid #0000ff;
	background-color: #f5f5f5;
	margin: 0 auto;
	float: center;
	padding: 2px;
	width: 85%;
}

.comments_body {
	padding: 5px;
}

.drop-down {
	border: 4px solid black;
	width: 230px;
	float: right;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
}

.white:link, .white:visited {
	color: #FFF;
	text-decoration: none;
}

.white:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	font-style: italic;
}
