@charset "utf-8";
.input {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	text-align: left;
}
.header {
	margin-left: 50px;
	margin-right: 50px;
}
.cart {
	margin-bottom: 150px;
}
.form_extender{
    margin-right: 10px;
	
}
.centered{
	text-align: center;
}
#centered_header {
    text-align: center;
    background-color: #2999CB;
}
#non_centered_header {
    background-color: #2999CB;
    position: relative;
}
#non_centered_header_text_1 {
	margin-left: 100px;
}
#non_centered_header_text_2 {
    left: 100px;
    position: relative;
}
#non_centered_header_text_3 {
    left: 200px;
    position: relative;
}
#body_centered1 {
    display: inline-block;
    text-align: center;
}
#body_centered2 {
    display: inline-block;
    text-align: center;
	margin-left: 70px;
	margin-right: 70px;
}
#body_centered3 {
    display: inline-block;
    text-align: center;
}
#pic_body_color {
    background-color: #2999CB;
    top: 105px;
    position: relative;
    text-align: center;
}
a:link {
    text-decoration: none;
    color: #0C10AC;
}
a:visited {
    color: #0C10AC;
}
