@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	color: #333;
}
h1 {
	background-image: url(../images/dana_badulescu.png);
	background-repeat: no-repeat;
	float: left;
	height: 118px;
	width: 266px;
	text-indent: -999px;
}
a {
	font-style: italic;
	color: #000;
}
a:hover , a.selected{
	color: #FF00FF;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
#wrapper {
	float: left;
	width: 960px;
	padding-top: 30px;
	padding-left: 30px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 150px;
	width: 960px;
}
#main-menu {
	float: right;
	font-size: 16px;
	padding-top: 96px;
}
#main-menu ul {
	list-style-type: none;
}
#main-menu li {
	display: block;
	float: left;
	padding-left: 20px;
}
#main-menu a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-decoration: none;
}
#main-menu a.selected   {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
#main-menu a:hover {
	background-color: #FFCDFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
#content {
	color: #000;
	padding-top: 70px;
	height: 545px;
	width: 960px;
}
#content ul {
	list-style-type: none;
}
#content p {
	width: 420px;
}
#content a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#content a:hover {
	color: #FF00FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
}
#footer {
	font-size: 12px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
