body {
	background-color: #000000;
	color: #BBC6B8;
	padding: 0px;
	margin: 2px;
}

a:visited {
	color: #880000;
	text-decoration: underline;
}

a:link {
	color: #880000;
}

a:hover {
	text-decoration: none;
}

#content li  {
	line-height: 1em;
	font-size: 1em;
	font-family: sans-serif;
	list-style-image: disc;
	color: #000000;
	font-family: serif;
	margin: 15px;
}

#content li a:visited {
	color: #880000;
	text-decoration: underline;
}

#content li a {
	color: #880000;
	text-decoration: underline;
}

#content li a:hover {
	text-decoration: none;
}

li {
	line-height: 36px;
	list-style-image: none;
	font-variant: normal;
	color: #BBC6B8;
	bottom: 10px;
	font-size: large;
	font-style: normal;
}

li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

li a:hover {
	color: #BBC6B8;
}


#news {	
	position: relative;
	top: 20px;
	left: 10px;
	font-family: sans-serif;
	font-size: 0.7em;
	letter-spacing: 0em;
	padding: 4px;
	text-align: center; 
	background: none;
	display: block;
	width: 161px;
}
#news a {
	background-color:#FFFF66;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	border: double #880000; 
	display: block;
	width: 120px;
	background-image: url(images/balloons.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
		
#news a:hover {
	color: #000000; 
	background-color:#FF9933;
}

#title {
	font-size:larger;
	font-family: serif;
	background-color: #BBC6B8;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3pt;
	padding: 5px;
	border: 1px solid black;
}

#subtitle {
	display:block;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 8px;
	background-color:#FFFFFF;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#content {
	background-color:#B9B9B9;
	font-family: garamond, times, serif; 
	text-align:left;
	padding: 10px;
	color: #000000;
	border: solid 5px;
	border-color: #777777;
	min-height: 400px;
}

#header { 
	position: relative;
	height: 70px;
	width: 100%;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	background-image: url(images/name3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#name { 
	height: 70px;
	margin: 0px 0px 0px 0px; /*top right bottom left*/ 
	padding: 0px 0px 0px 0px; /*top right bottom left*/ 
	border: 0px;
	background-image: url(images/name2.jpg);
	background-position: 90 0;
	background-repeat: repeat;
}
	
#work_title { 
	text-align: center;
	font-variant: small-caps;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#small {
	font-size: 14px;
	padding-left: 20px;
}

#float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	
	
#float_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
#float_right-border {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: solid black 1px;
	}

#small_font {
	font-size: smaller;
}
