body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana;
	color: #999;
	background-color: #222222;
	font-size: 100%;
}

h1, h2, h3, h4, ul, li, a, p{
	margin: 0px;
	padding: 0px;
}

h1{
	margin-left: 50px;
	padding-top: 1px
}

h2{
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

h3{
	font-size: .8em;
}

h4{
	font-size: .8em;
	font-weight: bold;
	margin: 2px 2px 5px 2px;
}

p{
	font-size: .6em;
}


a{
	font-size: 1em;
}

ul, li{
	margin-left: 8px;
	font-size: .8em;
	list-style: circle;
}

a:link{
	color: #ccffcc;
	text-decoration: none;
}

a:visited{
	color: #ccffcc;
	text-decoration: none;
}

a:hover {
	color: #e2fce2;
	text-decoration: none;
}


.footer {
	font-size: .7em;
	color: #ccffcc;
}

.footer a:link{
	color: #ccffcc;
	text-decoration: none;
	font-size: .7em;
}

.footer a:visited{
	font-size: .7em;
	text-decoration: none;
	color: #ccffcc;
}

.footer a:hover {
	font-size: .7em;
	text-decoration: none;
	background-color: #e2fce2;
	color: #222222;
}

img{
	border: 1;
}


/*Wrapper*/
div#wrapper{
	width: 800px;
	margin: auto;
	text-align: left;
	background-color: #333333;
	border-left: solid 1px #111111;
	border-right: solid 1px #111111;
}

div#headerText{
	font-size: .6em;
	font-weight: bold;
	color: #ccffcc;
	}

/*Sub Header*/
div#sub_header{
	padding: 0px;
	text-align: right;
}


/*Content*/
div#content_layer_1{
	<!--background-image: url("footer_bar.jpg");-->
	background-position: left top;
	background-repeat: no-repeat;
	width: 800px;
	margin: 0px 0px;
}

div#content_layer_2{
	<!--background-image: url(images/content_background_bottom.gif);-->
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-bottom: 2px;
}


/*Portfolio*/

div.portfolio_item{
	margin: 20px 5px;

}

div.portfolio_item2{
	margin: 20px 5px;
	height: 330px;
}

div.portfolio_body {


}
div.portfolio_body p{
	margin-bottom: 10px;
}

div.portfolio_titleheader{
	padding: 2px;
	text-align: center;
	background-color: #222222;
	color: #ccffcc;
	font-weight: bold;
}


div.portfolio_itemheader{
	padding-top: 6px;
	text-align: center;
	color: #ccffcc;
	font-weight: bold;
}

div.portfolio_item div.portfolio_header{
	padding: 2px;
	background-color: #222222;
	color: #ccffcc;
	font-weight: bold;
}

div.portfolio_item div.portfolio_images{
	float: left;
	margin: 10px;
}

div.portfolio_item div.portfolio_images img{
	    border: solid 1px #111111;
}

div.portfolio_item .portfolio_mainimages{
	float: left;
	margin: 0px 8px 0px 0px;
	padding-bottom:10px;
	padding-right: 10px;
	border: 1;
	height:150px;
}

div.portfolio_item2 .portfolio_header{
	padding: 2px;
	background-color: #222222;
	color: #ccffcc;
	font-weight: bold;
}

div.portfolio_item2 .portfolio_images{
	float: left;
	margin: 10px;
}

div.portfolio_item2 .portfolio_images img{
	    border: solid 1px #111111;
}

div.portfolio_item2 .portfolio_mainimages{
	float: left;
	margin: 0px 8px 0px 0px;
	padding-bottom:10px;
	padding-right: 10px;
	border: 0;
	height:150px;
}


/*Footer*/
div#footer{
	margin: 16px 22px;
	color: #ccffcc;
	font-size: .7em;
	text-align: right;
}

/*Float + Clear*/
div#float{
	float: right;
	height: 100%;
}

div.clear{
	clear: both;
}                                                                                                                                                     




































































































