*{
	margin:0;
	padding:0
 }

img,fieldset{
	border:none
	}

:focus{
	outline:none
	}

html, body{
	background-image: url(images/woman_bg.png), url(images/gradient_background.jpg);
 	 background-position:left top, left top;
	-webkit-background-size:400px, contain;
	-moz-background-size: contain, contain;
	-o-background-size:contain, contain;
	background-size:450px, contain;
	background-repeat: no-repeat, repeat-y, no-repeat;
	background-attachment:fixed, fixed;

}


@font-face {
    font-family: 'josefin_slabregular';
    src: url('fonts/JosefinSlab-Regular-webfont.eot');
    src: url('fonts/JosefinSlab-Regular-webfont.eot?#iefix') 		    format('embedded-opentype'),
    url('fonts/JosefinSlab-Regular-webfont.woff') format('woff'),
    url('fonts/JosefinSlab-Regular-webfont.ttf') format('truetype'),
    url('fonts/JosefinSlab-Regular-webfont.svg#josefin_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
	color:#000;
	-moz-transition:color 1s ease;
	-o-transition:color 1s ease;
	-webkit-transition:color 1s ease;
	transition:color 1s ease;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	color: #9000ff;
	font-family: 'josefin_slabregular';
	-moz-transition:color .15s ease-in-out;
	-o-transition:color .15s ease-in-out;
	-webkit-transition:color .15s ease-in-out;
	transition:color .15s ease-in-out;
	text-decoration:none;
	font-weight: bold; 
}

.onpage {color:#9000ff;}

.wrapper{
	position:none;
	width:100%;
	margin:0 0;}
	
.container
{
	position:none;
	width:670px;
	height:200px;
	margin:25px 0 0 550px;
}

.text_container {
	text-align:justify;
	position:relative;
	float: left;
	width: 700;
	max-height: auto;
	margin-right: 90px;
	font-family: josefin_slabregular;
	font-size: 13pt;
	padding-bottom: 55px;
	padding-left: 550px;
	padding-right: 0;
	padding-top: 70px;
}

.bio_container {
	text-align:justify;
	position:relative;
	float: left;
	width: 700;
	max-height: auto;
	margin-right: 90px;
	font-family: josefin_slabregular;
	font-size: 13pt;
	padding-bottom: 55px;
	padding-left: 550px;
	padding-right: 0;
	padding-top: 70px;
}

navigation
{
	position:none;
float:left;
margin:105px 0 0 0;
font-family:josefin_slabregular;
font-size:12pt;
color:#000;
letter-spacing:0px;
}
navigation ul {float:left; list-style:none;}
navigation ul li { float:left; padding-right:17px; line-height:none; text-decoration:none;}


.logo{
	width:200px;
	height:200px;
	margin-left:15px;
	position:none;}

right
{
	position:none;
float:right;
margin-top:105px;
font-family:josefin_slabregular;
font-size:12pt;
letter-spacing:0px;
color:#000;}
right ul1 {float:right; list-style:none;}
right ul1 li1 { right: left; padding-right:0px; line-height:none; text-decoration:none; margin-left:7px;}

#footer{
position:fixed;
top:95%;
width:100%;
height:50px;
color:#fff;
text-align: left;
font-size:16px;
background:#000000;
opacity:0.4;
filter:alpha(opacity=40)
}

#footer_text{
position:fixed;
top:96%;
width:100%;
height:50px;
color: #d5d0ec;
text-align: left;
font-size:12pt;
font-family:josefin_slabregular;
padding-left:20px;
}

#footer_border{
position:fixed;
top:95%;
width:100%;
height:50px;
border-top:#FF0 solid 2px;
}

