body {
	margin-top: 10px;
	background-color: #eeeeee;
	}
body.home {
	
	background-color: #eeeeee;
	
	}
	

#container {
	width: 976px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #FFFFFF solid;
	}

/* header area start */

#header {
	width: 976px;
	height: 360px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

#header_02 {
	width: 976px;
	height: 175px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}

#header_main {
	width: 698px;
	float: left;
	border-right: 1px solid #FFFFFF;
	}

#header_right_01 {
	width: 277px;
	float: right;
	border-bottom: 1px solid #FFFFFF;
	}

#header_right_02 {
	width: 277px;
	float: right;
	border-bottom: 1px solid #FFFFFF;
	}

#header_right_03 {
	width: 277px;
	float: right;
	}

/* main area start */

#main {
	width: 976px;
	background-color: #FFFFFF;
	/* background: url(images/bg_main.gif); */
	background-repeat: repeat-x;
	}

#left {
	width: 238px;
	text-align: center;
	vertical-align: top;
	padding-top: 24px;
	padding-bottom: 24px;
	}

#left_02 {
	width: 238px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 24px;
	padding-bottom: 24px;
	}

#content_area {
	width: 460px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	background-color:#f6f6f6;
	}
	
#content_area_inner {
	width: 460px;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 24px;
	text-align: left;
}

#content_area_head {
	width: 460px;
	height: 175px;
	padding-left: 4px;
	padding-right: 8px;
	margin-right: -8px;
	padding-top: 0px;
	text-align: left;
	vertical-align: middle;
	background-color:#dedede;
	border-bottom: 1px solid white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 24px;
	color: #ffffff;
}

#right {
	width: 268px;
	vertical-align: bottom;
	padding-left: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
	}

#right_02 {
	width: 268px;
	text-align: center;
	vertical-align: top;
	padding-left: 1px;
	padding-top: 200px;
	padding-bottom: 24px;
	}

/* heading styles */

h1 {
	color: #e5003b;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #e5003b;
	font-size: 16px;
	background-color:#dedede;
	font-weight: 400;
	margin-top:0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom:0px;
	border-bottom: 1px solid white;
	margin-left: -4px;
	margin-right: -8px;
	}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-left: -4px;
	margin-right: -8px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #E5003B;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid white;
	background-color:#e5e5e5;
	}

/* text & link syles */

p, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

 a:link, a:visited, a:active
	{
	color: #333333;
	text-decoration: underline;
	}
a:hover, a:visited:hover
	{
	color: #e5003b;
	text-decoration: underline;
	}
	
 a.h2, a.h2:visited, a.h2:active, a.h2:hover, a.h2:visited:hover
	{
	font-family: Arial;
	font-size: 16px;
	color: #e5003b;
	text-decoration: none;
	}
	
 a.h3, a.h3:visited, a.h3:active, a.h3:hover, a.h3:visited:hover
	{
	font-family: Arial;
	font-size: 14px;
	color: #e5003b;
	text-decoration: none;
	}

.homelinks {
	font-family: Arial;
	font-size: 11px;
	color: #efeeee;
}

 a.hl, a.hl:visited, a.hl:active, a.hl:hover, a.hl:visited:hover
	{
	color: #efeeee;
	text-decoration: none;
	}


/* cerami information */

.phead {
	font-family: Arial;
	font-size: 12.5px;
}

.info
	{
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #E5003B;
	}
.info a:link, .info a:visited, .info a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #E5003B;
	text-decoration: none;
	}
.info a:hover, .info a:visited:hover
	{
	font-family: Arial;
	font-size: 11px;
	color: #E5003B;
	text-decoration: underline;
	}

/* other */

.img {
	border: 1px #CCCCCC solid;
	}

