body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	background-color: #000066;
}
* {
	margin: 0px;
	padding: 0px;
}

p, li {
	color: #000066;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 1.2em;
	color: #9999CC;
	padding-top: 0em;
	padding-bottom: 0em;
}
h2 {
	font-size: 2em;
	color: #000066;
	padding-top: 0em;
	padding-bottom: 0.5em;
}
h3, h4, h5, h6 {
	font-size: 1em;
	color: #9999CC;
	padding-top: 0em;
	padding-bottom: 0em;
}
ul {
	list-style: none;
	font-weight: lighter;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}

#nav {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 500px;
	font-size: 110%;
}

#nav a{
	color: #9999CC;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#home #nav .home a,
#about #nav .about a,
#article1 #nav .article1 a, 
#article2 #nav .article2 a {
	color: #999999;
	cursor: default;
	text-decoration: none;
}

#businesscardtop {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	height: 227px;
	width: 520px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-left-color: #9999CC;
	margin-left: 219px;
}

#businesscardtop p{
	color: #9999CC;
	padding: 0px;
}

#jameskleiss {
	height: 227px;
	width: 289px;
	float: left;
}

#specialist {
	float: left;
	width: 180px;
	margin-top: 140px;
	margin-left: 40px;
}

#businesscardbottom {
	background-color: #FFFFFF;
}

#contact {
	background-image: url(images/contactright.png);
	background-repeat: repeat-x;
	height: 91px;
	width: 520px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	margin-left: 219px;
}

#contactleft {
	background-image: url(images/contactleft.png);
	background-position: left;
	height: 91px;
	width: 289px;
	text-align: right;
}

#contact p {
	color: #9999CC;
	padding-top: 15px;
}

#contact a:link, a:active, a:visited{
	text-decoration: underline;
	color: #9999CC;
}

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

#content {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 70px;
	padding-left: 80px;
}

#content a:link, a:active, a:visited{
	text-decoration: underline;
	color: #000066;
}

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


#footer {
	text-align: center;
	font-size: 0.7em;
	clear: both;
	padding-top: 15px;
	padding-bottom: 25px;
}

#footer p {
	color: #9999CC;
	padding-top: 5px;
	padding-bottom: 0px;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}

.orangefont {
	color: #FF9900;
}

.greenfont {
	color: #99CC00;
}

.white {
	color: #FFFFFF;
}

img.leftimg {
	float: left;
	margin-right: 70px;
	margin-top: 5px;
	margin-bottom: 100px;
}
img.centerimg {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 120px;
}
.right {
	text-align: right;
}
.middle {
	text-align: center;
}
.italise {
	font-style: italic;
}
.superscript {
	font-style: italic;
	vertical-align: top;
	font-size: 0.6em;
}
.clearfloats {
	clear: both;
	display: block;
	height: 1em;
}
.clearfloats p {
	color: #000066;
}

