/* body */
body {
	background-color: #3F474C;
	font-family: Veranda, Arial, Helvatica, sans-serif;
}
div#body {
	margin: 0 auto 0 auto;
	padding: 0;
/*	width: 630px;*/
	width: 650px;
}
p {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 17px;
}
em {
	background: #CC6600;
	font-style: normal;
	font-weight: bold;
}
td,th {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
/*h1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #CC6600;
	text-align: center;
	margin-bottom: -10px;
}*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC6600;
	margin-bottom: -8px;
}
h2 {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	margin-bottom: -8px;
}
a, a:link {
	color: #cc6633;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.h2 {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: -8px;
}
img.icon {
	background: #CC6600;
	padding: 1px;
}

/* header */
div#header {
	background: url("images/logowing.png") no-repeat left top;
	width: 770px;
	height: 85px;
	margin: 0 auto 0 auto;
}

/* navbar */
div#shadowtop {
	background: url("images/navbar/shadowtop.png") repeat-x;
	height: 10px;
	margin: 0 -8px 0 -8px;
}
div#shadow {
	background: url("images/navbar/shadow.png") repeat-x;
	height: 10px;
	margin: 0 -8px -5px -8px;
}
div#navbar {
	background: url("images/navbar/navbar.png") repeat-x;
	height: 30px;
	margin: 0 -8px 0 -8px;
	overflow: hidden;
}
div#navbar ul {
	margin: 0 auto 0 auto;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	width: 507px;
	height: 30px;
}
div#navbar li {
	margin: 0 auto 0 auto;
	float: left;
	height: 30px;
}
#home a {
	background: url("images/navbar/home.png") no-repeat;
	width: 68px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#archives a {
	background: url("images/navbar/archives.png") no-repeat;
	width: 89px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#portfolio a {
	background: url("images/navbar/portfolio.png") no-repeat;
	width: 89px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#downloads a {
	background: url("images/navbar/downloads.png") no-repeat;
	width: 111px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#about a {
	background: url("images/navbar/about.png") no-repeat;
	width: 68px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#contact a {
	background: url("images/navbar/contact.png") no-repeat;
	width: 82px;
	height: 30px;
	padding-top: 30px;
	float: left;
}
#navbar li a:hover {
	background-position: 0 -30px;
}
/*.active a {
	background-position: 0 -30px;
}*/

/* footer */
div#footer {
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 770px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6600;
	text-align: right;
	clear: both;
}
#valid {
	font-size: 11px;
}
#valid a {
	color: #CC6600;
}
#valid a:hover {
	color: #E0780F;
	text-decoration: underline;
}

/* portfolio */
.portfolio a {
	width: 320px;
	height: 120px;
	overflow: hidden;
	display: block;
	float: left;
}
.portfolio a span {
	background: url("images/portfolio.png") no-repeat;
	overflow: hidden;
	width: 320px;
	height: 120px;
	display: block;
	text-indent: -500px;
}
.portfolio a:hover span {
	background-position: 0 -117px;
}
.pmargin {
	margin-top: 10px;
}
.item {
	width: 320px;
	float: left;
}
.ptextl {
	margin-top: 0px;
	text-align: center;
	width: 320px;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	float: left;
}
.ptextr { /* obsolete thanks to ptextl clear argument */
	margin-top: 0px;
	text-align: center;
	width: 320px;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
}
.visit {
	text-align: center;
	background-color: #222222;
}
.sw {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.caption {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #999999;
	text-align: center;
	font-style: italic;
}
/*.caption {
	font-family: Veranda, Arial, Helvatica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}*/
.border {
	border: 5px solid #CC6600;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #CC6600;
	margin-bottom: -8px;
}
.clear {
	clear: both;
}

/* downloads */
.dlitem {
	background: #CC6600;
	padding: 0px 5px 0px 5px;
}
.dlitem a {
	color: #3F474C;
}
img.dlimg {
	float: left;
	margin: 5px 5px 5px 0;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.dltitle {
	padding-top: 5px;
}
.dltext {
/*	margin-left: 400px;*/
	font-size: 13px;
	vertical-align: 10px;
}
.dltbl {
	margin-left: 450px;
	padding-bottom: 5px;
}

/* archives */
#archives ul {
	list-style-type: none;
}

/* contact */
.msg {
	vertical-align: top;
}
.formctr {
	margin: 8px auto 0 auto;
}
.red {
	color: #770808;
}