@import url(kellys.css);

body {
	font-size: 70%; /* sets the stage for using ems */
	text-align: center;
	background: #fff url(Images/bg-body4.jpg) repeat-x;
}

#contactform
{
	margin-top:30px;
	margin-left:272px;
	


}

#contactform p
{
	font-size:1.3em;
        font-family: 'lucida grande',tahoma,sans-serif;


}

.form
{
	width:350px;
}
.formAdd
{
	rows:30;
        cols:1;
}
.formComm
{
       cols:1;
       rows:10;
       wrap:physical;	
}

#buttons{

 width:80%;

}

.formbutton
{
	width:56px;
	height:21px;

	margin:6px;

}

#sideBar {
	position: relative;
	float: left;
	margin: 15px 30px 0 0;
	width: 241px;
	background: #e7f4f4 url(Images/bg-sidebar.gif) center top repeat-y;
}
	
#sideBar #sideBarTop {
		display: block;
		margin-bottom: -10px;
		height: 10px;
		background: url(Images/bg-sidebar_top.gif) center top no-repeat;
}
	
#sideBar #sideBarBottom {
		display: block;
		margin-top: -10px;
		height: 10px;
		background: url(Images/bg-sidebar_bottom.gif) center top no-repeat;
}

#sideBar h2,
#sideBar p,
#sideBar li {
	margin: 15px;
	font-family: 'lucida grande',tahoma,sans-serif;
	}
#sideBar h2 {
	margin-bottom: -15px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	}
#sideBar p {
	font-size: 1.1em;
	line-height: 1.8em;
	color: #777;
	}
	#sideBar p.fineprint {
		font-size: 1.0em;
		line-height: 1.2em;
		color: #ccc;
		}

#sideBar h3{
	background: url(Images/Poster.jpg);
	height:503px;
	width:279px;
	border:2px solid gray;

	}

#sent
{
	padding-top:30px;
}

#sent p
{
	font-size:1.4em;
}