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

#container {
	width: 976px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	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: 449px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 24px;
	text-align: left;
	}

#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: 12px;
	padding-top: 24px;
	padding-bottom: 24px;
	}

/* heading styles */

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

h2 {
	color: #e5003b;
	font-size: 18px;
	font-weight: 400;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h3 {
	color: #E5003B;
	font-size: 14px;
	font-weight: bold;
	}

/* text & link syles */

 a:link, a:visited, a:active
	{
	font-family: Arial;
	
	color: #333333;
	text-decoration: underline;
	}
a:hover, a:visited:hover
	{
	font-family: Arial;
	font-size: 11px;
	color: #e5003b;
	text-decoration: underline;
	}
	
 a.ah, a.ah:visited, a.ah:active, a.ah:hover, a.ah:visited:hover
	{
	font-family: Arial;
	font-size: 18px;
	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 */

.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;
	}
