/* CSS Document */
body {
	margin:0px;
}

.two  {
	background:url(images/rightbar.jpg) no-repeat;
}

.one {
	background:url(images/leftbar.jpg) no-repeat;
}

p { 
	font-family: Batang;
	font-size:16px;
}

.one p {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	text-align:center;

}

h1 {
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
	font-size:18px;
	text-align:center;
	text-shadow:#000 0px 1px 1px;
}

ul { 
	line-height:12px;
	list-style-type:square;
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
}

.footer { 
	background:url(images/footer.jpg);
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
}

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

a:visited {
	color:#000000;
}

a:hover {
	color:#0000FF;
}

a:active {
	color:#0000FF;
}
 
 
.one li {
	margin-left:-15px;
	list-style:square;
	color:#F90;
	line-height:15px;
}
 
.one a:link {
	color:#C00;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.one a:visited {
	color:#C00;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.one a:hover {
	color:#000000;
	text-shadow:#000 0px 1px 1px;
}

marquee {
	color:#FF0000;
	font-size:24px;
	font-weight:bold;
}

.leftbar {
	margin:auto;
	width:150px;
	margin-top:20px;
}

.rightbar {
	width:610px;
	margin:auto;
	margin-top:20px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.sitemap li {
	font-size:14px;
	list-style:none;
	line-height:25px;
}
