/* Main CSS - Healthy Sexuality */

body {
	margin-top: 0;
	}
	
#wrapper {
	margin: 30px 20px 10px 20px;
	}
	
#wrapper h1 {
	font-size: medium;
	font-weight: bold;
	color: #8E0028;
	}
	
#wrapper h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #8E0028;
	}


#topNav {
	padding: 10px;
	font-weight: bold;
	text-align:center;
	}

/* Start Bottom Nav */

#bottom-nav {
	border-bottom: 10px solid #B6B7DC;
	border-top: 1px solid #B6B7DC;
	text-align: center;
	}

#bottom-nav li {
	display:inline;
	list-style: none;
	}
	

/* End Bottom Nav */

.topPhoto {
	float:right; 
	width:400px;
	border-bottom: 2px solid #fff;
	}

.slogan {
	background-color: #B6B7DC;
	padding: 15px 8px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 2px 5px 2px;
	}

.title {
	background-color: #B6B7DC;
	padding: 15px 8px;
	color: #669;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 2px 5px 2px;
	letter-spacing: 0.05em;
	}

/* Form */

.frmPlace {
	width: 300px;
	margin: 0px auto;
	}

.lbl {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


.put {
	display: block;
	margin-bottom: 1.25em;
	width: 300px;
	border: 1px solid black;
}


.send {
	width: 100px;
	margin-left: 100px;
	color: #000;
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: x-small;
}


/* end form style */

