@charset "utf-8";
body {
	background-image: url(images/demin_grad.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	background-attachment: fixed;
	background-position: bottom;
}
h1 {
	font-family: "Modern No. 20", Modern, "Times New Roman";
	font-size: 15pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/she_jeans_back.jpg);
	height: 600px;
	margin-top: 20px;
	position: relative;
	top: 0px;
}
#header {
	float: left;
	width: 955px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
#Nav {
	float: left;
	width: 200px;
	height: 475px;
}
#content {
	position: relative;
	top: 10px;
	overflow: auto;
	width: 700px;
	float: left;
	left: 35px;
	height: 450px;
}
.flash_but {
	margin-bottom: 10px;
}
.img {
	white-space: normal;
	float: left;
	text-align: left;
	margin: 10px;
	border: 1px solid #663300;
}
.imgrt {
	white-space: normal;
	float: right;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #663300;
}
.imgmid {
	white-space: normal;
	text-align: center;
	margin: 10px;
	clear: both;
	border: 1px solid #663333;
	float: left;
}


.body_text {
	font-family: "Modern No. 20", Modern, "Times New Roman";
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
}
.table {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #663333;
}
#flashcontent {
	position: relative;
	width: 650px;
	float: left;
	height: 475px;
	left: 40px;
}

