body{
	color: #000000;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/bg.jpg) fixed 0 -300px;
}

a{	text-decoration: none;
	color: #000;
	background-repeat: repeat;
}
a:hover{color: #fff;text-shadow: #000 0 0 6px;}

#h{
	font-size: 70px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	text-align: right;
	margin-top: 150px;
	text-shadow: #777 0 0 10px;
	color: #515151;
	line-height: 50px;
}
#yellow{color: #fefa43;
	background-color: #373737;
}
#blue{color: #6ddbfc;
	background-color: #3b3b3b;
}
#red{color: #fe92a9;
	background-color: #3b3b3b;
}
#hlb{background-color: #6ddbfc;}
#hlr{background-color: #ff898b;
}

#greyyellow{
	color: #ebfa42;
	background-color: #676868;
	font-size: 19px;
	line-height: 25px;
}

h1{
	font-size: 40px;
	font-weight: bold;
	background-color: #fefa43;
	color: #888;
	padding-left: 10px;
	font-style: italic;
	margin-top: 30px;
	line-height: 35px;
}
h2{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
h3{
	font-style: italic;
	display: inline;
}

#header{
	position: fixed;
	top: -50px;
	left: 0px;
	z-index: 1;
}
#header2{
	position: fixed;
	top: -50px;
	left: 291px;
	z-index: 1;
}

#cs{
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#imgbig{
	width: 600px;
	height: 150px;
	overflow: hidden;
}
#imgbig2{
	width: 700px;
	margin-left: -50px;
	margin-top: -200px;
}
#imgs{
	width: 200px;
}

.content{
	position: absolute;
	top: 80px;
	left: 300px;
	width: 42.9em;
	height: 100%px;
	padding-bottom: 150px;
}

.content a{
	text-decoration: underline;
}

.nav{
	position: fixed;
	top: 350px;
	left: 60px;
	height: 498px;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 1;
}
.nav a:hover{color: #fff;
	background-color: #4f4f4f;
}
.nav a:visited:hover{color: #fff;text-shadow: #000 0 0 6px;}

#flickr{
	z-index: 3;
}
#update{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fe2036;
	font-size: 14px;
	background: url(../images/updates.png) no-repeat;
	padding-top: 70px;
}
#footer{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0px;
	border-top: 2px solid #000;
}
