A {
	FONT-SIZE: 14px;
	FONT-FAMILY: "Trajan Pro", Trajan, "Times New Roman", Verdana;
}



A:link { 
	COLOR: #69f; 
	TEXT-DECORATION: underline; 
	font-weight: bold;
}

A:visited {
	COLOR: #006;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
	font-weight: bold;
}

.image {
	
}


BODY {
	font-size: 14px;
	background-image: url(http://sscarpentry.com/images/rosewood.png);
	COLOR: #000000;
	font-family: Verdana, sans-serif;
	background-color: #000000;
	padding: 0px;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#content {
	width: 800px;
	height: 100%;
	float: none;
	background-image: url(http://www.sscarpentry.com/images/paper.png);
	text-align: left;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(http://www.sscarpentry.com/images/paper.png);
	position: relative;
}

#header {
	position: relative;
	float: none;
	top: 10px;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	WIDTH: 800px;
	BORDER-BOTTOM: 0px solid;
	HEIGHT: 138px;
	background-image: url(http://www.sscarpentry.com/images/paper.png);
}

#content {
	background-image: url(http://sscarpentry.com/images/paper.png);
	background-repeat:repeat;
	border-color: #000;
	float: left;
	width: 800px;
	position: relative;
	border-width: 2px;
}
#miniflex {
	width: 800px;
	float: none;
	font-size: 18px; /* could be specified at a higher level */
	margin: 0;
	padding: 5px 10px 0 10px;
	border-bottom: 0px solid #000000;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 2px solid #000000;
	padding-bottom: 0px;
	color: #000000;
}

#miniflex a:link, #miniflex a:visited {
	float: none;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #ccbb99;
	text-align: center;
}

#miniflex li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav {
	position: relative;
	float: none;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 30px;
	border-style: solid;
	border-color: #000000;
	BORDER-BOTTOM: 2px solid;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 2px solid;
	BORDER-LEFT: 0px solid;
	padding: 0px;
	background-color: #69F;
	float: left;
	text-align:center;
	visibility: visible;
}


#thumb {
	position: relative;
	background-color:#69F;
	left: 0px;
	width: 800px;
	height: 80px;
	border-style: solid;
	border-color: #000000;
	BORDER-BOTTOM: 2px solid;
	BORDER-RIGHT: 0px solid;
	BORDER-TOP: 2px solid;
	BORDER-LEFT: 0px solid;
	padding: 0px;
	visibility: visible;
}

#photo {
	position:relative;
	padding: 0px;
	top: auto;
	visibility: visible;
	background-color:#000;
	left: 0px;
	width: 800px;
	height: 450px;
}

/* begin css tabs */
 
ul#tabnav { /* general settings */
text-align: center; /* set to left, right or center */
margin:  0; /* set margins as desired */
font: bold 12px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #000; /* set border COLOR as desired */
list-style-type: none;
padding: 4px 10px 2px 10px;
width: 760px
 /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #ccbb99; /* set border color to page background color */
background-color: #ccbb99; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #ccbb99; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 2px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #69f; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #ccbb99; /* set desired hover color */
}
 
/* end css tabs */


	
#container #main #content .tab1 {
	font-size: 20px;
}

#container #main #content table tr td p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}
#container #main #content table tr td {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
