@charset "utf-8";
/* CSS Document */

body {
background: url(images/bg.jpg) top center no-repeat #493d2a;
margin:0;
font-family:Georgia, Helvetica, Arial, sans-serif;
font-size: .9em;
color: #eedabe;
} 

h1{
font-family:Georgia,Helvetica, Arial, sans-seri;
font-size:2.4em;
font-weight:bold;

}

h2{
font-family: Georgia, Helvetica, Arial, sans-serif;
font-size:1.8em;
font-weight:normal;
}


#header{
/*background: url(images/bagelstand_02.png) top ; */
width:1000px;
height:111px;
font-size:0px
}

#wrapper{
width:1000px;
margin:auto;
}

#navigation{
width: 1000px;
height: 42px;
background:url(images/bagelstand_04.png);
}

#head_img{
width: 719px;
height:375px;
display: inline;
position:relative;
clear:left;
float:left;
}
#head_right{
width: 281px;
height:375px;
display: inline;
position:relative;
clear:right;
float:right;
}
#main_wrap{
background: url(images/bagelstand_11.png) top center repeat-y;
margin:auto;
width:1000px;
overflow:auto;
clear:both;
}

#main_left{
width: 719px;
background: url(images/bagelstand_09.png) top repeat-y;
position:relative;
float:left;
}
#main_right{
width: 281px;
background: url(images/bagelstand_10.png) top repeat-y;
position:relative;
float:right;
}

.main_right_text{
padding: 0 60px 0 15px;
color: #FFFFFF;
}

.green {
color: #bb3312;

}

#main_text{
margin: -5px 25px 0px 85px;
}

#main_text h1 {
color: #ecdac8;
}
strong{
color: #d3a35e;
}


#footer{
background: url(images/bagelstand_13.png) top no-repeat;
margin:auto;
clear:both;
width: 1000px;
height: 137px;
}

#footer_inside{
background: url(images/footer_inside.png) top no-repeat;
width: 1000px;
height: 137px;
}

#footer_text{
padding: 25px 0px 0 85px;
font-size:1.1em;
float:left;
position:relative;
color: #fcb267;
margin:auto;
text-align:left;
width: 1000px;
line-height: 25px;
}

#footer a{
color:#af5800;
text-decoration:underline;
}

#footer a:hover{
color: #e17100;
}


a:link{
color: #ca640a;
}
a:hover{
color: #ca640a;
}
a:visited{
color: #ca640a;
}

/* BUTTONS*/

#navigation ul {
	margin:0px;
	list-style-type:none;
	padding: 0px 45px 0px 285px;
}
#navigation li {
	float:left;
	height: 20px;
	text-align:center;
	background-image: url(images/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 30px 0 25px;
}
#navigation li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;

}
#navigation li a:hover {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}

