@charset "UTF-8";
/* CSS Document */
* {
	outline: none;
}
body {
	background-color: #FFFFFF;
	font-family: helvetica, arial;
	font-size: 11px;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: -100px 0px;
}
#container {
	width: 1050px;
}
#sidemenu {
	float: left;
	width: 149px;
}
#sidemenu ul {
	margin-left: 18px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidemenu  ul  li  {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
		margin-bottom: 16px;
}
#sidemenu ul li a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
		margin-bottom: 16px;
}
li.portfolio    a      {
	background-image: url(../images/portfolio.png);
	height: 14px;
	width: 64px;
	margin-left: 44px;
}
li.about    a {
	background-image: url(../images/about.png);
	height: 15px;
	width: 64px;
	margin-left: 44px;
}
li.contact    a{
	background-image: url(../images/contact.png);
	height: 13px;
	width: 64px;
	margin-left: 44px;
}
li.current     a{
	background-image: url(../images/current.png);
	height: 13px;
	width: 108px;
}
#sidemenu ul li a:hover {
	background-position: 0px 100%;
}
#portfolio {
	float: left;
	margin-left: 10px;
	width: 880px;
}
#thumbnails {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	margin-left: 18px;
	margin-top: 71px;
	display: block;
	width: 327px;
	height: 25px;
	background-image: url(../images/rachelallenheader.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin-bottom: 25px;
}
h2 {
	color: #dd0f00;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 1px;
}
label {
	font-weight: bolder;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #4D4D4D;
}
input {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	font-size: 12px;
	padding: 8px;
}
textarea {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	font-size: 12px;
	padding: 8px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	width: 400px;
	margin-left: 1px;
}
.checkform {
	display: none;
}
form {
	background-color: #EFEFEF;
	padding: 10px;
}
