/* CSS Document by Vibol Peou*/

body {
	background-color: #999999;
	background-image:url(images/fabric_background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 0;
	text-align:center;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #660033;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 100%;
	color: #660033;
	text-align: center;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-size: 90%;
	color: #660033;
	text-align: center;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
}

p {
	font:"Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	line-height: 170%;
	padding:0px;
	margin:0px;
	
}
	
ul {
	color: #000000;
	line-height: 120%;
	list-style: square;
}
	

	
#container {
	position:relative;
	text-align: center;
	left right: auto;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

#nav_line {
	position: absolute;
	background-image: url(images/nav_line.gif);
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	height: 3px;
}

#global_nav {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
	
}

#top_logo {
	position: relative;
	top: 20px;
	margin: 0;
	padding: 0;
}

#content_text {
	position: relative;
	top: 35px;
	padding: auto;
	margin: auto;
	width:485px;
	text-align: justify;
}


#footer {
	postion: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #CCCCCC;
	letter-spacing: 3px;
	z-index: 99;
}

#copy_right {
letter-spacing: 1px;
}

#copy_title {
color: #660033;
font-weight:bold;
}

