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

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

/* GLOBAL RESET */
html,p,div,img,h1,h2,h3,h4,li,ul,form,table,td,tr {
    margin:0; 
    padding:0; 
    border:0; 
    border-collapse:separate; 
    border-spacing:0;
}

body {
	background-color: #f4f4f4;
	margin: 0 auto;
	padding: 0;
	border:0; 
    border-collapse:separate; 
    border-spacing:0;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 100%;
}

#logoSection {
	width: 950px;
	height: 42px;
	background-color: #221d1a;
}

#underlineTop {
	width: 950px;
	height: 30px;
	background-image: url(../images/under-line-top.jpg);
	background-repeat: repeat-x;
}

#mainImage {
	width: 950px;
	height: 296px;
	background-color: #e14612;
}

#mainLeftSection {
	width: 501px;
	height: 296px;
	float: left;
}

#imageContent {
	width: 501px;
	height: 135px;
}

.imageTextTop {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:18px;
	color: #fff;
	margin: 15px 10px 15px 10px;
}

#mainLeftBottom {
	width: 251px;
	height: 160px;
	float: left;
}

#mainRightBottom {
	width: 249px;
	height: 129px;
	float: right;
}

.leftList {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color: #fff;
	padding: 8px 10px 15px 10px;
	margin: 0;
}

#mainRightSection {
	width: 449px;
	height: 296px;
	float: right;
	background-image: url(../images/group-main.png);
	background-repeat: no-repeat;
}

#underlineBottom {
	width: 950px;
	height: 20px;
	background-image: url(../images/under-line-bottom.jpg);
	background-repeat: repeat-x;
}

#mainContent {
	width: 950px;
	height: 100%;
}

.mainContentText {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color: #221d1a;
	padding: 8px 10px 15px 10px;
	margin: 0;
}

.mainContentText a:link {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	color: #e14612;
}

#footer {
	width: 950px;
	height: 42px;
	background-color: #221d1a;
}

.footerText {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:12px;
	color: #fff;
	padding: 13px 5px 5px 10px;
}