@charset "utf-8";
/* Stylesheet for Tisha Paige website by Jennifer Cristaldi - Cristaldi Designs LLC */

body {
	background: #99c url(images/inside_paisley.jpg) top center no-repeat;
	color: #c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
		
img { behavior: url(iepngfix.htc);}/*PNG transparency fix for IE6*/
#container {
	width: 965px;
	color: #fc6;
	margin: auto;
	}
#header {
	display: block;
	margin-top: 50px;
	float: right;
	width: 505px;
	height: 110px;
	}
#header img {
	border: none;
	}
#left_nav {
	float: left;
	height: 520px;
	margin-left: 30px;
	margin-top: 225px;
}
.illustration {
	display: block;
	width: 175px;
	height: 150px;
	float: left;
}
.sketch {
	display: block;
	float: left;
	height: 150px;
	margin-left: -175px;
	margin-top: 195px;
	width: 175px;
}
#mid_nav {
	float: left;
	margin-top: 50px;
	height: 695px;
	width: 200px;
}
.about {
	display: block;
	float: left;
	height: 150px;
	width: 200px;
}
.fashion {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 25px;
}
.blackwhite {
	display: block;
	float: left;
	margin-top: 25px;
	width: 200px;
	height: 150px;
}
.contact {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
	margin-top: 25px;
	text-align: left;
}
.footer {
	display: block;
	float: left;
	width: 300px;
	height: 150px;
	margin-top: 25px;
	text-align: center;
}
.copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fc6;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.copyright a, a:visited {
	color: #900;
	text-decoration: underline;
}
.copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
#content {
	float: left;
	margin-left: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 506px;
	color: #fc6;
	background: #900;
	border-right: #669 3px solid;
	border-bottom: #669 3px solid;
	border-top: #669 1px solid;
	border-left: #669 1px solid;
	}
	
/*photo gallery*/
#gallery {
width: 100%;
padding-left: -10px;
}
.photo img {
padding: 6px;
border: none;
}

.figure {
float: left;
width: 110px;
height: 110px;
margin: 0 6px 10px 6px;
}

#gallery a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fc6;
	font-size: 14px;
	text-decoration: underline;
	}

#contactform {
	width: 500px;
	padding: 15px 10px 15px 10px;
}
#contactform .label {
	float: left;
	width: 200px;
	background: #99c;
	padding: 2px 0px 3px 5px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
}
#contactform .field {
	width: 250px;
}
#contactform .message {
	width: 250px;
}
#contactform .submit {
	margin-left: 245px;
}	
