/* Start general body styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background:#fff;
	font: 12px Times New Roman, Times, serif;
	line-height: 1.5em;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#banner {
	padding-top: 40px;
	text-align: left;
}
/* End general body styles */


/* Start main nav styles */
#nav {
	font: 16px Times New Roman, Times, serif;
	padding-top: 15px;
	float: left;
}

#nav a{
	list-style-type: none;
	text-decoration: none;
	color: #999;
}

#nav a:visited {color: #999;}

#nav a:hover {color: #00e6e6;}

#sub_nav {
	font: 16px Times New Roman, Times, serif;
	padding-top: 15px;
	float: left;
}

#sub_nav a{
	list-style-type: none;
	text-decoration: none;
	color: #999;
}

#sub_nav a:visited {color: #999;}

#sub_nav a:hover {color: #000;}

/* End main nav styles */


/* Following styles make "you are here" color for main nav */
body#design a#designLink {color: #00e6e6;}
body#photo a#photoLink {color: #00e6e6;}
body#photo_art a#photoLink {color: #00e6e6;}
body#photo_lifestyle a#photoLink {color: #00e6e6;}
body#about a#aboutLink {color: #00e6e6;}
/* End main nav styles */

/* Following styles make "you are here" color for sub nav */
body#photo_art a#photo_artLink {color: #00e6e6;}
body#photo_lifestyle a#lifestyleLink {color: #00e6e6;}
/* End sub nav styles */


/* Start Content styles */
.about {
	width: 450px;
	font-size: 13px;
}

.about img {padding-bottom: 15px;}

.col1 {
	float: left;
	width: 330px;
	margin-right: 50px;
}
		
#content {
	width: 800px;
	padding-top: 50px;
	padding-bottom: 20px;
}

#content h2 {
	font-size: 1em;
	padding-bottom: 0;
}

#content p {
	background:#fff;
	color: #000;
	padding-bottom: 1em;
}

#content li {
	list-style-type: none;
	padding-left: 2em;
	text-indent: -2em;
}

#content .works img {padding-bottom: 10px;}

.img_container {height: 554px;}

.nav {
	font-variant:small-caps;
	letter-spacing:1.5px
}

.nav a {
	list-style-type: none;
	text-decoration: none;
	color: #000;
}

.nav a:visited {color: #000;}

.nav a:hover {color: #999;}

.caption {color: #999;}

.soc_media {
	float: left;
	padding-right: 20px;
}

.soc_media img {
	position: relative;
	top: 20px;
	padding-right: 5px;
}

.soc_media a {
	text-decoration: none;
	color: #999;
}

.soc_media a:visited {color: #999;}

.soc_media a:hover {color: #999;}

.thumb {
	width: 250px;
	float: left;
}

.thumb img {padding-bottom: 7px;}

.thumb a {
	list-style-type: none;
	text-decoration: none;
	color: #999;
}

.thumb a:visited {color: #999;}

.thumb a:hover {color: #999;}
/* End Content styles */


/* Start dot_line styles */
#dot_line {
	clear: both;
	font-size: .8em;
	border-top: 1px dotted #999;
	padding-top: 2px;
	margin-bottom: 50px;
/*End dot_line formatting*/


