/* CSS Document */

body {
	margin: 5px;
	padding:5px;
	background: #000 url(back.png) repeat-xy;
	font-size: 13px;
}
a:link {
	text-decoration: none;
	color: #8C1A6A;
	border-bottom: 1px dotted;
}
a:visited {
	text-decoration: none;
	color: #c12391;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	background: #FFE6FF;
	color: #CC0066;
	border-bottom: none;
}
a:active {
	text-decoration: none;
	color: #CC0066;
}
.header_1 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}
.heading2 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #c12391;
}
.h3 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: small;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #6D1453;
}
.main_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #643F75;
}
.purple_head{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #643F75;
}
.footnotes {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #330066;
}
.copyright {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	color: #910086;
}
.small_bold {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #253825;
}	
	/* Menu */

#menu {
	width: auto;
	height: auto ;
	padding: 0px 0px 0px 16px;
	margin: 0 auto;
	background: #999;
	background-color: #CFD3C2;
}
#head {
	width: 900px;
	height: 50px;
	padding: 14px 0px 0px 24px;
	margin: 0 auto;
	background: url(back.png) no-repeat left center;
	background-color: #CFD3C2;
}

#pic1 {
	width: auto;
	height: 294px;
	background: url(images/about_me.jpg) no-repeat left center;
	font-weight: normal;
}
