@charset "UTF-8";
/* CSS Document */
/* {
	margin:0;
	padding:0;
	}
*/
/*POSITIONING*/
body {
	text-align:center;
	}
#container {
	margin:0 auto;
	text-align:left;
	width:850px;
	height:700px;
	}
#content {
	font-family:"Times New Roman", Times, serif;
	}
#banner h1 {
	width:850px;
	height:50px;	
	text-indent:-9999em;
	background-image:url(../images/banner/banner.jpg);
	background-repeat:no-repeat;
	}
/*END OF POSITIONING*/

	
/*NAVIGATION STYLES*/
#main_nav {
	font-size:20px;
	}
#main_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#main_nav ul li ul li {
	font-size:14px;
	text-indent:15px;
	}
a {
	text-decoration:none;
	}
a:link, a:visited, a:active {
	color:#333333;
	line-height:30px;
	}
a:hover {
	color:#999999;
	}

.sub_nav_color a:link, a:active {
	color:#666666;
	line-height:30px;
	}
.sub_nav_color a:visited {
	color:#666666;
	}
.sub_nav_color a:hover {
	color:#999999;
	}
/*END OF NAVIGATION STYLES*/

/*COLUMN FLOATS*/
#left_column {
	width:175px;
	float:left;
	}
#right_column {
	width:675px;
	float:right;
	overflow:hidden;
	}
/*END OF COLUMN FLOATS*/

/*PORTFOLIO STYLES*/

#thumbnails {
	width:450px;
	}
#thumbnails ul li {
	float:left;
	padding:2px;
	}
#works {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:.02em;
	color:#333333;
	}
#works ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.name {
	font-weight:bold;
	color:#000000;
	}
.description {
	margin:8px 0 8px 0;
	}
#thumbnails ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#thumbnails img {
	border:1px dotted #FFFFFF;
	outline:none;
	text-decoration:none;
	}
#thumbnails img:hover {
	border:1px dotted #666666;
	}
#statement {
	width:675px;
	float:left;
	}
.work_statement {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
}

#about_work {
	float:left;
	width:675px;
	height:400px;
	}
/*END OF PORTFOLIO STYLES*/

/*EVENTS STYLES*/
#events {
	width:675px;
	}
#events h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color:#666666;
	font-weight:100;
	}
#events ul {
	list-style:none;
	padding:0;
	margin:0;
	width:300px;
	float:left;
	}
/*horizontal rule for events page*/
.rule {
	width:500px;
	height:1px;
	float:left;
	margin:15px 0 15px 0;
	border-bottom:1px dotted #999999;
	}
/*END OF EVENTS STYLES*/

/*CONTACT STYLES*/
#contact ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#contact_image {
	margin:0 0 10px 0;
	}
.credit {
	color:#666666;
	font-size:11px;
	letter-spacing:.01em;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	}
/*END OF CONTACT STYLES*/


/*#about_work STYLES*/
#about_work {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
#about_work ul {
	list-style:none;
	margin:0;
	padding:0;
	}
/*END OF #about_work STYLES*/
