html {font-family:arial;background:transparent;}
body {background:#ff3300 repeat-x fixed}


#container {
	margin-left: auto; 
	margin-right: auto;
	margin-top:2em;
	min-width:1000px;
}

#tree {
	float:right;
	margin-right:0em;
	margin-top:1em;
}

#wrap {
	margin-left:1em;
	margin-right:1em;
	max-width:55em;
	margin-top:2em;
}

* html #wrap {width:55em}
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#FFF;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font-size:11px;
	font-weight:bold;
}

p {
	font-size:13px;
	color:white;
	padding-top:5px;
}

.portfolio_item {
	clear:left;
}


.portfolio_item li
{
	font-size: 13px;
	color: white;
	list-style-image: url("../images/sq_bullet.gif");
	margin-top:1px;
}


.portfolio_image {
	float:left;
	margin-right:1.5em;
	padding:0.5em;
}

h1 {
	font-size:24px;
	margin-left:0.3em;
	color:#333333;
}

a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
a:hover {color:white;}


#footer {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal;
	color: #ffffff; 
	margin-bottom:1em;
	margin-top:0.25in;
	margin-left:0.7em;
	}
	
#footer a:link {color:white; padding:2px;}
#footer a:visited {color:white; padding:2px;}
#footer a:active {color:white; padding:2px;}
#footer a:hover {color:white; padding:2px;}

#copyright {
	font-family: Arial; 
	font-size: 10px; 
	font-weight: normal;
	color: #ffffff; 
	margin-bottom:0.25in;
	margin-top:0;
	margin-left:1em;
}


/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#FF9900;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}