#page_container {
	float: left;
	height: auto;
	padding-bottom: 500px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../Resources/bottom_globe.jpg);
	width: 100%;
}

#page_column {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	background-position: center 30px;
	background-repeat: no-repeat;
	background-image: url(../Resources/header_background.gif);
	width: 900px;
}

#button_container {
	width: 100%;
	height: 250px;
}

#download_button a {
	text-indent: -9000px;
	display: block;
	left: 660px;
	top: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../Resources/download_button.gif);
	height: 54px;
	width: 223px;
	cursor: pointer
}

#download_button a:active {
	background-repeat: no-repeat;
	background-image: url(../Resources/download_button_down.gif);
}

#left_column {
	float: left;
	width: 580px;
}

#intro {
	line-height: 34px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#right_column {
	margin-top: 5px;
	margin-left: 25px;
	width: 275px;
	padding-left: 18px;
	border-left-color: #b3b3b3;
	border-left-style: solid;
	border-left-width: 1px;
	padding-bottom: 20px;
	float: left;
}

#contact_container {
	margin-bottom: 50px;
	width: 282px;
}

#portfolio_container {
	width: 282px;
}

.thumbnail {
	padding: 17px;
	background-repeat: no-repeat;
	background-image: url(../Resources/thumbnail_border.png);
	float: left;
	height: 107px;
	width: 107px;
}

#footer {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	margin-top: 20px;
	float: left;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
}

body {
	margin: 0px;
	color: #666666;
	line-height: 24px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
}

a {
}

a:link, a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}
h1 {
	position: absolute;
	text-indent:-3000px
}

h2 {
	color: black;
	font-style: normal;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 100%;
	line-height: 34px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: black;
}

.strong {
	font-weight: bold;
	color: black;
}

.list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

li {
	margin-top: 0px;
	padding-left: 20px;
	background-position: 0 5px;
	background-image: url(../Resources/star.gif);
	background-repeat: no-repeat;
}

.green {
	color: green;
}

