/*body a:link, body a:visited, body a:active {
	text-decoration: none;
	font-weight: bold;
	color : #717171;
}
body a:hover {
	text-decoration: underline;
	color : #F29733;
}*/

#image {
	width: 100px;
}
.selected {
	/*background-color: #F29733;*/
}
#menu,#header,#footer {
	/*background-color: #EAEAEA;*/
}
#menu,#header {
	/*border-bottom: 1px solid #EAEAEA;*/
	letter-spacing: 2px;
	text-transform: capitalize;
	text-align:center;
}
#selector td {
	font-weight: bold;
	width: 30%;
	padding: 2px;
}
#menu,#header,#title {
	padding: 2px;
}
#header {
	font-size: 19px;
	font-weight: bold;
}
#title, #footer {
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
}
#title {
	font-weight: bold;
	color: #F29733;
	font-size: 13px;
}
#footer {
	padding: 10px;
	font-size: 10px;
}