@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

html, body {
	background-color: black;
	text-align: center;
}

#menuContainer {
	width: 100%;
	background-color: black;
}

#header {
	width: 900px;
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#headerImage {
	float: left;
	margin-left: 50px;
}

.menuSeparator {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainMenu, #subMenu {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mainMenuList {
	list-style: none;
	float: right;
	margin-right: 50px;
	margin-top: 8px;
}

#subMenuList {
	display: block;
	list-style: none;
	float: left;
	margin-left: 60px;
}

#mainMenuList li, #subMenuList li {
	display: inline;
	margin-right: 20px;
	text-decoration: none;
}

#mainMenuList li a, #subMenuList li a {
	text-decoration: none;
	color: #000000;
}

#mainMenuList img, #subMenuList img {
	border: 0;
	margin-bottom: -3px;
}

#contentContainer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 70px;
	clear: both;
	text-align: left;
	
	font-family: sans-serif;
	font-size: 15px;
}

#leftColumn {
	clear: left;
	float: left;
	width: 260px;
	display: inline;
}

#rightColumn {
	clear: right;
	float: right;
	width: 280px;
	display: inline;
}


#designList {
	margin: 15px 0 0 35px;
	font-weight: bolder;
}

#designList li {
	color: #f9953f;
}

#designList a {
	text-decoration: none;
}

#designList a:hover {
	color: #f9953f;
}

#ShowCase p {
	background-color: #212121;
	margin-top: 5px;
	padding-top: 10px;
	border: 1px dotted black;
}

#ShowCase .projectName {
	text-decoration: none;
	color: #f9953f;
	font-weight: bold;
}

#ShowCase .projectName a {
	color: #f9953f;
	font-weight: bold;
}
