html, body { margin: 0px; padding: 0px; }
body { background-color: #f2f2f2; font-family: Arial; font-size: 11px; color: #4d4d4d; line-height: 15px; }

/******* L A A T I K O T *******/

#master { width: 702px; margin-right: auto; margin-left: auto; }

#left_container { float: left; width: 160px; padding-left: 19px; padding-right: 30px; background-image: url(img/bg_color.gif); background-repeat: repeat-x; background-position: top; 
}
#right_container { float: left; width: 421px; padding-right: 70px; background-image: url(img/bg_color.gif); background-repeat: repeat-x; background-position: top; }
#title_container { padding-top: 26px; padding-bottom: 20px; }
#text_container { padding-top: 30px; }

/*.link a, .link a:visited {
	color: #c66720;
	text-decoration: none;
}

.link a:hover { text-decoration: underline; }*/

a, a:visited {
	color: #c66720;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_text {
	display: block;
	padding: 0px 10px 0px 10px;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #b7b7b7;
	background-color: #f2f2f2;
}

#copy {
	color: #808080;
	margin-top: 10px; 
	margin-bottom: 20px; 
	margin-left: 210px;
}

.menu_btn a, .menu_btn a:visited {
	color: #808080;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #b7b7b7;
	background-color: #f2f2f2;
}

.menu_btn a:hover { color: #c66720; text-decoration: none; }

.menu_selected a, .menu_selected a:visited, .menu_selected a:hover {
	font-weight: bold;
	color: #c66720;
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #b7b7b7;
	border-right: solid 1px #b7b7b7;
	background-color: #f2f2f2;
}