body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-color: #cb7319;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	background-repeat: no-repeat;
}
#navbar {
	height: 28px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/navbar.jpg);
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	background-repeat: no-repeat;
}
a:link, a:visited{
	color: #A9BE8F;
	text-decoration:none;
}
a:hover {
	color: #FFB242;
	text-decoration:none;
}


#navbar a:link, #navbar a:visited{
	color: #FFFFFF;
	text-decoration:none;
	margin-left: 35px;
	font-size: 14px;
}
#navbar a:hover {
	color: #FFB242;
	text-decoration:none;
	margin-left: 35px;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	width: 100%;
	margin-left: 10px;
}
#footer a:hover {
	color: #2E2E2E;
	text-decoration:none;
	font-weight: normal;
	width: 100%;
	margin-left: 10px;
}
#header {
	height: 260px;
	width: 1000px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #292C29;
	border-left-color: #292C29;
	margin-right: auto;
	margin-left: auto;
}
#bodytext {
	background-color: #2e2e2e;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
#ads {
	float: right;
	height: 600px;
	width: 160px;
	margin-top: 10px;
}
.clear {
     clear: both;
     height: 1px;
     font-size: 1px;
     line-height: 1px;
     margin-bottom: -1px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #ffb24c;
	background-image: url(images/h1bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 500px;
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 6px;
}
#left {
	width: 600px;
	padding: 10px;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #FFB242;
	margin-top: 0px;
	margin-bottom: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#widgets {
	float: right;
	width: 200px;
	margin-top: 10px;
}
#notes {
	width: 253px;
}
#left input {
	width: 250px;
}

.projects {
	background-image: url(images/project-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 810px;
	float: left;
	margin-bottom: 20px;
}
.projects .logo {
	float: left;
	width: 145px;
	overflow: hidden;
	padding: 5px;
	background-color: #FFF;
}
.projects .text {
	float: right;
	width: 605px;
	margin-right: 20px;
	text-align: justify;
}
.projects p strong {
	color: #ffb24c;
	font-weight: normal;
}

