* {
	margin: 0px;
	padding: 0px;
}
/*Default Link Styles*/
a {
	color: #827593;
	text-decoration: none;
	outline: 0;
}
a:hover{
	color: #aa99c0;
	text-decoration: none;
}
/*Default Link Styles End*/

/*Text Link Style*/
.text_link {
	color: #9586aa;
	text-decoration: underline;
	outline: 0;
}
.text_link:hover{
	color: #bba8d3;
	text-decoration: underline;
}
/*Text Link Style End*/
.text_title {
	font-size: 16px;	
	margin-bottom: 0px;
}
img{
	border: 0px;
	margin: 0px;
}
/*Index Page*/
body {
	color: #9586aa;
	background-image: url(../images/design_bg_pattern.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}
#container {
	width: 800px;
	margin-left: 80px;
}
#banner {
	background-image: url(../images/design_banner.png);
	background-repeat: no-repeat;
	height: 142px;
	width: 818px;
}
#upper_nav {
	z-index:2;
	position:relative;
	top:-40px;
	left:10px;
	width:500px;
	background:none;
}
#content {
	background-image: url(../images/design_content.png);
	background-repeat: repeat-y;
	width: 818px;
	padding-left: 45px;
	padding-top: 30px;
	position:relative;
	top:-35px;
	clear:both;
}
#polaroid_home_page {
	background-image:url(../images/polaroids_index.png);
	height: 702px;
	width: 786px;
	margin-left: -30px;
	z-index:99;
}
#text_section_home_page {
	width: 400px;
	font-size:14px;
	margin-left: 60px;
	z-index:99;
}
.footer {
	height: 54px;
	width: 818px;
	background-image: url(../images/design_footer.png);
	background-repeat: no-repeat;
	position:relative;
	top:-35px;
}
/*Index Page Ends*/

/*"Artwork" Page*/
#artwork_section {
	width: 650px;
	font-size:14px;
	text-align: center;
	margin-top: 60px;
	margin-left: 47px;
}
#artwork_section li {
	float: left;
	list-style-type: none;
	margin-left: 1px;
}
/*"Artwork" Page End*/

/*Thumbnail gallery Pages*/
#thumbnail_sections {
	width: 750px;
	font-size:14px;
	text-align: center;
	float:left;
	margin-top: 30px;
	margin-left: 30px;
}
#thumbnail_sections li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 200px;
}
/*Thumbnail gallery Pages End*/

/*Text Pages*/
#page_title {
	margin-left: -30px;
	margin-bottom: 20px;
}
#text_sections {
	width: 670px;
	font-size:14px;
	float:left;
	/*margin-top: 30px;*/
	margin-left: 30px;
}
p {
	margin-bottom: 15px;
}

/*Text Pages Ends*/

