@charset "utf-8";

#tear {
	float: right;
	width: 64px;
	height: 214px;
	margin: 0px 60px 0px 0px;
	background: url('./images/tear.png') top center no-repeat;
}

#title {
	width: 120px;
	margin: 30px 0px 0px 17px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	position: static;
}
.tiny {
	font-size: 14px;
}

#navigation {
	font-size: 18px;
	color: #FFFFFF;
	width: 200px;
	float: left;
	margin: 150px 50px 200px 0px ;
	padding-bottom: 100px;
}

#navigation .linkbox1 {
	text-align: right;
	background: #800f69;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation .linkbox2 {
	text-align: right;
	background: #ffe512;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation .linkbox3 {
	text-align: right;
	background: #eb6820;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation .linkbox4 {
	text-align: right;
	background: #7ff700;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation .linkbox5 {
	text-align: right;
	background: #ec0089;
	padding: 3px 5px 3px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navigation a, a:visited {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover, a:active {
	font-style: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#twitlink {
	width: 150px;
	font-size: 12px;
	margin: 20px 0px 0px 12px;
	font-weight: bold;
	line-height: 16px;
}

#twitlink a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}

#twitlink a:hover, a:active {
	color: #ec0089;
	text-decoration: underline;
	font-style: normal;
}

#content {
	margin: 0px;
	float: left;
	width: auto;
	height: auto;
	padding-bottom: 100px;
}

#content a, a:visited {
	color: #19286d;
	text-decoration: underline;
}

#content a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

#image {
	margin-top: 16px;
	width: 730px;
	height: 330px;
	background: url('./images/triptych.png') top left no-repeat;
	position: absolute;
}

#textwrapper {
	width: 425px;
	margin: 95px 0px 0px 30px;
	padding-bottom: 50px;
}

#textwrapper p {
	line-height: 18px;
}

#textwrapper .header {
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #19286d;
}