* {
	border: 0;
	color: #414142;
	margin: 0;
	padding: 0;
}

html,body {
	background: url("images/background-gray.gif") repeat-y;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: "Avant Garde", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
}

a,a:link,a:hover,a:visited {
	color: #2376BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}

ul {
	list-style-type: none;
	list-style-image: none;
}

h1 a,h1 a:link,h1 a:hover,h1 a:visited {
	color: #414142;
}

.clear {
	clear: both;
}

#root,#header,#footer,#quoteContainer {
	width: 950px;
}

#root {
	background: url("images/background-gradient.gif") repeat-y;
	min-height: 100%;
	text-align: left;
	display: block;
	margin: 0 auto;
	text-align: left;
}

#foreground {
	background: url("images/background-dragon.png") no-repeat;
	z-index: 1;
float: left;
}

#header {
	padding-top: 5px;
}

#logo {
	float: left;
}

#menu {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding-top: 24px;
	text-align: right;
	width: 652px;
}

#menu li {
	display: inline;
	margin-left: 20px;
}

#quoteContainer {
	float: left;
}

#quote {
	font-style: italic;
	float: right;
	text-align: right;
	width: 600px;
}

.quote {
	font-family: "Times New Roman", serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
	margin-bottom: 5px;
}

.quote .quoter {
	font-family: "Avant Garde", Verdana, Arial, sans-serif;
}

.quoteShort {
	font-size: 1.2em;
}

.quoteLong {
	font-size: 0.9em;
	line-height: 1em;
}

#quoter,.quoter {
	font-size: 0.7em;
	white-space: nowrap;
}

#sidebar {
	float: left;
	width: 475px;
}

#indexContent {
	float: left;
	font-size: 0.8em;
	width: 475px;
}

#twitter,#screenshots {
	float: left;
	width: 228px;
}

#twitter {
	font-size: 0.5em;
	line-height: 1.1em;
	padding-left: 15px;
	font-weight: bold;
}

#twitter ul {
	clear: both;
	margin-top: 0.5em;
	font-weight: normal;
}

#twitter img {
	float: left;
	margin-right: 3px;
}

#twitter_div,#twitter_div li {
	margin-top: 20px;
}

#twitter_div li>a {
	font-size: 0.65em !important;
	display: block;
	line-height: 0.7em;
	margin-top: 3px;
}

#screenshots {
	font-size: 0.7em;
	text-align: center;
	line-height: 1em;
}

.screenshot {
	margin-bottom: 8px;
}

#content {
	font-size: 1em;
	margin-top: 1.5em;
	padding-left: 15px;
	float: left;
	width: 950px;
}

#content h1 img {
	float: right;
}

#footer {
	clear: both;
	font-size: 0.7em;
	padding-top: 2em;
	text-align: center;
}

#development {
	margin-top: 40px;
	text-align: center;
}

#welcomeBody {
	font-size: 1.7em;
	font-style: italic;
	margin-top: 50px;
}

#professional {
	font-size: 3em;
	font-weight: bold;
	margin-top: 60px;
}

#experienced {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 3em;
	margin-top: 10px;
	padding-left: 75px;
}

#innovative {
	font-size: 3em;
	padding-left: 150px;
	margin-top: 20px;
}

