* {
	margin:0;
	padding:0
}
html, body {
	background-image: url(../images/design_bg.png);
	background-repeat: repeat-x;
	background-color: #010101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8c7d78;
}


/*Default Link Style*/
a {
	color: #8c7d78;
	text-decoration: none;
	outline: 0;
}
a:hover{
	color: #ffe4da;
	text-decoration: none;
}
/*Default Link Style End*/


/*Text Link Style*/
.text_link {
	color: #8c7d78;
	text-decoration: underline;
	outline: 0;
}
.text_link:hover{
	color: #ffe4da;
	text-decoration: underline;
}
/*Text Link Style End*/


img{
	border:0px;
	margin:0px;
}
#container {
	margin-left: 80px;
}
#banner {
	background-image: url(../images/design_banner.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 828px;
}
#top_nav {
	background-image: url(../images/design_nav.png);
	background-repeat: no-repeat;
	height: 47px;
	width: 828px;
}
#top_nav li {
	float: left;
	list-style-type: none;
	margin-left: 30px;
	margin-top: 18px;
}
#content {
	background-image: url(../images/design_content.png);
	background-repeat: no-repeat;
	height: 448px;
	width: 828px;
	padding-left: 35px;
	padding-top: 30px;
}
#footer {
	width: 828px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	clear: both;
}


/*Gallery Page*/
#gallery_sections {
	width: 828px;
	font-size:12px;
	text-align: center;
	float:left;
	margin-top: 60px;
}
#gallery_sections li {
	float: left;
	list-style-type: none;
	margin-left: 1px;
}
/*Gallery Page End*/


/*Coyote Page*/
#content_coyote {
	background-image: url(../images/design_content.png);
	background-repeat: no-repeat;
	width: 828px;
	min-height: 448px;
	padding-left: 35px;
	padding-top: 30px;
}
#coyote_section {
	width: 750px;
	font-size:12px;
	text-align: center;
	float:left;
	margin-top: 30px;
}
#coyote_section li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
	height:200px;
}
/*Coyote Page Ends*/


/*Artist Page*/
.title {
	font-size: 14px;
	font-weight: bold;
}
#artist_content {
	background-image: url(../images/design_content.png);
	background-repeat: no-repeat;
	min-height: 448px;
	width: 828px;
	padding-left: 35px;
	padding-top: 30px;
}
.artist_text {
	width: 740px;
}
p {
	padding-top: 15px;
	margin-left: 10px;
}
.artist_pic1 {
	width: 151px;
	height: 250px;
	float: right;
	margin: 20px 0px 10px 10px;
}
.artist_pic2 {
	width: 110px;
	height: 150px;
	float: left;
	margin: 20px 10px 0px 10px;
}
.artist_pic3 {
	width: 225px;
	height: 300px;
	float: right;
	margin: 20px 0px 10px 10px;
}
/*Artist Page Ends*/