
a:link     { color:blue; text-decoration:underline; }
a:visited  { color:blue; text-decoration:underline; }
a:hover    { color:blue; text-decoration:underline; }
a:active   { color:blue; text-decoration:underline; }

body {
	text-align: center;
	background-color: #F4E6BF;
 	font-size: 14px;
 	font-family: Veranda, sans-serif;
 	background: url(../../resources/images/bg.png) repeat; 
}

table {
	font-size: 14px;
 	font-family: Veranda, sans-serif;		
}

#header {
	width: 863px;
	height: 75px;
	margin: 0px auto 0px auto;
}

#header #logo {
	float: left;	
}

#header #nav {
	float: right;	
}

#menu {
	text-align: center;
	width: 863px;
	margin: 20px auto 0px auto;
}

#menu_bar {
	text-align: center;
	width: 863px;
	margin: 0px auto 0px auto;
	position: relative;
	bottom: 23px;
	z-index: 99;
}

#container {
	width: 863px;
	position: relative;
	bottom: 40px;
	margin: 0px auto 0px auto;
}

#container .top {
	width: 863px;
	height: 8px;
	margin: 0px auto 0px auto;	
	background: url(../../resources/images/bg-top.png) no-repeat; 		
}

#container .middle {
	width: 863px;
	margin: 0 auto;
	text-align: left;
	background: url(../../resources/images/bg-middle.png) repeat-y;
}

#container .bottom {
	width: 863px;
	height: 21px;
	margin: 0 auto;	
	text-align: left;
	background: url(../../resources/images/bg-bottom.png) no-repeat; 		
}

#footer {
	margin: -40px 0px 0px 0px;
}

.small {
	font-size: 12px;
}
	
