* {
margin: 0;
padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
}

#wrapper {
	width: 578px;
	height: 780px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#logo {
	background-image:url(../images/logo.png);
	position:absolute;
	width: 128px;
	height: 108px;
	top: 32px;
	left: 3px;
}

* html #logo {
background:none;
float: left;
width: 132px;
height: 108px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}

#title {
	position:absolute;
	width: 246px;
	height: 40px;
	left: 150px;
	top: 39px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#d6883f;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#8676f3;
	font-size: 12px;
	line-height: 16px;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 28px;
	font-weight: bold;
      margin-top: 4px;

}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;

}

#navcontainer {
	position:absolute;
	left: 153px;
	top: 119px;
	width: 512px;
}


#photo {
	position:absolute;
	left: 25px;
	top: 154px;
	width: 525px;
	height: 191px;
}

#content1 {
	position:absolute;
	width: 227px;
	height: 157px;
	left: 32px;
	top: 369px;
}

#content2 {
	position:absolute;
	width: 225px;
	height: 157px;
	left: 323px;
	top: 369px;
}

p {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 16px;
}

a.content1 {
	color: #9999CC;
	text-decoration: underline;
}

ul {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 16px;
}


#testimonial {
	position:absolute;
	width: 541px;
	height: 30px;
	left: 29px;
	top: 698px;
}

.italic {
	font-size: 11px;
}

.fl_right {
	text-align:right;
	font-size: 12px;
}

a#homeindex {
	float: left;
	margin-right: 3px;
	width: 74px;
	height: 95px;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}

a#homeindex:hover {
	color:#000000;
}

a#portfolio {
	float: left;
	margin-right: 3px;
	width: 74px;
	height: 95px;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}

a#portfolio:hover {
	color:#000000;
}

a#process {
	float: left;
	margin-right: 17px;
	width: auto;
	height: auto;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;

}

a#process:hover {
	color:#000000;
}

a#about {
	float: left;
	margin-right: 15px;
	width: auto;
	height: auto;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;

}

a#about:hover {
	color:#000000;
}

a#tips {
	float: left;
	margin-right: 22px;
	width: auto;
	height: auto;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;

}

a#tips:hover {
	color:#000000;
}

a#links {
	float: left;
	margin-right: 30px;
	width: auto;
	height: auto;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;

}

a#links:hover {
	color:#000000;
}

a#contact {
	float: left;
	margin-right: 20px;
	width: auto;
	height: auto;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;

}

a#contact:hover {
	color:#000000;
}

a {
	text-decoration:underline;
	color: #8676f3;
}

#footer {
	position:absolute;
	width: 440px;
	height: 20px;
	color:#8676f3;
	font-size: 9px;
	left: 96px;
	top: 790px;
}

#wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper #footer a:hover {
	color: #d6883f;
}

#wrapper #content2 li {
	margin-left: 15px;
}

strong {
	color: #d6883f;
}
