@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 16px; */
	color: #333333;
	margin:0;
	padding: 0;
	background: #FFFFFF url('bgbg.jpg') top left repeat-x;
	text-align: center;
}

body.fck {
	background-image: none;
	text-align: left;
}

h1, h2, h3 {
	font-weight: bold;
	color: #3584C9;
}

h1 {
	font-size: 0.825em; /* 14px */;
}

h2, h3 {
	font-size: 0.75em; /* 12px; */
}

a:link, a:visited {
	color: #3484C9;
}

a:hover, a:focus {
	color: #CCCDCF;
}

#header, #wrapper, #footer {
	width: 816px;
	margin: 0px auto;
	border: none;
	text-align: left;
	background-color: #FFFFFF;
}

#wrapper {
	background: #FFFFFF url('bg.jpg') top left repeat-y;
}

td#menu {
	width: 220px;
	padding-left: 30px;
	vertical-align: top;
	font-size: 0.75em; /* 12px; */
}

td#menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

td#menu li {
	width: 100%;
	margin: 0;
	padding: 1em 0 0 0;
	background: transparent url('line.jpg') bottom left no-repeat;
}

td#menu a:link, td#menu a:visited {
	color: #626262;
	text-decoration: none;
}
 
#content {
	vertical-align: top;
	font-size: 0.75em; /* 12px */
}

#content h1 {
	font-size: 1.33em /* 16px relative to 12px */
}

#content h2 {
	font-size: 1.17em /* 14px relative to 12px */
}

#footer {
	height: 63px;
	background: #FFFFFF url('bottom.jpg') top left no-repeat;
}

#footer ul {
	margin:0;
	padding: 0;
	text-align: right;
	font-size: 0.625em; /* 10px */
	list-style-type: none;
}

#footer li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #A1C5E7;
	margin:0 0 0 -4px;
}

#footer li.last-item {
	border-right: none;
}

#footer a:link, #footer a:visited {
	letter-spacing: -1px;
	color: #797979;
	text-decoration: none;	
}