body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	margin: 0 0 0 0;
	min-width: 800px;
	color: #000;
	background-image: url(../images/tile.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom center;
}

#header {
	width: 100%;
}

#nav_bar {
	height: 54px;
	min-width: 912px;
	background-color: black;
	opacity: .5;
}

#nav_bar_left {
	float: left;
	min-width: 912px;
}

#nav_bar_right {
	float: right;
	text-align: right;
	height: 54px;
}

#nav_bar_right img {
	margin-top: 16px;
	margin-right: 20px;
}

.nav_link {
	display: inline;
	line-height: 54px;
}

.nav_link a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	font-size: 14px;
}

.nav_link a:hover {
	text-decoration: underline;
}

.selected {
	text-decoration: underline;	
}

#content {
	width: 1400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#content a {
	color: #333333;
}

#content a:hover {
	color: #666666;
	text-decoration: none;
}

#content_left {
	float: left;
	width: 500px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
}

.price1 {
	line-height: 25px;
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
	margin-left: 30px;
}

.price2 {
	font-size: 46px;
	line-height: 46px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-left: 135px;*/
	margin-left: 158px;
}

#content_left > div {
	padding-right: 20px;	
}

#content_right {
	float: left;
	width: 850px;
	margin-left: 50px;
}

#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: #cccccc;
	text-align: center;
}

/********** FANCY FORMS FORM STYLING **********/
.fancy_forms {
	margin-top: 15px;
}

.fancy_forms input[type=text] {
	border: 1px #666666 solid;
	height: 25px;
	width: 300px;
	color: #666666;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.fancy_forms textarea {
	border: 1px #666666 solid;
	height: 200px;
	width: 300px;
	color: #666666;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

@media (max-width: 1400px) {
#content {
	width: 1200px;
}

#content_right {
	width: 650px;
}
}

@media (max-width: 1281px) {
.nav_link a {
	margin-left: 10px;
	font-size: 12px;
}

#content {
	width: 1000px;	
}

#content_right {
	width: 450px;	
}
}

@media (max-width: 1130px) {
#nav_bar_right {
	display: none;
}
}

@media (max-width: 1025px) {
.nav_link a {
	font-size: 12px;	
}
}