@charset "utf-8";
/* CSS Document */
body {
	background-color: #7d7d7d;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#logoSm {
	
	height: 85px;
	width: 325px;
	position: relative;
	left: 673px;
	margin-bottom: 15px;
}

table {
	margin: 0 auto;
	
	
}

table th {
	background-color:#0099FF;
}

table, th, td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse:collapse;
}

#wrapper #container #rtColumn a {
	font-weight: normal;
	color: #5D5D5D;
	
}


#header {
	background-image: url(images/portfolioBanner.png);
	background-repeat: no-repeat;
	height: 231px;
	border-bottom: solid medium;
	border-right: solid medium;
	border-color: #5d5d5d;
	margin-bottom: 20px;
	
}

#container {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent {
	width: 625px;
	background-color: #ececec;
	margin-right: 10px;
	padding: 1px 20px 20px;
	border-bottom: solid medium;
	border-right: solid medium;
	border-color: #5d5d5d;	
}

#demo {
	background-color: #ececec;
	margin: 0 auto;
	padding: 10px 40px 20px;
	border-bottom: solid medium;
	border-right: solid medium;
	border-color: #5d5d5d;
}

#game {
	width: 800px;
	margin: 0 auto;
	border: solid medium;
	border-color: #CCCCCC;
}

#gameCM {
	width: 640px;
	margin: 0 auto;
	border: solid medium;
	border-color: #CCCCCC;
}


#featGames {
	margin: 0px;
	position: relative;
	right: 6px;
	top: 0px;
}

ul#gameList {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
}

#gameList li {
	display: inline;
	list-style-type: none;
}

#game1 {
	background-color: #FF0000;
	height: 200px;
	width: 200px;
}

#rtColumn {
	background-color: #ececec;
	position: absolute;
	top: 1px;
	right: -1px;
	bottom: 0px;
	width: 275px;
	overflow: auto;
	padding: 1px 19px;
	border-bottom: solid medium;
	border-right: solid medium;
	border-color: #5d5d5d;
}
	
#instMedia #colOne {
	width: 300px;
	float: left;
}

#instMedia #colTwo {
	width: 300px;
	margin-left: 326px;
}

/*#instMedia #colThree {
	width: 200px;
	margin-left: 425px;
}*/

#demo #projCon li {
	margin-bottom: 15px;
}
#textLink {
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
}

