body { 
	background: transparent; 
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: .76em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table tr td {	
	font-size: 100%; 
}
	
span {
	
}

h1 {  
	background: transparent;
	font-size: 150%; 
	font-weight: bold;
	margin: 0 0 .76em 0;
	padding: 0 35px 3px 0;
}

h2  { 
	font-weight: bold; 
	font-size: 110%; 
	margin: 0 0 .76em 0;
	padding: 0;
}

h3  { 
	font-weight: bold; 
	font-size: 110%; 
	margin: .76em 0 .76em 0;
	padding: 0;
}

h4  {  
	border-bottom: 1px dashed #e1dcd3;
	font-weight: bold;
	font-size: 100%;
	margin: .76em 0 .76em 0;
	padding: 0 0 3px 0;
}

h5  {  
	font-weight: bold;  
	font-size: 80%; 
	margin: 0 0 .76em 0;
	padding: 0;
}

h6  {  
	background: transparent url(images/dash.gif) repeat-x bottom left;
	font-weight: normal;  
	font-size: 80%; 
	margin: .76em 0;
	padding: 0;
}
	

a {
	text-decoration: underline;
	font-weight: bold; 
}

a:link {   
	color: #00f;
	outline: none; 
}

a:visited {  
	color: #00f; 
	outline: none;
}

a:hover {  
	color: #000; 
	outline: none;
}

a:active {  
	color: #000; 
	outline: none;
}


.quote {
	background: transparent;
	font-style: normal;
	margin: 0px;
	padding: 0 0 0 25px;
}

.quote2 {
	background: transparent;
	font-style: normal;
	margin: 0px;
	padding: 0 0 0 25px;
}

.caption {
	font-size: 90%;
	margin: 0px auto;
	text-align: right;
	padding: 0 0 10px 0;
}

div.graphic {
	margin: 0px auto;
	padding: 15px 0;
	text-align: center;
}


/*-- display: inline; -- fixes the IE text-indent bug --*/

.floatleft {
	display: inline;
	float: left;
	margin: 0px 12px 5px 0px;
} 

.floatright {
	display: inline;
	float: right;
	margin: 0px 0px 5px 12px;
}

.feed-date {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.feed {
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

.framed {
	background: #afaca4;
	border: 1px solid #7f7d77;
	padding: 4px;
	margin: 0;
}

.flower {
	background: transparent;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
}

/* -- WRAP --*/

#page-bg {

}

#wrap-outer {

}

#wrap {

}

/* -- CONTENT --*/


#content {
	line-height: 1.2em;
	margin: 0 0 0 30px;
	padding: 0px;
}



/* -- HEADER --*/


#header {
	margin: 0px;
	padding: 0px;
}

#logo {
	margin: 0px;
	padding: 0px;
}


/* -- HORIZONTAL NAVIGATION --*/


#nav {
	padding: 0;
	margin: 0;
	height: 26px;
}
	
#nav ul { 
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
	
#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	/* set the top and bottom padding same as defined in the nav class above */	
#nav a {
	font-weight: normal;
	float: left;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
}

#nav a:hover {	
	font-weight: normal;
}

#nav a:active {
	font-weight: normal;
}


body#home-page #home a {font-weight: bold;}
body#web-sites-page #web-sites a {font-weight: bold;}
body#graphic-design-page #graphic-design a {font-weight: bold;}
body#contact-page #contact a {font-weight: bold;}


#main {	

}

#main-content {	
	line-height: 1.5em;
	margin: 0px;
	padding: 35px 10px 15px 10px;	
}


/* -- SIDEBAR --*/
#sidebar {
	background: transparent;
	margin: 0px;
	padding: 0px;

}

#sidebar-content {	
	line-height: 1.2em;
	margin: 0px;
	padding: 10px;	
}

#sidebar-content a:link {   
	outline: none; 
}

#sidebar-content a:visited {  
	outline: none;
}

#sidebar-content a:hover {  
	outline: none;
}

#sidebar-content a:active {  
	outline: none;
}

/* -- FOOTER --*/


#footer {
	background: transparent;
	margin: 0 0 0 30px;
	padding: 15px 0;
	font-size: 90%;
	text-align: center;	
}

#footer a:link{
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {  
	font-weight: normal;
	text-decoration: none; 
}

#footer a:hover {  
	font-weight: normal;
	text-decoration: underline;
}

#footer a:active {  
	font-weight: normal;
	text-decoration: underline; 
}

#contact-print {
	display: block;
	padding-top: 15px;
}

/* -- FORM ELEMENTS -- */

form {
	display: none;
}



.submitbutton {
	border: 0px;
	cursor: pointer;
	font-weight: bold;
	font-size: 100%;
	margin: 5px;
	padding: 3px 7px 3px 7px;
	width: 70px;
}

.req {
	color: #f90;
}