
/* Master --------------- */
body {
	margin: 0;
	padding-bottom: 20px;
	background: #FFFFFF url(images/bg01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	}
/* End Master --------------- */



/* Header --------------- */
#header_bg {
	width: 900px;
	height: 240px;
	background: url(images/img01e.jpg) no-repeat right top;
	}
/* End Header --------------- */

    
	
/* Contents of Page --------------- */
#content {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	background: transparent;
	}
	
#content_bg {
	float: left;
	margin: -310px 0 40px 180px;
	padding: 0;
	background: url(images/img02.jpg) repeat-y right top;
	}

#main {
	float: left;
    width: 650px;
	margin: 0;
	padding: 8px 50px 0 20px;
	background: url(images/img03.jpg) no-repeat right bottom;
	}	

.entry {
	margin-bottom: 2em;
	margin-left: 1em;
	}

.photo img {
	border: none;
	}
	
li {
	list-style-type: square;
	padding-bottom: 3px;
	}
/* End Contents of Page --------------- */


/* Form --------------- */
#form {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 25em;
	margin-left: 11.2em;
	}
	
fieldset {
	background: #FFFFFF;
	border: none;
	margin-bottom: 2em;
	width: 24em;
	padding: .8em .8em .8em .8em;
	}
	
p.legend {
	margin: 5px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #5192C0;
	}
	
#personal {
	background: #FFF9E5;
	border: 1px dashed #549DC7;
	}
	
#time_visit {
	background: #FFF9E5;
	border: 1px dashed #549DC7;
	}

#concerns {
	background: #FFF9E5;
	border: 1px dashed #549DC7;
	}

#personal label {
	position: absolute;
	padding: .2em 0 0 0;
	}
	
#personal input {
	margin-left: 8em;
	line-height: 1.4em;
	margin-bottom: .2em;
	color: #707070;
	background: #FFFFFF;
	}

textarea {
	font: 12px Georgia, "Times New Roman", Times, serif;
	width: 25em;
	padding: .3em;
	color: #707070;
	background: #FFFFFF;
	}

input[type="submit"], input[type="reset"] {
	margin-top: 5px;
	background: #549DC7;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	}

#buttons {
	text-align: center;
	}
/* End Form --------------- */
