/* codesmith-teach.com inside page styles */
 *	{
 	margin: 0;
 	padding: 0;
 }
body		{
	color: #006;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}
a		{
	color: blue;
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;
}
a:visited	{
	color: #009;
}
#wrapper	{
	width: 720px;
	position: relative;
	background: #ffd;
}
#pagebody		{
	position: relative;
	width: 720px;
}
#insidehead	{
	margin: 5px 0 20px;
}
#nav			{
	float: left;
	width: 220px;
	background: transparent;
}
#insidenav		{
	margin-left: 30px;
	list-style: none;
	font-family: Verdana, Geneva, Arial, Helvetica, san-serif;
}
#insidenav li	{
	height: 30px;
	margin-top: 5px;
	background: url(../images/lcb8.gif) left center no-repeat;
}
#insidenav a	{
	display: block;
	padding: 8px 20px 0;
	width: 125px;
	height: 22px; line-height: 12px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	background: url(../images/rcb8.gif) right center no-repeat;
}
#insidenav a.twoline	{
	padding-top: 3px;
	height: 27px;
}
#insidenav a:link		{
	color: #006;
}
#insidenav a:visited	{
	color: #ccf;
}
#insidenav a:focus	{
	outline: none;
}
#insidenav a:hover		{
	color: #f30;
	font-weight: bolder;
}
#insidenav a:active	{
	color: #00f;
}
#appdev li.appdev{
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#appdev li.appdev a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#contact li.contact {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#contact li.contact a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#contracting li.contracting {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#contracting li.contracting a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#cv li.cv {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#cv li.cv a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#database li.database {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#database li.database a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#homepage li.homepage {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#homepage li.homepage a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#instruction li.instruction {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#instruction li.instruction a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
/*
#consulting li.consulting {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#consulting li.consulting a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
*/
#privacy li.privacy {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#privacy li.privacy a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#webdev li.webdev {
	background: url(../images/lcom_c8.gif) left center no-repeat;
}
#webdev li.webdev a {
	background: url(../images/rcom_c8.gif) right center no-repeat;
	color: #fc6;
	font-weight: normal;
}
#pagecontent		{
	float: right;
	padding-right: 20px;
	width: 470px;
}
#pagecontent h2, #pagecontent h1		{
	margin: .5em 0 .25em;
}
#pagecontent h1.first		{
	margin-top: 0;
}
#pagecontent p		{
	margin: 0 1em;
}
#pagecontent div.quote		{
	background: url(../images/ldquote8.gif) left top no-repeat;
}
#pagecontent p.quote		{
	margin: .5em 2em;
	font: .8em Verdana, Geneva, Arial, Helvetica, san-serif;
	color: #00f;
	background: url(../images/rdquote8.gif) right 60% no-repeat;
}
#pagecontent p.quote span.quotesig	{
	display: block;
	padding-left: 3em;
	font-weight: bold;
}
#pagefooter			{
	clear: both;
	width: 720px;
	background: url(../images/hr.gif) top center no-repeat;
	text-align: center;
	padding: 2em 0 ;
}
#pagefooter p		{
	color: #006;
	font-size: .9em;
	margin: 0;
}
