@charset "utf-8";
/* CSS Document */

html {
	padding:0;
	margin:0
}
body {
	padding:0;
	margin:auto;
	background-color:#171717;
	background-image:url(gradient.png);
	background-repeat:no-repeat;
}
p {
	color:#fff;
	text-align:left;
	font-size:11pt;
	font-family:"Trebuchet MS";
	font-weight:normal;
}
h1 {
	color:#fff;
	text-shadow:1px 1px 1px #f2064c;
	text-align:left;
	font-size:16pt;
	font-family:"Trebuchet MS";
	font-weight:bold;
}
h2 {
	color:#fff;
	text-shadow:1px 1px 1px #85d907;
	text-align:left;
	font-size:18pt;
	font-family:"Trebuchet MS";
	font-weight:bold
}
h3{
color:#f2064c;
	text-shadow:1px 1px 1px #fff;
text-align:left;
font-size:14pt;
font-weight:normal;
font-family:"Trebuchet MS";

}
li{
color:#fff;
text-align:left;
font-size:10pt;
font-family:"Trebuchet MS"
}
a:link {
	color:#85d907;
	text-decoration:none;
	text-shadow:none
}
a:visited {
	color:#85d907;
	text-decoration:none;
	text-shadow:none

}
a:hover {
	color:#4e4e4e;
	text-decoration:none;
	text-shadow:none

}
#container {
	width:900px;
	height:auto
}
#content {
	width:900px;
	height:auto;
}
#masthead {
	width:500px;
	height:220px;
	margin-top:60px;
	background-image:url(masthead.png);
	background-repeat:no-repeat
}
#navbar {
	width:600px;
	height:30px;
	margin-top:50px
}
#probar {
	width:480px;
	height:20px
}
#globalnav {
	margin-top:20px
}
#footer {
	height:265px;
	background-image:url(purple.png);
	background-repeat:repeat-x
}
#sidebar {
	position:fixed;
	top:325px;/*how ever far from the top of the page for button to appear*/
	right:0px;/*must be 0px so that it's always right tight to right*/
}
.special {
	text-align:center;
	font-size:10pt;
}
.thoughts {
	font-style:italic
}
.dates {
	text-align:right;
	color:#2e2e2e;
	font-size:9pt	;
text-transform:uppercase

}
.bold {
	color:#85d907
}
.year {
	color:#2e2e2e;
	font-size:10pt;
	text-shadow:none
}