.clear-after: after { 
	content:"."; 
 	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	}
	
.clr {
clear:both;
} 

#container {
	margin: 0 auto;
	height:auto;
	min-height:100%;
	text-align: left;
	background: url(../images/flower.png) fixed no-repeat bottom;

	}

#logo {
	border: none;
	width:210px;
	height:66px;
	position: fixed;
	top:150px;
	left: 40px;
}

#backtotop {
	border: none;
	width:100px;
	height:66px;
	position: fixed;
	top:0px;
	left: 864px;
	z-index: 2000;
}
#backtotop a img { 
	border-style:none;
}
#gallery {
	height: auto;
	display:block;
	min-height:100%;
	width: 960px;

	}


#top {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	}

.portfolio a img {
	border: none;
	margin: 0px 2px 2px 0px;
	float: left;
	padding: 0px;	
	vertical-align: top;
}

#print {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	
	}
	
	
#identity {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	}
	
#web {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	}

#profile {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	}

#contact {
	position: relative;
	height: 700px;
	left:	286px;
	width: 620px;
	padding-top: 132px;
	}

#contact, table, tr, td {
	padding-bottom: 10px;
	}


input, textarea {
	background: url(../images/white_bg.png);
	border:	1px solid #3b2e84;
}

.submit-button {
	background-color: #3b2e84;
	font-size: 14px;
	color: #fff;
}

	
#email {
	width:		121px;
	height: 	74px;
	position: 	relative;
	top:		340px;
	left: 		129px;
	}
	

#bottom {
	position: relative;
	height: 550px;
	left:	286px;
	width: 620px;
	}
	
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	line-height: 10px;
	margin-top: 20px;
	margin-left: 885px;
	position: absolute;
	}


html,body {
	background-image: url(../images/plaster.jpg);
	text-align:center;
	margin: 0 0 0 0;
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height: 25px;
	}

.hidden {
  display: none;
  }

hr {
	height: 3px;
	width: 100%;
	text-align: left;
	border: none;
	margin-bottom: 20px;
}

.purple{
	color: #a15689;
	background-color: #a15689;
}

.pink{
	color: #e46767;
	background-color: #e46767;
}

.orange{
	color: #fe9732;
	background-color: #fe9732;
}

.yellow{
	color: #fed62c;
	background-color: #fed62c;
}

.grey{
	color: #898989;
	background-color: #898989;
}


h1 {
	font-weight: normal;
	font-size:16px;
	color:#898989;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:-10px;
	margin-bottom:-10px;


}

h2 {
	font-size:14px;
	color:#993333;
	padding-bottom:-10px;
	margin-bottom:-10px;
}

a {
  text-decoration: none;
  color:#a15689;
  }

a:hover {
	text-decoration: none;
	
  }
  
a.internal:link  {
	text-decoration: none;
  	color:#a15689;
	}

a.internal:hover {
	color:#ffffff;
	background-color: #3c2e85;
	padding: 3 3 3 3;
	text-decoration: none;
	}
 
  
/* menu */
  
ul.menu { 
	list-style-type:none; 
	padding:0px; 
	margin:0px 0 0 0; 
	overflow: hidden;
	}

ul.menu li{ 
	float:left;
	width:80px;
	margin-right:5px;
 
	}

ul.menu li a { 
	text-decoration: none;
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	
	}
ul.menu li a img { 
	border-style:none;
}

  
#menu-container { 
	position: fixed;
	width:	600px;
	left:	286px;
	z-index:100;
    
}
  
#menu-container li.back {
	border-bottom: 4px solid #3c2e85;
	height: 38px;
	z-index: 8;
	position: absolute;
}
