@charset "utf-8";

body{
	margin: 0;
	padding: 0;
	background-image: url(../images/NormalPage/Background.gif);
	background-repeat: repeat-y;
	background-color: #DADADA;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 240px;
}
#header{

}

#mainContent{
	padding-left: 13px;
}

#footer{
}

#mainContent  .sectionTitle {
	margin-top: 32px;
	margin-bottom: 0px;
	margin-left:-13px;
}
#mainContent .sectionTitle_lessTopMargin {
	margin-top: 16px;
	margin-bottom: 8px;
	margin-left:-13px;
}
