 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {margin: 0; padding: 0;}
 
 img {border:0;}

body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bkgd_tile.gif);
	background-repeat: repeat;
}
#header {
    width:100%;
	height:100px;
	background-image: url(../images/header_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-bottom: 10px;
}
#container {
	margin: 0 auto;
    width:900px;
	position: relative;
}
#logo {
    position:absolute;
	left: 55px;
	top: -105px;
	z-index: 1;
}
#navbar {
    width:690px;
	height:30px;
    position:absolute;
	left: 165px;
	top: -30px;
	z-index: 1;
}
#content {
	width:830px;
	margin-left:35px;
}
#content h1 {
    margin:16px;
	padding:0;
	font-size:20px;
}
#content h2 {
    margin:0;
    padding:0 16px 12px 16px;
    font-size:18px;
	line-height:24px;
}
#content p {
    margin: 0;
    padding: 0 16px 16px 16px;
	line-height:18px;
}
#content_top {
	width:830px;
	height:20px;
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
}
#content_main {
	width:830px;
	background-image: url(../images/content_bkgd.gif);
	background-repeat: repeat-y;
}
#content_bottom {
	width:830px;
	height:42px;
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
}
.home_subcontent {
    width:256px;
	background-color: #FFFFFF;
	margin-left: 16px;
	padding-top: 10px;
}
.home_subcontent_top {
	width:256px;
	height:17px;
	background-image: url(../images/home_subcontent_top.gif);
	background-repeat: no-repeat;
}
.home_subcontent_main {
	position: relative;
	width:256px;
	background-image: url(../images/home_subcontent_bkgd.gif);
	background-repeat: repeat-y;
}
.home_subcontent_bottom {
	width:256px;
	height:17px;
	background-image: url(../images/home_subcontent_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.subcontent {
    width:584px;
	background-color: #FFFFFF;
	margin:0 0 0 16px;
}
.subcontent_top {
	width:584px;
	height:17px;
	background-image: url(../images/subcontent_top.gif);
	background-repeat: no-repeat;
}
.subcontent_main {
	position: relative;
	width:584px;
	background-image: url(../images/subcontent_bkgd.gif);
	background-repeat: repeat-y;
}
.subcontent_bottom {
	width:584px;
	height:17px;
	background-image: url(../images/subcontent_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.subcontent2 {
    width:200px;
	color:#CCCCCC;
	background-color: #FFFFFF;
	margin:10px 0 0 16px;
}
.subcontent2_top {
	width:200px;
	height:17px;
	background-image: url(../images/subcontent2_top.gif);
	background-repeat: no-repeat;
}
.subcontent2_main {
	width:200px;
	background-image: url(../images/subcontent2_bkgd.gif);
	background-repeat: repeat-y;
}
.subcontent2_bottom {
	width:200px;
	height:17px;
	background-image: url(../images/subcontent2_bottom.gif);
	background-repeat: no-repeat;
}
.subcontent3 {
    width:800px;
	background-color: #FFFFFF;
	margin-left: 16px;
}
.subcontent3_top {
	width:800px;
	height:17px;
	background-image: url(../images/subcontent3_top.gif);
	background-repeat: no-repeat;
}
.subcontent3_main {
	width:800px;
	background-image: url(../images/subcontent3_bkgd.gif);
	background-repeat: repeat-y;
}
.subcontent3_bottom {
	width:800px;
	height:17px;
	background-image: url(../images/subcontent3_bottom.gif);
	background-repeat: no-repeat;
}

#sub_footer {
    color:#666666;
	font-size:12px;
	font-weight:lighter;
	padding: 32px 16px 0 16px;
}
#navbar2 {
    width:330px;
	height:55px;
	margin:20px 0 0 90px;
	padding: 4px 0 0 2px;	
	background-image: url(../images/footer_bkgd.gif);
	background-repeat: no-repeat;
}

.portfolio {
	width: 380px;
	border: 1px dashed #CCCCCC;
	float: left;
	margin: 16px 0 0 8px;
	padding: 5px 3px;
}
.portfolio img {float:left; padding-right: 8px;}
.portfolio dd {line-height: 18px; padding-top: 5px}

.text1 {
    font-size:16px;
    color:#333333;
}
.grey_text {
    color:#666666;
	font-weight:bold;
}

ul {
	list-style: none;
}
li {
    margin: 0 32px 16px 32px;
}