#flashobject {
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	left: 0px;
}

#flashcontent {
	width: 1200px;
	height: 600px;
	top: 30px;
	position: absolute;
	left: 50px;
	color: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-color: #1c292a;
}

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
}

p {
	font-size: 14px;
	color: white;
}

a.paragraph {
	color: white;
	font-size: 14px;
	line-height: 18px;
}

#about {
	color: #46a0ed;
}
.about {
	color: #46a0ed;
}

#portfolio {
	color: #d01c6c;
}
.portfolio {
	color: #d01c6c;
}

#contact {
	color: #b5ad32;
}
.contact {
	color: #b5ad32;
}

.media {
	width:  10000px;
}

.subContent {
	top: -9px;
	position: relative;
}

ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 22px;
}

a.about:hover {
	color: #46a0ed;
}

a.portfolio:hover {
	color: #d01c6c;
}
a.contact:hover {
	color: #b5ad32;
}



