/* imports */

@import url(header.css);
@import url(footer.css);
@import url(nav.css);
@import url(content.css);
@import url(links.css);

body,form,p														{
																		margin: 0px;
																		padding: 0px;
																		background:#feedfe;
}

div,td,select														{
																		font-family: verdana, sans-serif;
																		font-size: 11px;
																		line-height: 15px;
																		color: #4E4E4E;
}

img, table														{
																		border: 0px;
}

#mainContainer													{
																		width: 950px;
																		/*border-right: 1px solid #F9CDE8;*/
																		margin:0 auto;
}

#content															{
																		padding: 0px 20px;
																		width: 710px;
																		float: left;
																		min-height: 400px;
}

.rowSpacer5														{
																		clear: both;
																		height: 5px;
}

.rowSpacer10													{
																		clear: both;
																		height: 10px;
}

.rowSpacer15													{
																		clear: both;
																		height: 15px;
}

.rowSpacer20													{
																		clear: both;
																		height: 20px;
}

.rowSpacer25													{
																		clear: both;
																		height: 25px;
}

.rowSpacer30													{
																		clear: both;
																		height: 30px;
}