body {font-family: "Times New Roman", Times, serif; background-color: #967446; color: #FFFFFF; font-size: 14px; margin: 0px;}

#Container {
margin: 0 auto;
	width:950px;
	height: 700px;
	z-index:1;
	background: url(Images/main-back.gif);
	background-repeat: no-repeat;
}

#Container-Inside {
margin: 0 auto;
	width:950px;
	height: 700px;
	z-index:1;
	background: url(Images/main-back2.gif);
	background-repeat: no-repeat;
}

#Menu {
	position:relative;
	width:130px;
	height: auto;
	z-index:1;
	left: 122px;
	top: 197px;
}
#Main {
	position:relative;
	width:340px;
	height:400px;
	z-index:2;
	left: 290px;
	top: 0px;
	float: left;
	overflow: auto;


}

#Main-Inside {
	position:relative;
	width:520px;
	height:400px;
	z-index:2;
	left: 290px;
	top: 5px;
	overflow: auto;
	padding-right: 10px;


}
#Right {
	position: relative;
	width:auto;
	height:auto;
	z-index:3;
	float: right;
	right: 75px;
	top: 38px;

}

#RDS {clear: both; text-align:left; padding-top: 90px; padding-left: 100px;}

.rds-link:link {color: white; font-size: 10px;}
.rds-link:visited {color: white; font-size: 10px;}
.rds-link:active {color: white; font-size: 10px;}
.rds-link:hover {color: black; font-size: 10px;}

h1 {color: #FFFFFF; font-size: 18px; font-style: italic; margin-top: 0px;}

.menu-items {padding-bottom: 10px; _padding-bottom: 11px;}

.menu-link:link {color: #000000; text-decoration: none; font-weight: bold; font-style: italic;}
.menu-link:active{color: #000000; text-decoration: none; font-weight: bold; font-style: italic;}
.menu-link:visited {color: #000000; text-decoration: none; font-weight: bold; font-style: italic;}
.menu-link:hover {color: #FFFFFF; text-decoration: none; font-weight: bold; font-style: italic;}

