body {
	padding: 0px;
	background-color: grey;
	font: 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	/* scrollbar-base-color:darkgray;*/ 
	margin-top: 8px;
}
a { text-decoration:none}
h1, h2, p {
	margin: 0 10px
}
h1 {
	font-size: 250%;
	color: white
}
h2 {
	font-size: 200%;
	color: #FFF;
}
h3 {
	font-size: 120%;
	color: #FFF;
/*    margin-left:1em; */
    margin-bottom:0;
}

p {
	padding-bottom: 1em
}
h2 {
	padding-top: 0.3em
}
ul {
    padding-left:1em;
    margin-left:10px;
}
div#content {
	position: relative;
	margin: 0;
	width: 80%;
	background-color: transparent;
}
#footer {
   clear:both;
   bottom:0;
   width:100%;
   height:40px;   /* Height of the footer */
   background:transparent;
   text-align:right;
   border-top:1px dotted #666;
   padding-top:2px;
}
div#content1 {
	margin: 0;
	background: gray;
	color: white;
	width: 60%;
	position: relative;
	float: left;
}
div#content2 {
	margin: 0;
	background: gray;
	color: white;
	width: 33%;
	position: relative;
	float: right
}
div#banner {
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	text-align: left
}
div#nav {
	text-align: right;
	color: white;
	width:90%;
    height:29px
}

div#nav a{
	font-size: 110%;
	text-decoration: none;
	color: white;
	padding:0 20px 5px 0;
	
}
div#nav a:hover {
	color: #E9AB17;
}
.selected {
	/* border-bottom: 1px solid white; */
}
div#content1 a {
	color: lightblue;
}
div#content2 a {
	color: lightblue;
}
.rounded {
	-moz-border-radius: 3ex;
	-webkit-border-radius: 3ex;
}
.big { font-size:120%}
#banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 250px;
	background: url(images/tile1.jpg) repeat top left;
}
#banner H1 {
	padding: 0;
	margin: 0;
	height: 250px;
	width: 1000px;
	background: url(images/svitlana_azarova.png) no-repeat top right;
}
#banner h1 span {
	display: block;
	color: white;
	margin-left: 150px;
	padding-top: 40px;
}
.prompt { font-weight:normal; color:#E9AB17;}
