* {
/*	margin: 0; */
/*	padding: 0; */
	box-sizing: border-box;
}

body {
	margin: 0px;
	line-height: 1.5;

}

#wrap {
/*	background: red; */
	position: absolute;


/*	max-width: 1200px; */
	width: 100%;
}

#header-wrap {
/*	background: lightgreen; */


/*	content: "";
	display: table;
	clear: both; */
}

/* Style the header */
#header {
/*	background: rgb(223, 191, 159); */
/*	background: lightblue; */
	width: 10%;
	height: 100px;
/*	display: table-cell; */
/*	position: absolute; */
	left: 0px;

}

/*
#logo {
	background: lightgreen;
	width: 20%;
	padding-left: 0px;
	margin: left;
}
*/

#title {
	background: rgb(223, 191, 159);
/*	max-width: 1200px; */

	width: 100%;
	height: auto;

	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 100px;

	text-align: auto;
	font-family: "Courier New";
	font-weight: bold;
	font-size: 2.5em;
}
/*
form.search input.textbox {
	background: #00f;
	float: right;
	width: 50px;
	margin-right: 150px;

}
*/

form.search {

	background: none;
	width: auto;
	border: none;
	float: right;
	margin-right: 25px;
	height: auto;
	padding-top: 0px;
}

form.search input.textbox {
	padding-left: 30px;
	width: 170px;
	background: #444;
	border: 1px;
	color: #ccc;
	font-size: 12px;
}


#content-wrap {
/*	background: yellow; */
	margin: auto;
	padding-left: 0px;
	max-width: 1200px;
}

/*
#title {
	float: left;
}


#title {
	color: #fff;
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
	width: 600px;
}
*/







/* Style the top navigation bar */
.topnav {
	overflow: hidden;
	background: #333;
}

/* Style the topnav links */
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

/* Create three unequal columns that floats next to each other */
.column {
	float: left;
	padding: 10px;
	word-wrap: break-word;
}

/* Left column */
.column.left {
	width: 65%;
	margin: 20px;
	background: rgb(230, 247, 255);
}

/* Right column */
.column.right {
	width: 30%;
	margin-top: 20px;
	background: rgb(230, 255, 247);
}

.inside-right-sidebar {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (min-width: 600px) {
	.column.left, .column.right {
	}
}



/*
body {
	background-color: #555555;
	font-family: sans-serif;
	font-size: 14px
}

.outer-wrapper {
	margin-left: 10px;
}

.header-wrapper {
	background-color: #00ff00;
	width: 100%;
	padding-top: 50 px;
	padding-right: 20 px;
	padding-bottom: 20 px;
	padding-right: 80 px
}

.content-wrapper {
	width: 100%
}

.main-wrapper {
	text-align: center;
	border: 20 px;
	width: 740 px;
	background-color: #ff0000;
	padding-top: 45 px;
	padding-right: 45 px;
	padding-bottom: 45 px;
	padding-left: 45 px
}

.right-sidebar-wrapper {
	width: 310px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sidebar .labels {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
*/
