@charset "utf-8";


/* Global reset, thanks to Yahoo! */

html {
	height:100%
}

body {
	min-width: 972px; 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#flashcontent {
		height: 100%;
}

html body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

html>body {
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;padding:0;
}

form {
	display: inline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

ol,ul {
	list-style:none;
}

#related ul, #related ol {
	margin-bottom: 20px;
}

caption,th { 
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}

* :focus {
	outline: 0px none;
}

.clear {
	clear: both;
}

.spacer {
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Structure */

body {
	background-image: url(../images/background.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #f73073;
}

#header {
	width: 950px;
	clear: right;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	margin-top: 50px;
	font-size: 5em;
	line-height: normal;
	font-weight: normal;
}

.inverted {
	color: #ffffff;
	background-color: #000000;
}

#projects {
	margin-left: 40px !important; margin-left: 20px;
	margin-top: 60px;
}

#about-us {
	position: absolute;
	top: 60px;
	left: 990px;
	width: 160px;
	margin-right: 0px;
}

#projects, #about-us {
	float: left;
}

#projects {
	width: 960px;
}

#projects p, #about-us p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666666;
	width: 150px;
	float: left;
	margin-right: 40px;
	display: block;
}

#projects p {
	margin-bottom: 40px;
}

#about-us p {
	color: #FFFFFF;
	padding-bottom: 20px;
}

.emphasize {
	background-image: url(../images/underline.gif);
	background-position: bottom left;
}

a, a:visited {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #ffffff;
}

.thumbnail {
	margin-bottom: 20px;
}

img {
	display: block;
}

#about-us img {
	display: inline;
}