html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size: 11px; /*set default font size */
	font-family: Andale Mono, Arial, serif; /* set default font */
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: 0 0px;
}

body {
	padding: 0px;
	height: 100%;
	max-height: 100%;
	width: 100%;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat;
	background-position: 0 0px;
	color: #669999;
	text-align: left;
	font-family: Andale Mono, Arial, serif;
	font-size: 11px;
	margin: 0px;
}

img {
	border-width: 0px;
}

#wrapper {
	height: 100%;
	min-height: 600px;
	z-index: 100;
	margin:0 auto;
	text-align:left;
	width: 1050px;
}

#menu {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 80px;
}

#content {
	z-index: 0;
	display: block;
	height: 100%;
	float: right;
	width: 900px;
}

#submenu {
	margin-bottom: 5px;
	margin-left: 40px;
	margin-top: 215px;
	float: left;
	width: 100%;
}

#menulist ul {
	margin-left: 2px;
	padding:0;
	list-style:none;
}

#menulist li {
	height: 25px;
}

#submenulist ul {
	margin: 0px;
	padding:0;
	list-style:none;
}

#submenu li {
	float: left;
	margin-right: 15px;
}

#menulist a, #submenulist a , #footer a {
	color: #669999;
	text-decoration: none;
}

#menulist a:hover, #submenulist a:hover, #footer a:hover {
	color: #669999;
	text-decoration: none;
}

#menulist a.active, #submenulist a.active {
	color: #669999;
	text-decoration: none;
}

#canvas {
	top: 0px;
	bottom: 0px;
	position: relative;
	display: block;
	width: 900px;
}

* html #canvas {
	top: 0px;
	bottom: 0px;
	position: relative;
	width: 900px;
	height: 500px;
}

.draggable {
	left: 0px;
	top: 0px;
	background-color: white;
	position: absolute;	
	border: 1px solid #f3f3f3;
	padding: 10px;
	text-align: center;
	cursor: move;	
}

#portfolio {
	z-index: 0;
	width: 925px;
	margin-left: 30px;
	height: 285px;
	float: left; 
	overflow: hidden;
}

#portfoliotext {
	color: #cc6666;
	margin-top: 20px;
	margin-left: 40px;
	width: 700px;
	float: left;
	overflow-y: hidden;
}

#text {
	color: #669999;
	margin-top: 255px;
	margin-left: 50px;
	width: 700px;
	float: left;
	overflow-y: hidden;
}

#resizable {
	z-index: 0;
	margin-right: 10px;
	margin-top: 10px;
	height: 250px;
	background-color: white;	
	border: 1px solid #f3f3f3;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

#menulist a.active, #submenulist a.active {
color: #cc6666;
}

#drag1 {
	z-index: 400;
	left: 0px;
	top: 75px;
	position: absolute;
}

#drag2 {
	z-index: 800;
	left: 160px;
	top: 125px;
	position: absolute;
}

#drag3 {
	z-index: 200;
	left: 365px;
	top: 40px;
	position: absolute;
}

#drag4 {
	z-index: 300;
	left: 635px;
	top: 40px;
	position: absolute;
}

#drag5 {
	z-index: 400;
	left: 635px;
	top: 190px;
	position: absolute;
}

#drag6 {
	z-index: 200;
	left: 20px;
	top: 270px;
	position: absolute;
}

#drag7 {
	z-index: 100;
	left: 285px;
	top: 425px;
	position: absolute;
}

#drag8 {
	z-index: 300;
	left: 535px;
	top: 400px;
	position: absolute;
}

#drag9 {
	z-index: 100;
	left: 600px;
	top: 465px;
	position: absolute;
}

table {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Andale Mono, Arial, serif;
}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top
}
#bird {
	margin-left: -35px;
}
#text a {
	text-decoration: none;
	color: inherit;
}
#text a:hover {
	text-decoration: underline;
}
#footer {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 7px;
	margin-left: -320px;
	margin-bottom: 0;
	margin-top: -12px;
	z-index: 10;
	width: 400px;

	font-size: 0.9em;
}
#menulist {
	margin-top: -25px;
}

