@charset "utf-8";
/* CSS Document */

body {
	background-color: #481c5b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	margin-top: 0px;
	}
	
#page-wrap {
	background-color: #d7dfea;
	width: 975px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	}

#header-home {
	height: 425px;
	width: 975px;
	background-image: url(graphics/bnnr-home3.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#header-inner {
	height: 275px;
	width: 975px;
	}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 10px;
	width: 975px;
	height: 25px;
}

#main_content {
	width: 950px;
	height: 575px;
	margin: 0 auto;
	background-image: url(graphics/content-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#rtcolumn {
	width: 570px;
	float: right;
	margin-right: 20px;
	}
	
#ltcolumn {
	float: left;
	width: 270px;
	height: 520px;
	margin-left: 20px;
	padding: 20px;
	border: 2px solid;
	border-color: #f05e73;
	background-color: #2b153c;
		}
	
#about {
	padding-left: 280px;
	padding-right: 40px;
     }
.leftblocktext {
	color: #FFF;
	}
	 
ul {
	list-style-image: url(graphics/dot2.jpg);
	padding-left: 15px;
	line-height: 28px;
	margin-bottom: 25px;
	}
	
li {
	border-bottom: dotted 1px;
	border-bottom-color: #b7c106;
	}
	 
.tag {
	text-align: right;
	padding-right: 100px;
	font-weight: bold;
	color: #4c2886;
	}
	
.clickon {
	text-align: right;
	font-size: 80%;
	color: #fff;
	}

a:link {
  color: #ecf4fe;
  text-decoration: none;
}

a:visited {
  color: #f0dffc;
  text-decoration: none;
}

a:hover {
	color: #fd47bf;
	text-decoration: underline;
	}
	
.bodylinks a:link {
	color: #341565;
	}
.bodylinks a:visited {
	color: #341565;
	}
.bodylinks a:hover {
	color: #000;
	text-decoration: underline;}

	
#footer {
	width: 975px;
	height: 30px;
	margin: 30px auto 10px auto;
	clear: both;
	color: #341565;
	}
#footer-copyright {
	padding: 0px 0 20px 30px;
	width: 40%;
	float: left;
	font-size: 90%;
	}	
#footer-credits {
	padding: 0px 30px 20px 0px;
	width: 40%;
	float: right;
	text-align: right;
	font-size: 90%;
	}
