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

/* Top IDs */
#topRequest {
	margin-left: 38px;
	margin-right: 38px;
}

/* Main Content IDs */
#mainRequest {
	width:660px;
	margin-left: 38px;
	margin-right: 38px;
} 
#mainRequest h1, #mainIndex p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 38px;
}
#mainRequest h1 {
	line-height:.5em;
}

/* Sidebar1 IDs */
#sidebarRequest {
	float: right; 
	width: 310px; /* 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 */
}
#sidebarRequest h1, #sidebarIndex p {
	margin-left: 19px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 19px;
}

/* Top IDs */
#bottomRequest {
	margin-left: 38px;
	margin-right: 38px;
	margin-bottom:19px;
}

