@charset "UTF-8";
/* CSS Document */
/*
Author: Ella Makarkina
Date:  10-22-09
*/

	
#InfoContent {
	height: 503px;
	width: 958px;
	margin-top: -13px;
	float: left;
	}
.imgN {
	margin: 0; /* without margin value, Opera browser screws things up*/
	}
#bio {
	width: 565px;
	margin-left: 7px;
	padding-top: 7px;
	}
#bio p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-indent: 25px;
	text-align:justify;
	color:#300;
	word-spacing: .2em;
	line-height: 1.4em;
	margin-top: -6px;
	margin-bottom: 7px;
	}
	
#success {
	width: 565px;
	margin-left: 7px;
	padding-top: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#300;
	}
/* Contact form*/
#form {
	background-color: #FAF9F9;	
	width: 579px;
	height: 473px;
	text-align:left;
	display:inline;
	float:left;
	padding:0;
	}
form {
	float:left;
	display:inline;
	margin-left: 7px;
	padding:0;
	}
form p {
	font-family: Arial, Helvetica, sans-serif;
	color:#300;
	font-size: 0.8em;
	}
form select {
	font-family: Arial, Helvetica, sans-serif;
	color:#837679;
	font-style:italic;
	font-size: 0.9em;
    }

.btn {
	width: 93px;
	height: 30px;
	background-color: #EEEBEC;
	outline: none;
	}
input.btn {
	color: #837679;
	font-weight: bold;
	}
/*-----*/


removing dotted border around navbar images: */

:focus { -moz-outline-style: none; }
#send::-moz-focus-inner { /*this removes inner dotted lines (when pressing it) on the Send buttons in Firefox*/
	border: 0;
	}
/* Hide dotted image outline from Firefox and Netscape */
a {
    outline: none;
	}
	
	
.pinkLine {
	margin: -15px 0 0 0;
	float: right;
	display: inline;
	position: relative;
	}

