html {
	background-color: #f0f0f0;
	margin:0;
	padding:0;
	border:0;
}
body {
	background-color: #f0f0f0;
	margin: 20px;
}

* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

a,a:visited {
	color: #7d654e;
}
a:hover, a:active {
	color: #7d654e;
}

#wrapper {
	padding: 20px 80px 20px 80px;
	background-color: #fff;
	position: relative;
	width: 750px;
	margin: auto;
}

#main {
	background-color: #666;
	margin-top: 10px;
	min-height: 360px;
	text-align: center;
}

#content {
	background-color: #fff;
	min-height: 360px;
	text-align: left;
	padding: 0 60px 0 60px;
}

#contentfullwidth {
	background-color: #fff;
	height: 360px;
	overflow:auto;
	text-align: left;
	padding: 0 60px 0 60px;
	margin:25px 0 0 0;
}


#secondary {
	/* height:125px; */
	background-color: #fff;
	background-image: url(/images/rule.gif);
	background-repeat:  no-repeat;
	background-position: 0 0;
	margin: 10px 0 0 0;
	padding: 19px 0 0 10px;
	/* using rel position instead of margin will prevent the floats inside from wrapping 
	position: relative;
	top: 10px;
	left: 20px;*/
}

/*
.secondary_box {
	width: 220px;
	min-height: 125px;
	display: inline;
	background-image: url(/images/secondary_box_rightdivider.gif);
	background-repeat: no-repeat;
	background-position: 230px -3px; 
	float: left;
	padding: 0 20px 0 0;
	margin: 0 5px 0 0;
	font-size: 9px;
	text-align: justify;
	color: #7d654e;
}
*/
.secondary_box {
	/* width: 220px; */
	min-height: 125px;
	display: inline;
	/* background-image: url(/images/secondary_box_rightdivider.gif);
	background-repeat: no-repeat;
	background-position: 230px -3px; */
	padding: 0 20px 0 0;
	margin: 0 5px 0 0;
	font-size: 9px;
	/* text-align: justify; */
	color: #7d654e;
}


.secondary_box h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.secondary_box p {
	margin-top:10px;
}

.secondary_box p.do_more {
	text-align: right;
	font-weight: bold;
}

.secondary_box p.do_more a, .secondary_box p.do_more a:visited {
	color: #000;
}


.secondary_box_image_left {
	float:left;
	clear:both;
	margin: 0 5px 0 0;
}
 
 
table.secondary_content {
	padding:0;
	margin:0;
	border:0;
}
table.secondary_content td {
	vertical-align: top;
	padding: 2px 16px 2px 16px;
}

#secondary_content_1 {
	background-repeat: no-repeat;
	width: 218px;
}
#secondary_content_2 {
	background-image: url(/images/secondary_box_rightdivider.gif);
	background-repeat: no-repeat;
	width: 218px;
}
#secondary_content_3 {
	background-image: url(/images/secondary_box_rightdivider.gif);
	background-repeat: no-repeat;
	width: 218px;
}
 
.last {
	border-right: none;
	background: none;
	padding-right:0;
}


#nav {
	padding: 0 2px 0 20px;
}
#logo {
	padding-top: 5px;
}

#nav ul {
	display: inline;
	margin:0;
	padding:0;
	position: absolute;
	top:44px;
	right: 80px;
	font-size: 10px;
}

#nav ul li {
	color: #7d654e;
	display: inline;
	padding: 0 6px 0 0;
	margin: 0 0 0 6px;
	border-right: 1px solid #7d654e;
}
#nav ul li.last {
	border-right: none;
}

#nav ul li a, #nav ul li a:visited {
	color: #7d654e;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #000;
	text-decoration: none;
}

#toprule {
	position: absolute;
	top: 50px;
	left: 80px;
	width: 750px;
	height: 4px;
	background-image: url(/images/rule.gif);
	background-repeat:  no-repeat;
	margin:25px 0 0 0;
	padding:0;
}
#toprule hr {
	display:none;
}

img {
	border:0;
}


#content_main {
	width: 750px;
	height: 360px;
	background-color: #666;
	position: absolute;
	top: 75px;
	left: 80px;
	text-align: center;
	overflow: auto;
}

div.content_main_image {
	background-color: #fff;
	width: 250px;
	height: 300px;
	position: absolute;
	top: 100px;
	left: 140px;
}

