/****** General layout ******/

* {
	margin: 0;
	padding: 0;
}

body, * html {
	font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	width: 100%;
	background: #000000 url(images/bg-main.jpg);
	background-repeat: no-repeat;
}

#pinkright {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 147px;
	background: none;
	margin-top: 0px;
}

#pink {
	position: relative;
	top: 0px;
	width: 161px;
	height: 147px;
	background: none;
	z-index: 1000;
	margin-top: 0px;
	float:right;
}
#container {
	width: 100%;	
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0;	
	border:none;
}
#containerhome {
	width: 700px;
	height:680px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0;	
	border:none;
	background: url(images/bg-home.png);
	background-repeat: no-repeat;
}
#containerportfolio {
	width: 700px;
	height:680px;
	margin: 0 auto 0 auto;
	position: relative;
	padding: 0;	
	border:none;
	background: url(images/bg-portfolio.png);
	background-repeat: no-repeat;
}

#navholder {width:700px; height:100px; float:left; margin:0 0 0 0; font:11px Calibri, Verdana, Arial, Helvetica, sans-serif; display:block; text-align:left; color:#000; padding:0 0 0 0; border:none; position: relative;}

#maincontent {
	width: 700px;
	height:450px;
	margin: 0 0 0 0;
	float:left;
	padding: 0 0 0 0;
	border:none;
	display:inline-block;
}

#footer {
	border:none;
	width: 700px;
	height:120px;
	margin: 0 0 0 0;
	float:left;
	padding: 0 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #414141;
	text-decoration:none; 
}

