body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

a:link {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #FFA913;
}
a:active {
	text-decoration: none;
}






.class02 a:link {
	text-decoration: none;
	color: #FFF;
}
.class02 a:visited {
	text-decoration: none;
	color: #FFF;
}
.class02 a:hover {
	text-decoration: none;
	color: #FFA913;
}
.class02 a:active {
	text-decoration: none;
}





.oneColFixCtrHdr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding: 0 20px 0 20px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 139px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 704px;
	margin: 15px 0 0 0;
}


.oneColFixCtrHdr #mainContent_company {
	height: 704px;
	margin: 15px 0 0 0;
	background-image: url(images/company_background.png);
	width: 1004px;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #mainContent_news {
	height: 1000px;
	margin: 15px 0 0 0;
	background-image: url(images/background_news02.png);
	width: 965px;
	background-repeat: repeat-y;
}


#mainContent_company_outline {
	height: 704px;
	margin: 15px 0 0 0;
	background-image: url(images/company_background.jpg);
	width: 963px;
}

.oneColFixCtrHdr #footer {
	height: 50px;
	margin: 28px 0 0 0;
	width: 1000px;
	border-top: solid #aaaaaa 1px;
	float: left;
	background-color: #f0f1f5;
	border-right: solid #aaaaaa 1px;
	border-left: solid #aaaaaa 1px;
}

.oneColFixCtrHdr #footer02 {
	height: 50px;
	margin: 28px 0 0 0;
	width: 960px;
	border-top: solid #aaaaaa 1px;
	float: left;
	background-color: #f0f1f5;
	border-left: solid #aaaaaa 1px;
	border-right: solid #aaaaaa 1px;
}

.oneColFixCtrHdr #footer03 {
	height: 50px;
	margin: 28px 0 0 0;
	width: 960px;
	border-top: solid #aaaaaa 1px;
	float: left;
	background-color: #f0f1f5;
	border-left: solid #aaaaaa 1px;
	border-right: solid #aaaaaa 1px;
}

.oneColFixCtrHdr #footer04 {
	height: 50px;
	margin: 28px 0 0 0;
	width: 960px;
	border-top: solid #aaaaaa 1px;
	float: left;
	background-color: #f0f1f5;
	border-left: solid #aaaaaa 1px;
	border-right: solid #aaaaaa 1px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#game_banner {
	height: 430px;
	width: auto;
	border: solid #aaaaaa 1px;
	background-color: #FFF;
	padding: 20px 0 0 12px;
	margin: 15px 0 0 0;
}
#bottom_content {
	height: 325px;
	margin: 13px 0 0 0;
	background-color: #FFF;
	border: solid #aaaaaa 1px;
}
#media_box {
	height: 281px;
	width: 320px;
	margin: 21px 0 0 15px;
	float: left;
}
#social_box {
	height: 295px;
	width: 150px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	background-image: url(images/bubble_toothpick.jpg);
	background-repeat: no-repeat;
}
#news_box {
	height: 281px;
	width: 465px;
	margin-top: 21px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	border-bottom: none;
}

#video {
	height:auto;
	width:326px;
	float:left;
	margin: 10px 0 0 0;
}


#media_header {
	height: 21px;
	width: auto;
	background-image: url(images/title.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 8px 0 0 8px;
}
#media_player {
	height: 240px;
	width: 320px;
	margin-top: 13px;
}
#social_header {
	height: 21px;
	width: 120px;
	margin: 0 0 0 8px;
	background-image: url(images/title03.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: no repeat;
	padding: 8px 0 0 8px;
}
#social_think_bubble {
	height: 255px;
	width: 150px;
	margin-top: 15px;
}
#social_nuggets {
	height: 65px;
	width: 128px;
	margin: 7px 0 0 9px;
}
#news_top_header {
	height: 21px;
	width: 454px;
	background-image: url(images/title02.png);
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 0 8px;
	color: #444444;
	margin: 0 0 10px 0;
}

#news_bottom_header {
	height: 21px;
	width: 454px;
	margin: 16px 0 0 0;
	background-image: url(images/title02.png);
	padding: 8px 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
#news_top_header_content {
	height: auto;
	width: 452px;
	margin-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #054D94;
	padding: 0 0 0 10px;
	overflow-y: no;
	overflow-x: hidden;
}
#news_bottom_game {
	height: 106px;
	width: 462px;
	margin-top: 18px;
}
#header_logo {
	height: 95px;
	width: 330px;
	float: left;
	margin: 30px 0 0 0;
}

