




/************************************/

#row1{
    border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;

	width: 100%;

}



/************************************/

/* Main Navigation */
 #menu {
	margin-top:11px;
	padding:0px 30px 0px 0px;
	float:right;
	width:445px;
	height:30px;
	list-style-type:none;
	font-size:75%;
}
#menu ul {
	margin-top:10px;
	padding-right:4px;
	text-align:right;
}
#menu li{
	display:inline;
	padding:0px 2px;
}
#menu a, #menu a:visited {
	color:#D5C8C4; 
	text-decoration:none; 
}
#menu a:hover{
  color:#68B0CC; 
}

#menu span.active {
	color:#E1EBFF;
}



/************************************/

#col1{

	float: right;

	width: 45%;

	margin-left: 1%;

	padding: 1%;

	background-color: #EEEEEE;

	border-left: 1px solid #CCCCCC;

	border-bottom: 1px solid #CCCCCC;

}

/************************************/







/************************************/

#col2{

	float: center;

	width: 100%;

}

/************************************/


html {
	height:100%; 
	padding:0;
	margin:0; 
	border:0; 
	background:#000; 
	font-size:100%; 
	font-family:Arial, Helvetica, sans-serif;
}
body {
	height:100%; 
	padding:20px; margin:0;
	text-align:center;
}

#wrapper {
	width:750px;
	height:500px;
	background: #E1EBFF;
	margin: 30px auto;
	text-align:left;
}
#wrapper #logo {
	margin:0;
	padding:15px 0px 0px 30px;
	float:left;
}
#wrapper #toplnks {
	margin:0; padding:0px;
	float:right;
	font-size:70%;
}
#wrapper #toplnks ul {
	margin:15px 30px 0px 0px;	
}
#wrapper #toplnks ul li {
	display:inline;
	padding:0px 0px 0px 10px;
}
#wrapper #toplnks a, #wrapper #toplnks a:visited {
	color:#897567;
	text-decoration:none;
}
#wrapper #toplnks a:hover {
	color:#D5C8C4;
	text-decoration:underline;
}





