body {
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	}

.swirl {
	background-image:url(../images/swirl.png);
	background-position:20px bottom;
	background-repeat: no-repeat;
	}

h2, h3, .blue {
	color:#006699;
	display:block;
	margin-bottom:4px;
	margin-top:8px;
	line-height:17px;
}
.lightblue { color:#0099CC; }


.logo {
	display:block;
	position:absolute;
	top: 347px;
	margin-left: 100px;
	}

.linkto {
	display:block;
	float:right;
	margin: 50px 0 0 20px;
	font-size: 10px;
	letter-spacing: -1px;
	text-align: center;
	}
	.linkto a:link {
	color:#999999;
	text-decoration:none;
	}
	.linkto a:visited {
	color:#999999;
	text-decoration:none;
	}
	.linkto a:hover {
	color:#006699;
	text-decoration:none;
	}
	.linkto a:focus {
	color:#006699;
	text-decoration:none;
	}

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	}
#L-content {
	padding: 5px;
	clear: left;
	float: left;
	width: 390px;
	min-height:350px;
	background-image: url(../images/textart.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 535px;
	}
#R-content {
	float: right;
	width: 525px;
	line-height: 22px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666666;
	}
	
#footer {
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../images/border.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-top: 15px;
	padding-right:0;
	padding-bottom: 15px;
	padding-left:0;
	}
	
.img {
	display:block;
	float:left;
	margin-right:5px;
}

.small {
	color:#006699;
	display:block;
	font-size:9px;
	margin-top:20px;
}

#left {
	width:300px;
	float:left;
}

#right {
	width:380px;
	float:right;
	text-align:right;
	margin-right:5px;
}

#fix {
	clear:both;
	
}

ol > li {
margin-left: 0px;
}

ul > li {
margin-left: 2px;
}

a, a:link {
color: #CC0000;
}

a:visited {
color: #990000;
text-decoration: none;
}