BODY {
	text-align: center;
	background-color: #0c2c3f;
	background-image: url(/images-home/background.png);
	background-repeat: repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}

A {
	color: #2C4BA6;
}

UL {
	margin-left: 16px;
	padding: 0px;
	text-align: left;
}

LI {
	margin-top: 3px;
}


EM {
	font-style: normal;
	font-weight: bold;
	color: #444;
}

TABLE, TR, TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #900;
	margin: 10px 0px;
}

H2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: #000;
}

P {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}


.trademark {
	font-weight: normal;
	vertical-align: sup;
	color: #aaa;
}


.container {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 700px;
	text-align: left;
	background-color: #ffffff;
}

.topbar {
	margin: 0px;
	padding: 0px 0px 0px 33px;
	background-image: url(/images-home/top_bar.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #777;
}

.toplinks {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 17px;
	padding-right: 39px;
	height: 33px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.toplinks A {
	color: #777;
	background-color: transparent;
	text-decoration: none;
	margin-left: 20px;
}
.toplinks A:hover {
	color: #777;
	background-color: transparent;
	text-decoration: underline;
}
.toplinks #subhead {
	color: #777;
	background-color: transparent;
	text-decoration: none;
	margin-left: 20px;
}


.callout {
	border: 1px solid #bbb;
	padding: 15px;
	background-color: #ddd;
	margin: 20px 0px;
}


.maincontent {
	width: 624px;
	margin: 0px 38px 0px 38px;
	padding: 0px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.gamelisting {
	margin-bottom: 0px;
	padding: 6px 0px 25px 0px;
	border-bottom: 1px dashed #ccc;
}
.gamelisting H1 {
	margin-top: 25px;
	margin-bottom: 2px;
	padding-bottom: 0px;
}
.gamelisting H2 {
	margin-top: 0px;
	padding-top: 0px;
}

.gameicon {
	margin: 0px 20px 0px 0px;
	float: left;
}

#aboutsmallware {
	margin: 10px 38px 0px 38px;
	padding-bottom: 20px;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	width: 624px;
}

#smallwaregreenlogo {
	margin: -5px 0px 0px 20px;
	float: right;
}


.legal {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #555;
	padding: 15px 0px;
	margin: 0px auto 0px auto;
	width: 700px;
	text-align: center;
	background-color: #111;
	border-bottom: 1px dashed #2a2a2a;
}
.legal A {
	color: #555;
}

#madeonamac {
	float: right;
	margin: 10px 10px 0px 10px;
}


.bottomlinks {
	font-size: 9px;
	font-weight: normal;
	color: #444;
	margin: 0px auto 0px auto;
	width: 700px;
	text-align: center;
}
.bottomlinks A {
	color: #444;
	text-decoration: none;
}





/*** Contact Page ***/

#contactcontent {
	background-image: url(images/contact_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	padding: 140px 0px 0px 0px;
	position: relative;
}

#contactpanel {
	margin: 0px;
	padding: 5px 38px 20px 38px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
}

#contactpanel H2 {
	margin: 20px 0px 5px 0px;
}

.contactfield {
	display:block;
	margin: 0px 20px 10px 0px;
	width: 213px;
	background-color: #eeeeee;
}

.fieldlabel {
	color: #000;
	font-size: 11px;
}

#contactcomments {
	display: block;
	margin: 0px 0px 10px 0px;
	width: 385px;
	background-color: #eeeeee;
}

#contactsubmit {
	margin: 5px 0px 0px 0px;
}



/*** Legal Pages ***/

#legalcontent {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#legalpanel {
	margin: 0px;
	padding: 20px 38px 20px 38px;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000;
	background-color: #fff;
}