#header_logo02 {
	height: 100px;
	width: 330px;
	float: left;
	margin: 30px 0 0 0;
}

#nav {
	height: 125px;
	width: 670px;
	float: right;
}
#nav {
	height: 125px;
	width: 650px;
}
#header_nav {
	height: 125px;
	width: 670px;
	float: right;
	background-image: url(images/nav_bg.png);
}
#nav_home {
	height: 20px;
	width: 105px;
	margin: 90px 0 0 62px;
	float: left;
}

#nav_company {
	height: 20px;
	width: 102px;
	margin: 90px 0 0 20px;
	float: left;
}

#nav_blog {
	height: 20px;
	width: 65px;
	margin: 90px 0 0 40px;
	float: left;
}

#nav_forum {
	height: 20px;
	width: 100px;
	margin: 90px 0 0 35px;
	float: left;
}

#nav_media {
	height: 20px;
	width: 65px;
	margin: 90px 35px 0 0px;
	float: right;
}
#footer {
	height: 25px;
	width: 800px;
}
#footer_inside_left {
	height: 25px;
	width: 680px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 5px 0 0 20px;
	padding: 15px 0 0 0;
}

#footer_inside_right {
	height: 25px;
	width: 300px;
}
#footer_inside_right {
	float: left;
	height: 25px;
	width: 240px;
	margin: 5px 0 0 0;
}
.footer_text {
	font-size: 10px;
}
.footer_text_right {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}
.oneColFixCtrHdr #container #mainContent #bottom_content #social_box #social_header {
	font-size: 14px;
	color: #444444;
}
.news_stories {
	color: #608497;
	font-weight: bold;
}
.news_title {
	color: #000;
}
.news_quote {
	font-weight: bold;
	color: #3EB7ED;
}
#game_banner_inner {
	height: 340px;
	width: 934px;
	background-image: url(images/sna_title02.jpg);
	text-align: left;
	margin: 0 0 20px 0;
	
}
#game_banner_inner_button01 {
	height: 42px;
	width: 126px;
	margin: 285px 0 0 695px;
	float: left;
}

#game_banner_inner_button02 {
	height: 79px;
	width: 84px;
	float: right;
	margin: 260px 0 0 0;
}
#company_main_left {
	height: 707px;
	width: 460px;
}
#main_content_left {
	height: 707px;
	width: 463px;
	float: left;
}

#main_content_left_news {
	height: 707px;
	width: 637px;
	float: left;
}

#main_content_left_ourgames {
	height: auto;
	width: 965px;
	float: left;
}

#main_content_left_media {
	height: auto;
	width: auto;
	float: left;
}

#main_content_left_news_story {
	height: 707px;
	width: 637px;
	float: left;
}


#main_content_right {
	height: 707px;
	width: 540px;
	background-image: url(images/company_background_right.png);
	float: left;
}

#main_content_right_news {
	height: 707px;
	width: 297px;
	float: left;
	margin: 0 0 0 20px;
}

#main_content_right_news_story {
	height: 707px;
	width: 297px;
	float: left;
	margin: 0 0 0 20px;
}
#mainContent_left_title {
	height: 88px;
	width: 424px;
	background-image: url(images/company_about_logo.png);
}





#mainContent_left_title_news {
	height: 88px;
	width: 160px;
	background-image: url(images/news_logo.png);
}

#mainContent_left_title_contact {
	height: 88px;
	width: 275px;
	background-image: url(images/contact_logo.png);
}

#rightbox01_inside_contact{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent_left_title_our_games {
	height: 88px;
	width: 280px;
	background-image: url(images/company_our_games_logo.png);
}

#mainContent_left_title_our_games_outer {
	height: 88px;
	width: 965px;
	background-image: url(images/bg_top.png);
}

#mainContent_bg_bottom {
	height: 11px;
	width: 965px;
	background-image: url(images/bg_bottom.png);
}

#mainContent_left_title_media {
	height: 88px;
	width: 165px;
	background-image: url(images/media_logo.png);
}

#maincontent_left_about {
	height: auto;
	width: 428px;
	margin: 0 0 0 25px;
}




#maincontent_left_news {
	height: auto;
	width: 637px;
	margin: 0 0 0 0px;
}

#maincontent_left_our_games {
	height: auto;
	width: 965px;
	margin: 0 0 0 0px;
	background-image: url(images/bg_white_tile.png);
	background-repeat: repeat-y;
}


