html{
    font-size: 1.2em;
}
body,html{
	  margin:0;
		padding:0;
		height:100%;
}
#body{
    padding-bottom: 30px;
}
#container{
		min-height:100%;
		position:relative;
}
.orange{
    color:#F3AC5B;
}
.blue{
    color: #0076FF;
}
#top-header{
    background: #ebebeb;
    border-bottom: 1px solid #ccc;
    color: #222;
    width:100%;
    height: 36px;
}
#footer{
    position:absolute;
		bottom:0;
		width:100%;
		height:30px;			/* Height of the footer */
    background: #ebebeb;
    border-top: 1px solid #ccc;
    font-familiy: georgia, times;
    text-align: center;
    color: #222;
    padding:10px 0;
    font-size: 0.8em;
    margin:10px 0 0 0;
}
a{
    color: #222;
}
.price{
    fnot-size: 2.5em;
    margin-bottom: 0.5em;
}
.large2{
    font-size: 1.5em;
}
.logo{
    margin-top: 0.5em;
}
h1{
    font-family: georgia, times, serif;
}
.center{
    text-align:center;
}
.serif{
    font-family: georgia, times, serif;
}
#user_login{
    text-align: right;
}