/*/*/
body{
	background-image: url(back_01.gif);
	background-color: rgb(48,48,48);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}

#side{
	padding:5px;
	padding-bottom: 100px;
}

#wrap {
	width: 963px;
	background-image: url(back_02.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}

.plink {
	display: none;
}

#text{
	background-image: url(back_03.gif);
	background-color: rgb(50,50,50);
	background-repeat: repeat-y;
	height: 100%;
}

#menu{
	font-size: 12px;
	padding-top: 84px;
	padding-bottom: 50px;
	color: white;
	display: block;
	text-align: right;
	font-family: Georgia;
	font-weight: bold;
	text-transform: uppercase;
	width: 80%;
}

#menu a{
	color: white;
	padding-right: 10px;
	text-decoration: none;
}

#menu a:hover{
	color: black;
}

#copyright{
	display: block;
	width: 95%;
	color: white;
	font-family: verdana;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 5px;
}

h1 { 
	font-size: 24px;
	color: rgb(0,0,0);
	font-style: normal;
	font-weight: bold;
}

h2 {
	color: rgb(0,0,0);
	font-weight: bold;
}

h3 {
	color: rgb(0,0,0);
	font-weight: bold;
}

#text a{
	color: #634a49;
}

#text a:hover { color: rgb(0,0,0);}

#text acronym{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #634a49;
}


#text hr {
	color: #D0C8B8;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#news a{
	color:#634a49;
	padding-bottom: 5px;
}

/**/