html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Raleway', sans-serif !important;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0 0 8px;			   
}
h1 {
    font-size: 1.4em;
    color: red;
    text-align: center;
}
h2 {
    font-size: 1.2em;
    color: maroon;
    text-align: center;
}
p{
	margin:0;
}
ul {
	margin:0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
	display: inline-block;
}
ul li {
    float: left;
}
body a {
	text-decoration:none;
}

.design_box {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.container {
    margin: 0 0 0 0;
    text-align: center;
}

.staging {
    clear:both;
    margin:0 auto 0 auto;
    width: 95%; 
    text-align: center;
}

.begin_grid {
    margin:0 auto 0 auto;
    width:90%;
    text-align:center;
}

.box {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    width: 270px;
    margin: 1%;
}

select {
    width: 230px;
    font-size: 1.3em;
}

option {
    width: 230px;
    font-size: 1.1em;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
}

button {
    width: 220px;
    font-size: 1.2em;
}