#maincontent_left_about_content {
	height: auto;
	width: 428px;
	margin: 15px 0 0 0;
	font-size: 12px;
}

#maincontent_left_news_content {
	height: 538px;
	width: 612px;
	margin: 7px 0 0 25px;
	border: solid #aaaaaa 1px;
}

#maincontent_left_contact_content {
	height: 538px;
	width: 590px;
	margin: 7px 0 0 25px;
	border: solid #aaaaaa 1px;
	padding: 0 0 0 20px;
}


#maincontent_left_our_games_content {
	height: auto;
	width: auto;
	margin: 7px 0 0 57px;
}

#maincontent_left_news_story_content {
	height: 538px;
	width: 612px;
	margin: 7px 0 0 25px;
	border: solid #aaaaaa 1px;
}
#maincontent_left_philosophy {
	height: auto;
	width: 428px;
	margin: 0 0 0 25px;
}


#maincontent_left_philosophy_content {
	height: auto;
	width: 428px;
	margin: 15px 0 0 0;
}


#maincontent_about_title {
	height: 30px;
	width: 426px;
	background-image: url(images/title_company.png);
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	padding: 8px 0 0 8px;
	margin: 0 0 0 0;
}


#maincontent_news_title {
	height: 30px;
	width: 426px;
	background-image: url(images/title_company.png);
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	padding: 8px 0 0 8px;
	margin: 0 0 0 25px;
}

#maincontent_our_games_title {
	height: 30px;
	width: 890px;
	background-image: url(images/title_our_games.png);
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	padding: 8px 0 0 8px;
	margin: 10px 0 0 40px;
}

#maincontent_media_title {
	height: 30px;
	width: 890px;
	background-image: url(images/title_our_games.png);
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	padding: 8px 0 0 8px;
	margin: 10px 0 0 25px;
}

#maincontent_media_title {
	height: 30px;
	width: 890px;
	background-image: url(images/title_our_games.png);
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	padding: 8px 0 0 8px;
	margin: 0 0 0 25px;
}


#maincontent_philosophy_title {
	height: 30px;
	width: 426px;
	background-image: url(images/title_company.png);
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 8px 0 0 8px;
}

#maincontent_right_bottom {
	height: 337px;
	width: 500px;
	margin: 367px 0 0 0;
}

#maincontent_right_bottom_news {
	height: 584px;
	width: 300px;
	margin: 88px 0 0 0;
}

#maincontent_right_bottom_title {
	height: 30px;
	width: 426px;
	background-image: url(images/title_company.png);
	margin: 0 0 0 40px;
	padding: 8px 0 0 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
}

#maincontent_right_bottom_title_news {
	height: 30px;
	width: 266px;
	background-image: url(images/title_social.png);
	margin: 0 0 0 0;
	padding: 8px 0 0 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
}

#maincontent_right_bottom_title_news02 {
	height: 30px;
	width: 266px;
	background-image: url(images/title_social.png);
	margin: 10px 0 0 0;
	padding: 8px 0 0 8px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
}


#maincontent_right_bottom_content {
	height: auto;
	width: 426px;
	margin: 15px 0 0 40px;
	font-size: 12px;
}


#maincontent_right_bottom_content_news {
	height: 240px;
	width: 265px;
	margin: 7px 0 0 0px;
	border: solid #aaaaaa 1px;
	padding: 0 0 0 13px;
}

#maincontent_right_bottom_content_news02{
	height: 240px;
	width: 238px;
	margin: 7px 0 0 0px;
	border: solid #aaaaaa 1px;
	padding: 0 20px 0 20px;
}

#maincontent_right_bottom_email {
	height: 51px;
	width: 96px;
	margin: 0px 0 0 0px;
	float: right;
}

#maincontent_right_bottom_email_news {
	height: 51px;
	width: 96px;
	margin: 277px 0 0 0px;
	float: right;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
}
.news_header {
	height: 200px;
	width: 612px;
	border-bottom: solid #aaaaaa 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.news_title {
	color: #0D91C9;
}
#our_games_panel {
	height: 530px;
	width: 860px;
	border-bottom: solid #aaaaaa 1px;
	margin: 0 0 25px 0;
	border: solid #aaaaaa 1px;
	padding: 10px 0 0 10px;
}

#our_games_panel_short {
	height: 260px;
	width: 860px;
	border-bottom: solid #aaaaaa 1px;
	margin: 0 0 25px 0;
	border: solid #aaaaaa 1px;
	padding: 10px 0 0 10px;
}

