html, body {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #efefef;
		
}

body {
  text-align: center;
  
  }

p {
	font-family: Arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 5px;
}

#tweet
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right; 
	padding-top: 8px; 
	padding-right: 10px;
	width: 500px;
	height: 12px;
	font-size: 10px;
	text-align: right;
}

#tweet a
{
	display: inline;
	float: right;
}


td
{
	font-family: Arial;
	font-size: 12px;
}

h1
{
	font-family: Arial;
	font-size: 24px;
}
.gamesBox
{
	display: inline;
	float: left;
	width: 306px;
	height: 204px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-top: 20px;
	margin-left: 20px;
}

.gameTitle
{
	float: left;
	font-family: Arial;
	font-size: 16px;
	margin-left: 10px;
}

.gameText
{

	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

.gameImage
{
	display: inline;
	width: 57px;
	height: 57px;
	float: left;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-left: 10px;
	margin-top: 10px;
}

.gameTitleBig
{
	display: inline;
	font-family: Arial;
	font-size: 16px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.progress
{
	float: right;
	font-family: Arial;
	font-size: 16px;
	margin-right: 10px;
	
}

.gameSpaceBar
{
	border-top: 1px; 
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	height: 1px;
	width: 100%;
	line-height: 1px;
}

#pageContainer 
{

	background-color: #FFFFFF;
	margin-top: 10px;
	width: 1000px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#beta
{
	display: inline;
	margin-left: 10px;
	float: left;
}

#imageSwap
{
	display: inline;
	width: 308px;
	height: 284px;
	float: left;
	margin-left:20px;
	margin-top: 20px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#imageSwap img
{
	border-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#downloadsBox
{
	display: inline;
	width: 308px;
	height: 284px;
	float: left;
	margin-top: 20px;
	background-image: url(../img/med-logo.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#downloadsBox a
{
	text-decoration: none;
	color: #000000;
}

#downloadsBox a:hover
{
	color: #f000ff;
	text-decoration: underline;
}


#downloadsBox h1
{
	margin-top: 240px;
	float: right;
	margin-right: 10px;
}


#blogBox
{
	display: inline;
	width: 239px;
	height: 269px;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	background-image: url(../img/blog_bg.jpg);
	background-repeat: no-repeat;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#blogBox a
{
	text-decoration: none;
	color: #000000;
}

#blogBox a:hover
{
	color: #f000ff;
	text-decoration: underline;
}

#blogBox h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 10px;
}

#otherBox
{
	display: inline;
	width: 396px;
	height: 186px;
	float: left;
	margin-top: 25px;
	margin-left: 90px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	background-image: url(../img/other_bg.jpg);
}

#otherBox h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 10px;
}

#otherBox a
{
	text-decoration: none;
	color: #000000;
}

#otherBox a:hover
{
	color: #f000ff;
	text-decoration: underline;
}


#aboutBox
{
	display: inline;
	width: 391px;
	height: 193px;
	float: left;
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-left: 20px;
	margin-top: 20px;
}

#aboutBox a
{
	text-decoration: none;
	color: #000000;
}

#aboutBox a:hover
{
	color: #f000ff;
	text-decoration: underline;
}

#aboutBox h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 10px;
}

#aboutContent
{
	display: inline;
	float: left;
	margin-left: 20px;
	width: 600px;
}

#aboutImage
{
	display: inline;
	float: right;
	width: 284px;
	height: 177px;
	background-image: url(../img/med-logo.gif);
	margin-right: 20px;
}

.aboutSpaceBar
{
	border-top: 1px; 
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;
	height: 1px;
	width: 100%;
	line-height: 1px;
}

.aboutTitle
{
	float: left;
	font-family: Arial;
	font-size: 16px;
	margin-left: 10px;
}

.bottomAboutLeft
{
	display: inline;
	float: left;
	width: 271px;
	height: 262px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-top: 20px;
	margin-left: 20px;
}
.bottomAboutMid
{
	display: inline;
	float: left;
	width: 271px;
	height: 262px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-top: 20px;
	margin-left: 70px;
}
.bottomAboutRight
{
	display: inline;
	float: right;
	width: 271px;
	height: 262px;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
	margin-top: 20px;
	margin-right: 20px;	
}

#bottomBar
{
	display: inline;
	width: 960px;
	height: 84px;
	border-top: 1px; 
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #000000;	
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#bottomBar a
{
	text-decoration: none;
	color: #000000;
}

#bottomBar a:hover
{
	color: #f000ff;
	text-decoration: underline;
}

#bottomBar h2
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 14px;
}

#blog
{
	margin-left: 20px;
	margin-top: 13px;
	height: 58px;
	width: 200px;
	float: left;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}


#facebook
{
	margin-left: 34px;
	margin-top: 13px;
	height: 58px;
	width: 200px;
	float: left;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#twitter
{
	margin-left: 34px;
	margin-top: 13px;
	height: 58px;
	width: 200px;
	float: left;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#forum
{
	margin-left: 34px;
	margin-top: 13px;
	height: 58px;
	width: 200px;
	float: left;
	border-width: 1px; 
	border-style: solid;
	border-color: #000000;
}

#footer
{
	text-align: center;
}

#topLogo
{
	float: left;
}

#topLogo a img
{
	border: 0;
}

#mainMenu
{
	float: left;
}


.dlowBox
{
	display: inline;
	float: left;
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	height: 239px;
}



.dlowPreview
{
	display: inline;
	float: left;
}

.dlowOptions
{
	display: inline;
	float: left;
	border-left: 1px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #000000;
	padding-top: 10px;
	height: 229px;
}

.dlowOptions ul
{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.dlowOptions li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
