/* CSS Document */
body {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-image:url(images/bg-light.gif);
}
#head {
	text-align: center;
	background-image:url(images/bg-dark.gif);
}
#body {
	text-align: center;
	background-image:url(images/bg-light.gif);
}
#content {
	background-position: center;
	background-repeat: repeat-y;
	background-image:url(images/content-bg.gif);
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	padding-top: 10px;
	padding-bottom: 30px;
}
#columns {
	width: 605px;
	position: relative;
	right: 15px;
	
	margin: 0;
	padding: 0px;
}
#columns tr {
	margin: 0;
	padding: 0;
	
	text-align: left;
}
#columns td {
	margin: 0;
	padding: 0;
	
	vertical-align: top;
}
#leftCol {
}
#divider {
	width: 1px;
	background-image:url(images/divider.gif);
}
#rightCol {
	width: 293px;
}
p {
	padding-left: 29px;
	padding-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
	
	font-weight: normal;
	padding-left: 29px;
	
	margin-bottom: 0;
}
li {
	line-height: 28px;
	list-style: none;
}
li img {
	position: relative;
	top: 4px;
	margin-right: 5px;
}
#rightCol li {
	list-style: none;
	line-height: 18px;
}
#rightCol ul {
	color: #888888;
	
	padding-left: 25px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}
#rightCol ul ul {
	padding-left: 30px;
}
#srqs {
	padding-left: 20px;
}
#sss {
	padding-top: 5px;
}
#ss1 {
	padding-left: 24px;
	margin-top: 2px;
}
#footer {
	background-image:url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	
	height: 50px;
}
#bottom {
	position: relative;
	left: 13px;
	width: 650px;
}
#copyright {
	text-align: left;
}
#dm {
	text-align: center;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}