@charset "utf-8";
/* CSS Document */


/* Sidebar2 ID */
#sidebarEvents {
	float: right; 
	width: 400px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
}

/* Main Content 2 IDs */
#mainEvents {
	width:580px;
	margin-left: 38px;
	
} 
 h1 {
	margin-right: 38px;

}
p {
	margin-right: 38px;
}

#bottomEvents {
	margin-left:38px;
	margin-right:38px;
}
#desk {width:50%;
	float:right;
	margin-top:0px;
}
#form {
		width:300px;
		margin: 0 auto
}
.text2 {width:190px;
}