#our_games_panel_sna {
	height: 500px;
	width: 852px;
	border-bottom: solid #aaaaaa 1px;
	margin: 0 0 25px 0;
}

#media_panel_long {
	height: 250px;
	width: 852px;
	margin: 0 0 0 45px
}

#media_panel_long02 {
	height: 250px;
	width: 852px;
	margin: 0 0 0 45px
}

#media_panel {
	height: auto;
	width: 870px;
	margin: 0 0 0 0;
}

#media_panel02 {
	height: 267px;
	width: 852px;
	border-bottom: solid #aaaaaa 1px;
	margin: 0 0 25px 45px
}

#our_games_panel_title {
	background-color: #ffc663;
	height: 20px;
	width: 130px;
	padding: 5px 0 0 8px;
	font-size: 12px;
}

#our_games_game_panel_left {
	height: 190px;
	width: 248px;
	margin: 10px 0 0 0;
	float: left;
	border: dashed #aaaaaa 1px;
	font-size: 12px;
	padding: 5px 0 0 10px;
}

#media_game_panel_left {
	height: 250px;
	width: 262px;
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#media_game_panel_left_og {
	height: 180px;
	width: 238px;
	margin: 30px 0 0 0;
	float: left;
	border: dashed #aaaaaa 2px;
	font-size: 12px;
	padding: 10px 10px 0 10px;
}

#media_game_panel_left_og {
	height: 180px;
	width: 232px;
	margin: 10px 0 0 0;
	float: left;
	border: dashed #aaaaaa 2px;
	font-size: 12px;
	padding: 10px 10px 0 15px;
}

#media_game_panel_left02 {
	height: 250px;
	width: 262px;
	margin: 0 0 10px 30px;
	float: left;
	font-size: 12px;
}

#media_game_panel_left_og02 {
	height: 180px;
	width: 232px;
	margin: 10px 0 0 0;
	float: left;
	border: dashed #aaaaaa 2px;
	font-size: 12px;
	padding: 10px 10px 0 15px;
}

#media_game_panel_left_og03 {
	height: 170px;
	width: 232px;
	margin: 10px 0 0 0;
	float: left;
	border: dashed #aaaaaa 2px;
	font-size: 12px;
	padding: 20px 10px 0 15px;
}

#media_game_panel_left_og04 {
	height: 170px;
	width: 232px;
	margin: 10px 0 0 0;
	float: left;
	border: dashed #aaaaaa 2px;
	font-size: 12px;
	padding: 20px 10px 0 15px;
}


#our_games_game_panel_right {
	float: right;
	height: auto;
	width: 586px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 10px;
}

#our_games_game_panel_bottom {
	float: left;
	height: auto;
	width: 850px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: solid #aaaaaa 1px;
}

#our_games_game_panel_inner {
	float: left;
	height: auto;
	width: 510px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#our_games_game_panel_inner02 {
	float: left;
	height: auto;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 5px 0 0 5px;
}

#our_games_game_panel_inner03 {
	float: left;
	height: 20px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px 0 0 10px;
}
#our_games_more_button {
	background-color: #ffc663;
	float: right;
	height: 20px;
	width: 45px;
	margin: 0px 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px 0 0 10px;
}


#media_more_button {
	background-color: #ffc663;
	float: right;
	height: 20px;
	width: 45px;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px 0 0 10px;
}
 

#our_games_more_button02 {
	background-color: #ffc663;
	float: right;
	height: 20px;
	width: 45px;
	margin: 0px 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px 0 0 10px;
}


.our_games_title01 {
	font-size: 12px;
	font-weight: bold;
}
.paragraph_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#media_details {
	height: 15px;
	width: 200px;
	float: left;
	margin: 5px 0 0 0;
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.media_blue {
	color: #4cadd6;
}
.small_blue {
	font-size: 10px;
	color: #4cadd6;
}
.huge_blue {
	font-size: 14px;
	color: #4CADD6;
}
.orange_text {
	color: #2A6699;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
}
.real_orange {
	color: #FFA913;
	font-weight: bold;
}
.contact_text {
	font-family: Arial, Helvetica, sans-serif;
}
#about_interabang {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container #mainContent_company #main_content_left #maincontent_left_about #maincontent_left_about_content p {
	font-family: Arial, Helvetica, sans-serif;
}
.news_top_header_content_a {
	height: 250px;
	width: 200px;
	float:left;
}

.news_top_header_content_b {
	height: 250px;
	width: 225px;
	float:right;
}

