*{
	margin:0;
}

html,
body {
   margin:0;
   padding: 0;
   height:100%;
   font-family:Helvetica,Arial,sans-serif;
   
   }

html,
body,
#wrapper {
	min-height:600px;
	#height:auto !important;
  	#height:600px;
  	}

body > #wrapper {
	margin-top: 10px;
}

#wrapper {
   	width:920px;
   	margin: 0 auto;
   	padding: 0 20px 30px 20px;
   }

/* !--------FORM------ */

#note{
	color: #bd4a4d;
	padding: 10px;
	
}

input[type="text"], input[type="file"] {
	font-size: 1em;
	width: 342px;
	padding: 5px;
	color: #6d6d6d;
	background: #ebebeb;
	border: 1px solid #aaa;
	background-repeat: no-repeat;	
}

select {
	background: #ebebeb;
	width: 171px;
	color: #6d6d6d;
	border: 1px solid #aaa;
	padding: 5px;
}

textarea{
	font-size: 1.2em;
	height: 128px;
	width: 342px;
	background-image: url(../images/bg_textarea.png);
	border: none;
	padding: 10px;
	background-repeat: no-repeat;
	color: #6d6d6d;
	font-family:Helvetica,Arial,sans-serif;
	}

input[type="submit"] {
	color: #5c5c5c;
	font-weight: bold;
	border:1px solid #b2b2b2;
	background:#c0c0c0;
	width:70px;
	height: 26px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 5px #b1b1b1;
	-webkit-box-shadow: 0 0 5px #b1b1b1;
	text-transform: uppercase;	
	}

input[type="submit"]:hover{	
	background:#a6a6a6;	
}
	

hr{
	border:none;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom:20px;
}

/* ! Contact ------------------ */

#footercontent input[type="text"] {
	width: 275px;
	margin-bottom: 10px;
	font-size: 10px;
}

#footercontent textarea { 
	width: 275px;
	padding: 5px; 	
	height: 95px;
	font-size: 10px;
	margin-bottom: 10px;
	background: #ebebeb;
	border: 1px solid #aaa;
}


	

/* !--------CONTENT------ */

#content{
	padding: 20px 0;
	font-size: 12px;	
	line-height: 18px;
	background: white;
	color:#767676;    
	position: relative;
	}

#content img {
	border: 1px solid #aaa;
}


#content a.link{
	color: #aaa;
	text-decoration: none;
	#font-weight: bold;
	}

#content a.link:hover{
	text-decoration: underline;
	}

#portfolio img{
	margin: 0 0 40px 0;
}

#content img:hover{
	background: #c1c1c1;
}


#content .rightcolumn img:hover{
	cursor: default;
	background: none;	
}


/* !--------COLUMNS------ */
.leftcolumn{
	width:660px;
	position: relative;
	float: left;
	margin-bottom: 50px;
	padding: 20px 20px 0 0;
	clear: both;
	
	
}
	
.rightcolumn{
	padding: 20px;
	width: 200px;
	height: 300px;
	position: absolute;
	right: 0;
}

.rightcolumn ul{
	list-style: none;
	padding: 0;
}


/* !--------NEWS------ */
.news{
	min-height:100px;
	#height:auto !important;
  	#height:100px;
	padding: 20px 0;
	margin-bottom: 20px;
	color: #8f887d;
	background: white;

}

.news a {
	text-decoration: none;
	color: #008eff;
	}


#Searchresult{
	height: 400px;
}



/* !--------INTRO------ */
#intro{
	padding:20px 320px 20px 0;
	margin-bottom: 20px;
	width: 660px;
/* 	text-align: justify; */
}

h2, h2 a, .news h2, .news h2 a{
	font-size: 1em;
	color: #6d6d6d;
	text-decoration: none;
}

/* !--------MISC------ */

h1,h2.widgettitle{
	color:#6d6d6d;
	font-size: 11pt;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	}
	
/* !-----PORTFOLIO----- */
.ngg-galleryoverview{
	display: block;
}	