/* CSS Layout Document */

body {
	background-color: #000000;
	}
	
/* centred page container */

#index_wrap {
	width: 900px;
	margin: 0 auto;
	height: 580px;
	position: relative;
}
#browse_wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#news_wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#about_wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#contact_wrap {
	width: 900px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#info_wrap {
	width: 900px;
	margin: 0 auto;
	height: 700px;
	position: relative;
}

#artwork_wrap_top {
	width: 425px;
	height: 545px;
	position: relative;
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0px;
	z-index: 5;
}
#artwork_wrap_bot {
	width: 425px;
	height: 150px;
	position: relative;
	float:left;
	clear: both;
	background-image: url(../images/grey%20grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	z-index: 1;
}


/* navigation */

#navtable {
	background-image: url(../images/grey%20grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 6px;
	margin-left: 6px;
	height: 92px;
	clear: both;
}
	
/* Content */

#index_content {
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	height: 540px;
	padding-top: 35px;
}
#browse_content {
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	height: 600px;
	clear: both;
}
#contact_content {
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	height: 590px;
}
#about_content {
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	height: 775px;
}
#news_content {
	background-image: url(../images/red_grad2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	height: 1000px;
}

/* browse our art */

#sidebar {
	height: 350px;
	width: 300px;
	padding-top: 60px;
	padding-left: 45px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
#browseart {
	width: 500px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}
#browseart img {
	border: 1px solid #999999;
}

/* about us */

#about_side {
	height: 425px;
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#about_main {
	height: 100%;
	width: 630px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	clear: right;
}
#currentrel td {
	border: 1px solid #333333;
}
#newrelease td {
	border: 1px solid #333333;
}
#newrel td {
	border: 1px solid #333333;
}
#pics td {
	border: 1px solid #333333;
}
.style1 {
	color: #FF0000;
	font-size: 10px;
}
/* winter collection */
#sidebar_winter {
	height: 250px;
	width: 425px;
	padding-top: 25px;
	padding-left: 50px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
}
#picswitch {
	height:250px;
	width:375px;
	padding-top: 25px;
	padding-left: 5px;
	float: left;
}
#sidebar_winter td {
	border: 1px solid #660000;
}
#collection_title {
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 25px;
}
#nextpage img {
	margin: 0px;
	padding: 0px;
}