div.content_main_image_tumblr {
	background-color: #fff;
	width: 125px;
	height: 300px;
	position: absolute;
	top: 100px;
	left: 100px;
}




div.content_main_image strong {
	color: #7d654e;
	font-size: 11px;
}

div.content_main_image_more {
	width: 250px;
	position: absolute;
	top: 406px;
	left: 140px;
	text-align: right;
}

div.content_main_image_more a, div.content_main_image_more a:visited {
	padding: 2px 4px 2px 4px;
	background-color: #f0f0f0;
	text-decoration: none;
}
div.content_main_image_more a:hover {
	padding: 2px 4px 2px 4px;
	background-color: #e6e6e6;
	text-decoration: none;
}

div.content_main_description {
	background-color: #fff;
	width: 380px;
	height: 300px;
	overflow: auto;
	/* margin: 40px 0 0 280px; */
	margin: 0 10px 0 0;
	position: absolute;
	top: 100px;
	left: 450px;
}
div.content_main_description_tumblr {
	background-color: #fff;
	width: 575px;
	height: 300px;
	overflow: auto;
	/* margin: 40px 0 0 280px; */
	margin: 0 10px 0 0;
	position: absolute;
	top: 100px;
	left: 280px;
}

div.content_main_description p, div.content_main_description li, div.content_main_description div {
	background-color: #fff;
	width: 320px;
	line-height: 16px;
}

div.content_main_description strong, div.contentfullwidth strong {
	color: #7d654e;
	font-size: 11px;
}

#tumblrfeed {
	margin:0;
}
#tumblrfeed h1 {
	color: #7d654e;
	font-size: 16px;
	font-weight: 600;
	margin: 2px 0 2px 0;
}
#tumblrfeed h2 {
	color: #7d654e;
	font-size: 14px;
	font-weight: 400;
	margin: 2px 0 2px 0;
}
#tumblrfeed .tumblrpost {
	margin: 20px 0 0 0;
	border-top:1px dotted #999;
}


div.content_main_description_more {
	width: 420px;
	position: absolute;
	top: 406px;
	left: 360px;
	text-align: right;
}

div.content_main_description_more a, div.content_main_description_more a:visited {
	padding: 2px 4px 2px 4px;
	background-color: #f0f0f0;
	text-decoration: none;
}
div.content_main_description_more a:hover {
	padding: 2px 4px 2px 4px;
	background-color: #e6e6e6;
	text-decoration: none;
}









#workslider {
	overflow: hidden;
}

#workslider div.workslider_category_label {
	margin: 1px 0 1px 0;
}

#workslider div.workslider_category_label a {
	padding: 3px;
	background-color: #f6f6f6;
	display: block;
	text-decoration: none;
}
#workslider div.workslider_category_label a:hover, #workslider div.workslider_category_label a:visited:hover {
	padding: 3px;
	background-color: #f0f0f0;
	display: block;
	text-decoration: none;
}


#workslider ul {
	list-style: none;
	margin:0;
	padding:0;
}

#workslider li {
	display: inline;
	list-style: none;
	margin: 2px 2px 2px 0;
	padding:0;
}

#footer {
	/* position: absolute;
	top: 450px;
	right: 10px; */
	text-align: right;
	color: #666;
}
#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
}



#content ul.navtabs {
	list-style: none;
	margin:0;
	padding:0;
}

#content ul.navtabs li {
	display: inline;
	margin: 0 0 0 2px;
}

#content ul.navtabs li a.inactive {
	display: inline;
	text-decoration: none;
	padding: 5px;
	background-color: #f0f0f0;
}
#content ul.navtabs li a.inactive:hover,#content ul.navtabs li a.inactive:visited:hover  {
	display: inline;
	text-decoration: none;
	padding: 5px;
	background-color: #e6e6e6;
}

#content ul.navtabs li a.active {
	display: inline;
	text-decoration: none;
	padding: 5px;
	background-color: #fff;
	color: #000;
	cursor: default;
}
#content ul.navtabs li a.active:hover,#content ul.navtabs li a.active:visited:hover  {
	display: inline;
	text-decoration: none;
	padding: 5px;
	background-color: #fff;
	color: #000;
	cursor: default;
}

.tabcontent div {
	/* display: none; */
	margin: 10px 10px 10px 2px;
	color: #333;
}

.tabcontent div h3 {
	display: none;
}



.subtle {
	font-size: 10px;
	color: #996;
}

