#titlebar{
	width: 800px;	
	float: left;
}

	#titlebar h1.contactme{
		width: 250px;
		height: 41px;
		background-image: url(/public/img/contact_me.gif);
		margin-left: 275px;
		margin-right: 275px;
	}
	
#sendconfirm{
		width: 800px;
		float: left;
		font-weight: bold;
		text-align: center;
}

#leftcolumn {
	margin-bottom: 50px;
	padding-left: 60px;
	width: 250px;
	float: left;
	padding-top: 20px;
}
	
#rightcolumn {
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	width: 400px;
	float: left;	
}

	#contacttext {
		float: left;
		margin-left: 0px;
	}
	
	#mailform {
		margin-top: 20px;
		float: left;
	}

		label {
		    padding-left: 5px;
			background-color: #E5D1F6;
			width: 201px;
			float: left;
			margin-bottom: 0px;
		}
			
		input {
			width: 250px;
			border-style: solid;
			border-width: 1px;
            border-color: #cccccc;
			float: left;	
		}
		
		#mailform p {
		    margin-top: 0px;
			width: 400px;
			float: left;
			margin-bottom: 10px;
		}
			
		textarea {
		    margin: 0px;
			width: 390px;
			height: 150px;
			border-style: solid;
			border-width: 1px;
            border-color: #cccccc;
			float: left;
		}
		
		#mailform input.submitbutton {
			float:left;
            width: 100px;
            padding-left: 0px;
            padding-right: 0px;
			margin-top: 20px;
			margin-left: 0px;
			border-style: solid;
			border-width: 1px;
			background-color: #E5D1F6;
		}
