body {
	margin: 0px;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
}
p {                          /* seems to solve a lot of IE positioning bugs */
	margin: 0px;
}
h1 {
	color: #FF9900;
	font-size: large;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h2 {
	color: #333333;
	font-weight: normal;
	margin: 5px 5px 1em;
	font-size: 10px;
}
h3 {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
#styleswitcher {          /* all hail A List Apart  */
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 10px;
}
#shadow {                    /* only holds soft shadow - there are more elegant ways, this works well with style switching */
	background-color: #f8f8f8;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	background-image: url(images/background.gif);
	background-position: right;
	padding-bottom: 5px;
	background-repeat: repeat-y;
	margin-top: 2px;
}
#wrapper {                 /* wraps everything inside shadow */
	width:740px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
#topseparator {
	background-image: url(images/shaded%20bar.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#toplogo {
	border-top: 1px #333333;
	border-right: 1px #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px #333333;
	height: 204px;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	width: 690px;
	height: 2em;
}
#lemondesign {        /* holds LDD/Resources links separator in navigation */
	float: left;
	width: 148px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	height: 20px;
	background-image: url(images/lemondesign.gif);
}
#leftindex {            /* holds content on index page  */
	width: 292px;
	float: left;
	margin-left: 5px;
}
#quickportfolio {             /* holds middle column on index page  */
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 80px;
	margin-left: auto;
	text-align: center;
	color: #333333;
	padding-left: 5px;
	font-size: 12px;
	margin-right: auto;
}
#news {
	text-align: justify;
	margin-right: 5px;
	float: right;
	width: 292px;
}
.footer {
	color: #666666;
	margin-left: auto;
	border-top: 1px solid #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
	margin-right: auto;
	width: 90%;
	margin-top: 15px;
}
.hand {                    /* maka scrip pop ups look like normal links  */
	CURSOR: pointer;
	text-decoration: underline;

}
div.links a {              /* horizontal navigation  */
	color: #333333;
	display: block;
	text-decoration: none;
	float: left;
	width: 5em;
	background-color: #C2CECF;
	text-align: center;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.links a:hover {
	background: #9AAEAF;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}
.orangetext {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.orangetextsmall {
	font-weight: bold;
	color: #FF9900;
}

/* from here on only extra styles fro content pages */

.spacer {                     /* keeps floats in check */
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #E1E5E3;
	border-right-color: #E1E5E3;
	border-bottom-color: #E1E5E3;
	border-left-color: #E1E5E3;
	height: 1em;
	border-top-style: solid;
	width: 30em;
}
.portfoliotext {             /* only on portfoliopages */
	padding-left: 50px;
	margin-left: 5px;
	margin-right: 5px;
}
#rightside {
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#rightside li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.links2 a {              /* horizontal sub navigation */
	color: #333333;
	display: block;
	text-decoration: none;
	float: left;
	width: 5em;
	background-color: #C2CECF;
	text-align: center;
	border: 1px solid #333333;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
div.links2[class] a { /*just when you thought you could get away without obvious IE hacks */
    display: block;
	width: auto; 
    min-width: 5em; 
}
div.links2 a:hover {
	background: #9AAEAF;
	color: #333333;
}
div.links3 {
	float: left;
	width: 5em;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #333333;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
}
#menu2 {
	clear:both;
	}
#maincontent {
	padding-right: 5px;
	padding-left: 5px;
}
img, a img {
    border: 0;
}
#pagelinks {
	text-align: right;
}
