/* mmmm, css */

body {
	background-color: #7a7a7a;
	background-image: url("../media/layout/bottom-bg.jpg");

	margin: 0px 0px 35px 0px; /* top right bottom left */
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #565656;
	text-align: center;
	position: relative;
	z-index: 1;
	}

#duotone {
	height: 97px;
	width: 100%;
	background-color: #3a3a3a;
	background-image: url("../media/layout/top-bg.jpg");
	background-repeat: repeat-x;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	color: #FFF;
}

.headers { font-weight: bold; }

a {font-weight: bold; text-decoration: none;}
a:link {color: #336393;}
a:visited {color: #336393;}
a:hover {color: #c00;}

p.nav {font-size: 9px; line-height:14px;}

/* for navigation */
#mast {
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	position: relative;
	z-index: 1;
}

/* 
These two (mainimg and navimg) are used to align the main image
and the navigation images on the page. Main should align left, while 
nav should align right.
*/
#mainimg {
	width: 220px;
	float:left;
}

#navimg {
	/* 
	   71 Pixel height with images being 8px high 
	   leaves a 63 pixel top margin. Which is off, 
	   so make it 61.
	   ALTERATION: Line should be even with the meticulous text in the main image, so set as 53
	*/
	margin-top: 53px;
	margin-bottom: 3px;
	float:right;
}

.thethree {
	text-align: right;
	position: relative;
	left: 15px;
}

/* For the nav elements */
div.nav {
	margin-top: 0px;
	float: right;
	color: #fff;
	}


/* container boxes, like tupperware, but prettier */

#outer {
	width: 734px;
	border: 1px solid #333;
	background-image: url("../media/layout/bgdivider.gif");
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	position: relative;
	z-index: 1;
}

#left {
	width: 183px;
	height:100%;
	padding: 10px;
	float:left;
}

#right {
	width: 506px;
	padding: 10px;
	float:left;
}

div.cubby {
	border: 1px solid #666;
	background: #F7F1DC;
	padding: 5px;
	margin-bottom: 15px;
	}

p.tabby {
	width: 105px;
	background: #EEECEA;
	background-image: url("../media/layout/tabs/tab-blank.gif");
	background-repeat: no-repeat;
	padding: 4px 6px 4px 6px;
	margin: 0px;
	}
	
div.bit {
width: 160px;
margin-right: 5px;
float: left;
}


#portfoliocell {
/*	border: 1px solid #000; */
	width: 470px;
	padding-left: 15px;
}

#portthumb {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	/*
	Funks up border
	padding-right: 20px;
	padding-top: 10px;
	*/
}

/* Puts a stroke around the portfolio thumbnails */
#portthumb img { border: 1px solid #666; }
#portfoliocell img { border: 1px solid #666; }
#featurelink img { border: 1px solid #333; }
/* Removes link border */
#portfoliocell a { border: 0px; }

#portnotes {
	float: left;
	text-align: left;
	padding-top: 15px;
}

/* This is the feature graphic that is also a link (portfolio */
#featurelink {
	width: 485px;
	height: 199px;
}
#featurelink a { text-decoration: none; border:0px; }

