body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eeeeee;
}

HR {
	color: #FF6600;
	background-color: #FF6600;
	height: 1px;
}

A:link {
	text-decoration: none;
	color: blue;
}
A:visited {
	text-decoration: none;
	color: blue;
}
A:active {
	text-decoration: none;
	color: blue;
}

A:hover {
	text-decoration: underline;
	color: #FF6600;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 960px;
}

#header {
	padding: 5px 0px 5px 0px;
}

#header_left {
	float: left;
	height: 100px;
	width: 17px;
	background: url('images/logo_left.gif');
}

#header_bg {
	float: left;
	height: 100px;
	width: 926px;
	background: url('images/logo_bg.gif') repeat-x;
}

#header_bg #header_logo {
	float: left;
	width: 370px;
	margin: 12px 0px 0px 0px;
}

#header_bg h1 {
	display: none;
}

#header_bg #searchform {
	float: left;
	margin: 12px 0px 0px 0px;
}

#header_bg #advertise2 {
	float: right;
	width: 486px;
	height: 60px;
	margin: 20px 0px 0px 0px;
	/*background: white;*/
}

#header_right {
	float: right;
	height: 100px;
	width: 17px;
	background: url('images/logo_right.gif');
}

#main {
/*	padding: 5px 0px 0px 0px;*/
}

#side_left {
	float: left;
	width: 200px;
}

#side_top {
	float: left;
	height: 17px;
	width: 200px;
	margin: 5px 0px 0px 0px;
	background: url('images/side_top.gif');
}

#side_bg {
	float: left;
	width: 200px;
	background: url('images/side_bg.gif') repeat-y;
}

#side_bg ul{
	font-size: 16px;
	font-weight: bold;
}

#side_bg ul li{
	margin: 6px 0px 6px 0px;
}

#side_bottom {
	float: left;
	height: 17px;
	width: 200px;
	background: url('images/side_bottom.gif');
}

#contents {
	float: right;
	width: 750px;
	margin: 0px 0px 0px 10px;
}

#welcome {
	height: 100px;
	margin: 10px 50px 20px 50px;
}

#welcome h2 {
	font-family: sans-serif, Arial, Verdana;
	font-size: 18px;
	font-style: italic;
	color: #FF6600;
}

#welcome h2 b{
	font-size: 24px;
}

#mtitle1, #mtitle2 {
	float: right;
	width: 750px;
	height: 40px;
}

#title_left {
	float: left;
	height: 40px;
	width: 12px;
	background: url('images/title_left.gif') no-repeat;
}

#title_bg {
	float: left;
	height: 40px;
	width: 726px;
	background: url('images/title_bg.gif') repeat-x;
}

#title_bg H2, #stitle_bg H2{
	margin: 7px 0px 0px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: blue;
	height: 20px;
}

#title_bg H2 b{
	padding: 7px 0px 0px 520px;
}

#title_right {
	float: right;
	height: 40px;
	width: 12px;
	background: url('images/title_right.gif') no-repeat;
}

#hotgames, #newgames {
	float: left;
	width: 734px;
	margin: 0px 4px 10px 4px;
	background: #FFFFFF;
}

#hgame, #ngame {
	float: left;
	margin: 10px 16px 10px 17px;
}

#gametitle {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: blue;
	width: 200px;
	height: 30px;
}

#button_s {
	width: 200px;
}

#moreinfo_s {
	float: left;
}

#download_s {
	float: right;
}

#stitle {
	margin: 10px 0px 0px 0px;
	height: 40px;
}

#stitle_bg {
	float: left;
	height: 40px;
	width: 176px;
	background: url('images/title_bg.gif') repeat-x;
}

#newsletter, #advertise, #special_offer, #friends {
	width: 184px;
	margin: 0px 8px 10px 8px;
	background: #FFFFFF;
}

#newsletter H3 {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	float: left;
	width: 960px;
	text-align: center;
	color: blue;
}

/* Edge define */
#bottomb {
	background: #eeeeee;
}
#bottomb b{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
}
#bottomb .t1{
	margin: 0 5px;
}
#bottomb .t2{
	margin: 0 3px;
}
#bottomb .t3{
	margin: 0 2px;
}
#bottomb .t4{
	margin: 0 1px;
	height: 2px;
}



/* Game Details */
#gamedetails {
	float: right;
	width: 734px;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 10px 0px;
/*	background-color: #FFFFFF;*/
}

#mgame {
	float: left;
	background: #FFFFFF;
}

#lside {
	float: left;
	width: 500px;
	/*background: yellow;*/
}

#rside {
	float: right;
	width: 200px;
	padding: 0px 10px 0px 0px;
	/*background: green;*/
}

#desc, #feature, #sysRequire, #developer, #releaseDate, #bundlegame{
	float: left;
	width: 480px;
	margin: 10px 10px 10px 10px;
}

#mgame h2{
	clear: both;
	font-family: sans-serif, Arial, Verdana;
	font-size: 18px;
	color: #FF6600;
}

#bigimg, #buynow, #download{
	margin: 15px 0px 15px 0px;
}

#screenthumb{
	float: left;
	padding: 10px 10px 10px 10px;
	border-color: blue;
/*	background: pink;*/
}

#rgame {
	float: left;
	width: 734px;
	background: #FFFFFF;
}

#midimg1, #midimg2, #midimg3, #midimg4 {
	margin: 10px 20px 10px 20px;
}

#developer2 {
	padding: 10px 10px 0px 10px;
}

#developer2 h2 {
	font-family: sans-serif, Arial, Verdana;
	font-size: 18px;
	font-style: italic;
	color: #FF6600;
}

#developer2 h2 b{
	font-family: sans-serif, Arial, Verdana;
	font-size: 18px;
	color: blue;
}




#bundlegame{
	float: left;
	width: 690px;
	/*background: #555555;*/
}

#includedgames{
	float: left;
	height: 140px;
	margin: 0px 0px 5px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #FF6600;
	background: #E8F6FF;
}

#singlegame_image{
	float: left;
	width: 140px;
	margin: 0px 0px 0px 0px;
	/*background: yellow;*/
}

#singlegame_content{
	float: right;
	width: 530px;
	padding: 5px 5px 5px 5px;
}

#singlegame_title{
	float: left;
	width: 430px;
	font-weight: bold;
}

#singlegame_price{
	float: right;
	width: 100px;
	font-weight: bold;
	color: red;
}

#singlegame_desc{
	float: left;
	width: 530px;
	margin: 10px 0px 0px 0px;
}

#friendSites {
	width: 734px;
	background: #FFFFFF;
}

#friendSites h2 {
	margin: 5px 10px 5px 10px;
}

#friendSites h4 {
	margin: 5px 10px 5px 10px;
}

#friendSites a {
	margin: 5px 10px 5px 10px;
}


