* {
	margin:0px;
	padding:0px;
}
body {
	background: #ffffff;
	border: 0px;
	margin: 0px;
	/*font-family: "Helvetica neue 45 light", "Gill Sans Light", helvetica, arial;*/
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align:center; /*center hack*/
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


html, body, div, span,applet,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	height: 737px;
	width: 996px;
	padding: 0px 0px 0px 0px;
	background: no-repeat top left;
	border: 14px solid;
	margin: 20px auto 0;
		box-shadow: 2px 2px 10px #666;
		-webkit-box-shadow: 2px 2px 10px #666;
		-moz-box-shadow: 2px 2px 10px #666;  /*offset offset size color*/
	position: relative;
	
	text-align: left;
	/*color: #454449;*/
}
				/*#wrapper.index {
					background: url('../images/index.jpg');
					border-color: #3494a5;
				}
				#wrapper.offer {
					background: url('../images/offer.jpg');
					border-color: #5d1844;
				}
				#wrapper.projects {
					background: url('../images/projects.jpg');
					border-color: #929295;
				}
				#wrapper.artists {
					background: url('../images/artists.jpg');
					border-color: #9ef7a5;
				}
				#wrapper.services {
					background: url('../images/services.jpg');
					border-color: #67d9cd;
				}*/

#header { /* home logo */
	position: absolute;
	top: 23px;
	right: 23px;
	
	/*margin: 23px 23px 0px 0px;
	float: right;*/
	height: 99px;
	width: 177px;
	/*background: url('../images/index.header.jpg') #DBD5B4 no-repeat top left;*/
	background: url('../images/logo.png') no-repeat top right;
}
#header a {
	display: block;
	text-indent: -9999px;
	height: 198px;
	width: 177px;
	background: url('../images/titles/enter.png') no-repeat bottom left;
}

#header p {
	display: block;
	text-indent: -9999px;
	height: 123px;
	width: 223px;
}



#content {
	/*color: #565559;
	float: left;*/
	position: absolute;
	width: 420px;
	/*height: 311px;311px*/
}
/**html #content {
	margin: -20px 0px 0px 230px;
}*/
				/*#content.offer {
					background: #5d1844 url('../images/grad1.gif') -0px 0 repeat-x;
				}*/

h1 { /* xh1 */
	line-height: 0;
	margin: 10px 0 0px 0;
	display: block;
	/*width: 460px;*/
	height: 38px;	
	text-indent: -900em;	
	/*font-size: 24px;
	text-align: justify; left justify*/
}	
				/*h1.offer {
					background: url('../images/titles/whatweoffer.png');
				}
				h1.completedprojects {
					background: url('../images/titles/completedprojects.png');
				}	*/

p {
	margin: 5px 0 10px 0;
	font-size: 12px;
	text-align: justify; /*left justify*/
}

.purple, .red, .green, .blue, .grey, .dkblue {
	font-weight: bold;
	font-size: 14px;
}

#footer {
	margin: 0 auto;
	width: 996px;
	padding: 10px 0px 10px 0px;
}
#footer p {
	text-align: center;
	color: #737a7c;
	font-size: 10px;
}
