/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
	background: #ffd191 url('../images/topborderffd191.jpg') repeat-x;
	font-family: "trebuchet ms", verdana, "sans serif";
	color:#003366;
	margin: 0;
	text-align: center;
} 

#container { 
	width: 950px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#header {
	height: 142px;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

#flashcontent {
}

#border-top {
	height: 42px;
	width: 100%;
	overflow: hidden
}


/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */


#nav {
	position:relative;
	left:0px;
	top:0px;
	width:738px;
	height:39px;
	margin: 0 auto;
}

#home {
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:39px;
}


#portfolio {
	position:absolute;
	left:90px;
	top:0px;
	width:98px;
	height:39px;
}

#workshops {
	position:absolute;
	left:188px;
	top:0px;
	width:89px;
	height:39px;
}

#resume {
	position:absolute;
	left:277px;
	top:0px;
	width:89px;
	height:39px;
}

#statement {
	position:absolute;
	left:366px;
	top:0px;
	width:149px;
	height:39px;
}

#press {
	position:absolute;
	left:515px;
	top:0px;
	width:132px;
	height:39px;
}

#contact {
	position:absolute;
	left:647px;
	top:0px;
	width:91px;
	height:39px;
}
/* =-=-=-=-=-=-=-[End of Menu]-=-=-=-=-=-=-=- */
.border-thin {
	background: url('../images/border_thin.jpg');
	height: 2px;
	width: 765px;
	overflow: hidden
}

#border-bottom {
	background: url('../images/border-bottom.jpg');
	height: 24px;
	width: 765px;
	overflow: hidden
}

/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#leftcolumn {
	vertical-align: top;
	width: 310px;
	float: left;
   	text-align: center;
	margin: 0 0 0 1.5em;
	padding: 1em;
}

#textarea {
	padding: 0;
	margin: 0 auto;
}

#rightcolumn {
	vertical-align: top;
	width: 310px;
	float: right;
	margin: 0 1.5em 0 0;
	padding: 1em;
	text-align: center;
}

/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


.rule1 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4;
       margin: 0px;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 0px;
}

.rule3 {border-top-width: 1.5px;
       border-top-style: solid;
       border-color: #3D2310; 
       width: 90%;
       margin: 0px;
       padding: 0px;
}


h1 { 
	font-family: Georgia, "serif";
	color:#064e94;
	text-align: left;
	font-size: 1.25em; 
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .75em 0;
}

h2 { 
	color:#8f1a09;
	text-align: left;
	font-size: .9em; 
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 1em;

}

h3 { 
	color:#000;
	text-align: left;
	font-size: .9em; 
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.9em;
  	line-height:1.4em;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

.generalli li{
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	list-style-type:square;
	margin: 0 1.5em .9em 0;
	padding: 0;
}

.linumbered ul {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

.linumbered li {
	text-align: left;
	font-size: .9em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: .5em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

/* all links */
a:link, a:visited, a:active { color: #003366; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

#footer {
	padding: 5px 0 0 0;
  	margin: 0 auto;
	width: 765px;
	height: 26px;
 	border:0;
	vertical-align: middle;
	clear: both;
}

#footer td {
	color: #003366;
	font-size: .8em;
}


#footer a,
visited {
	color: #003366;
	text-decoration: none;
}	

#footer a:hover {text-decoration: underline;}
