* {
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: 583px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image:url(../images/content_secondary.jpg);
}

#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: 34px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#d6883f;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

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

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

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

}

strong {
	color:#d6883f;
}

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


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

#content1 {
	position:absolute;
	width: 306px;
	height: 157px;
	left: 250px;
	top: 160px;
}

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

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

#testimonial {
	position:absolute;
	width: 261px;
	height: 30px;
	left: 299px;
	top: 495px;
}

.italic {
	font-size: 10px;
	font-style: italic;
}

.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;
}

#wrapper #footer {
	color: #8676f3;
	position: absolute;
	width: 440px;
	height: 20px;
	font-size: 9px;
	left: 96px;
	top: 1400px;
	text-decoration: none;
}

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

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