html, body {
	height: 100%;
}
body {
	background-color:#151515;
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding: 0px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 950px;
}
#header {
	height: 130px;
	width: 100%;
}
#nav {
	background-color: #464646;
	height: 30px;
	width: 100%;
	border-top: 3px solid #00aeef;
	border-bottom: 4px solid #00aeef;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 130px;
	position: relative;
}
#nav li {
	display: inline;
	margin-right: 30px;
	line-height: 28px;
}
#nav a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	font-size: 12px;
	color: #00aeef;
	text-decoration: none;
}
#nav a:active {
	font-size: 12px;
	color: #00aeef;
	text-decoration: none;
}
span {
	left: 130px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.icons {
	margin-right: 33px;
	margin-top: 0px;
	padding-top: 0px;
}
#maincontent {
	background-color: #FFFFFF;
	min-height: 100%;
	margin-bottom: -30px;
	background-image: url(../images/home/bgbotright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#maincontent h1 {
	padding-left: 25px;
	padding-top: 15px;
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	color: #00aeef;
	letter-spacing: 2px;
	padding-right: 265px;
	padding-bottom: 10px;
}
#maincontent h4 {
	padding-left: 25px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	padding-right: 265px;
	padding-bottom: 8px;
}
#maincontent p {
	padding-left: 25px;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	padding-right: 265px;
}
.description {
	font-size: 9px;
}
.maincontentlink {
	color: #00aeef;
	padding-bottom: 4px;
}
#portfoliocontent {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.portfoliobody {
	background-color: transparent;
}
#portfoliocontent p {
	font-size: 12px;
	line-height: 16px;
}
#portfoliocontent h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 6px;
}
#sidebar {
	margin: 60px 20px 20px 15px;
	padding: 5px 6px;
	border: 1px solid #999999;
	float: right;
	width: 200px;
}
#sidebar p {
	font-size: 12px;
	color: #151515;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#sidebar h1 {
	font-size: 16px;
	color: #00aeef;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.spacer { 
    height: 30px; /* height of footer */
} 
#footer {
	background-color: #151515;
	width: 100%;
	clear: both;
	height:30px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
#footer a:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
* {
	margin: 0px;
	padding: 0px;
}
.formitem {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.imgfloatleft {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}
table {
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
