/*** MAIN CSS ***/

*, html, body {
	margin: 0;
	padding: 0;
	font-family: "Verdana";
}

body {
	background: #fff url("../img/topleftflourish.png") no-repeat top left;
	background-position: 95px 110px;
}

p {
	text-align: left;
}

hr {
	margin: 10px auto;
	width: 50%;
}

#all, #backdrop {
	margin: auto;
	text-align: center;
}

#all h1 {
/*	margin-left: 100px;*/
	font-family: Verdana;
	text-indent: -9999px;
	background: transparent url("../img/header.png") no-repeat top center;
	min-width: 600px;
	min-height: 100px;
}

h2 {
	margin-bottom: 1em;
}

#all a#language {
	color: #000;
	position: fixed;
	right: 2%;
	top: 15px;
	font-size: large;
	text-decoration: none;
}

#all a#language:hover {
	text-decoration: underline;
}

#backdrop {
	width: 724px;
	min-height: 480px;
	background: #fff;/*
	position: absolute;
	top: 100px;
	left: 100px;
	padding:20px;*/
	border: 20px solid #FFC0CB;
}

#content {
	background: #fff;
	padding: 20px;
	min-height: 320px;
	margin-left: 100px;
}

#content h2 {
	padding-bottom: 10px;
}

#content h2#welcome {
	text-indent: -9999px;
	background: transparent url("../img/welBan.png") no-repeat top center;
	min-width: 500px;
	min-height: 150px;
}

#content p {
	padding-bottom: 1em;
}

#content p.home {
	font-family:"Verdana";
	color: #483b2a;
	text-align: justify;
	margin: auto 43px;
}

#content p a {
	color: #FF69B4;
	text-decoration: none;
}

#content p a:hover {
	color: #FF69B4;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*** NAV ***/

#nav {
	float: left;
	margin: 20px 0 20px -8px;
	font-family: "Verdana";
	width: 120px;
}

#nav ul {
	list-style-type: none;
	padding-right: 5px;
	margin-right: 10px;
	border-right: 2px #FFC0CB dotted;
}

#nav ul li {
	border-bottom: 1px solid #7a0026;
	margin: 20px 0;
	padding: 0 10px;
	text-align: left;
}

#nav ul li:hover {
	background: transparent url("../img/navFlourish.jpg") no-repeat top left;
}

#nav ul a {
	text-decoration: none;
	color: #7a0026;
}

#nav ul a:hover {
	color: #000;
}

/*** fb & twitter links under nav ***/

#social-net {
	max-width: 120px;
}

#social-net a {
	display: block;
	width: 45px;
	height: 45px;
	float: right;
	margin: 5px;
	text-indent: -9999px;
}

#social-net .facebook {
	background: transparent url("../img/facebook-icon.png") no-repeat top left;
}

#social-net .twitter {
	background: transparent url("../img/twitter-icon.png") no-repeat top left;
}

/*** BIO ***/

#content .img-float-left {
	float: left;
	margin: 10px;
}

#content .img-float-right {
	float: right;
	margin: 10px;
}

