/* All */
body {
	padding-left: 10px;
	font-family: Arial;
}

/* Header */
#header {
	padding-left: 3px;
	padding-bottom: 2px;
}

/* Menu Style */
#menu {
	color: #000000;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 3px; 	
	word-spacing: 15px;
	background-color: #ffd064;
	height: 20px;
	max-width: 600px; 
}
#menu a {
	color: black;
}
#menu a.color {
	color: #FF6600;
	font-weight: bold;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}

/* Content */
#contbg {
	font-size: 16px;
	background-image: url("../files/logo2.gif");
	background-attachment: inherit;
   background-position: center;
   background-repeat: no-repeat;
   max-width: 600px;
   min-height: 465px;
}
#contbg a {
	color: black;
}
#contbg a:link {
	text-decoration: red;
}
#contbg a:visited {
	text-decoration: none;
}

/* Footer */
#footer {
	text-align: center;
	font-size: 9px;
	max-width: 600px;	
}
