body {
	background-color : #f9f3d8;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin : 0; 
	padding : 0; 
	text-align : center; 
	color : #000; 
	font-size : 13px; 
	font-family : tahoma; 
	font-weight : normal;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:12px;
}

.left {
	width : 167px;
	margin : 0; 
	padding : 0;
	text-align : left;
	background-image:url(images/bg_left02.gif); background-repeat:no-repeat;
	float:left;
}
.leftContent {
	font-weight:bold;
	width : 140px;
	margin-left:15px;
	margin-right:2px;
	margin-top:10px;
}

.leftContent a:link {
	color:#330000;
	text-decoration: none;
	}

.leftContent a:visited {
	color:#330000;
	text-decoration: none;
}

.leftContent a:hover {
	color:#330000;
	text-decoration:underline;
}

.leftContent a:active {
	color:#330000;
	text-decoration: none;
}

.main {
	width : 636px; 
	margin : 0; 
	padding : 0;
	text-align : left;
	background-image:url(images/bg_main.gif); background-repeat:no-repeat;
	float:left;
}
.mainContent {
	width : 608px;
	margin-left:27px;
	margin-top:7px;
}

.mainContent a:link {
	color:#330000;
	text-decoration: none;
	}

.mainContent a:visited {
	color:#330000;
	text-decoration: none;
}

.mainContent a:hover {
	color:#330000;
	text-decoration:underline;
}

.mainContent a:active {
	color:#330000;
	text-decoration: none;
}
.footer {
	float:left;
	width : 603px;
	font-size:12px;
	text-align:center;
	padding-bottom:25px;
	padding-top:25px;
	color: #330000;
}
.footer a:link {
	color:#330000;
	text-decoration: none;
	}

.footer a:visited {
	color:#330000;
	text-decoration: none;
}

.footer a:hover {
	color:#330000;
	text-decoration: underline;
}

.footer a:active {
	color:#330000;
	text-decoration: none;
}
