/* MAIN CONTAINERS */
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#986627;
	margin: 10px 0;
	padding: 0;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	text-align: center;
}
#center_container {
	margin: 0 auto;
	width: 791px;
	text-align: left;
}
#main_container{
	width: 751px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	border-top: 0;
	padding: 20px;
	float: left;
}
#content_container{
	background-image:url(/images/bg_logo.jpg);
	background-repeat:repeat-y;
	width: 751px;
	float:left;
}
/* HEADER */
#header_container {
	width: 751px;
	float: left;
}
#logo_container{
	float: left;
	background-image:url(/images/latinis_logo.jpg);
	background-repeat:no-repeat;
	width: 596px;
	height: 88px;
}
#contact_container{
	float: left;
	width: 155px;
}
.contact_icon {
	height: 22px;
	background-repeat:no-repeat;
	text-indent: 30px;
	margin-bottom: 4px;
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	color: #ed1d24;
}
#contact_container a{
	color: #ed1d24;
	text-decoration: none;
}
#contact_container a:hover {
	text-decoration: underline;
}
/* NAVIGATION BAR */
#navigation {
	float: left;
	width: 751px;
	margin-top: 15px;
}
#navigation a{
	display: block;
	float: left;
	width: 95px;
	height: 23px;
	background-image: url(/images/nav_button_up.gif);
	color: #fff;
	padding-left: 21px;
	padding-top: 2px;
	margin-right: 3px;
	font-size: 12px;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(/images/nav_button_down.gif);
}
.nav_seperator {
	float: left;
	background-image:url(/images/nav_seperator2.gif);
	background-repeat:no-repeat;
	background-position: center;
	width: 14px;
	height: 17px;
}
/* COMMON ELEMENTS */
h1{
	color: #ed1d24;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 10px;
}
h2{
	color: #ed1d24;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 10px;
}
a {
	text-decoration: none;
	color: #ed1d24;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 18px;
}
table {
	font-size: 14px;
}
/* FOOTER */
#footer_container{
	float: left;
	width: 793px;
	font-size: 11px;
	color:#FFFFFF;
}
#copyright_left{
	float: left;
	width: 440px;
	padding: 10px;
}
#copyright_right{
	float: left;
	width: 313px;
	text-align: right;
	padding: 10px;
}
.menu_price {
	font-size: 14px;
	text-align: center;
	background-color: #ffff99;
	color: #ff0000;
	padding: 3px;
	border: 1px solid #000;
	font-weight: bold;
}
label {
	float: left;
	display: block;
	width: 120px;
	text-align: right;
}
input, textarea {
	margin-left: 10px;
	margin-bottom: 5px;
	width: 200px;
}
textarea {
	height: 90px;
}
.small_field {
	width: 100px;
}