@charset "utf-8";

@import url("styles.css");

body {
	background-color: #2b2b2b;
	margin: 0px;
}

#container {
	width: 758px;
	margin: 30px auto 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#header {
	width: 758px;
	height: 119px;
	background-image: url(../images/bg-header.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#nav {
	width: 758px;
}

/* CONTENTS */
#contenthome {
	width: 716px;
	background-image: url(../images/bg-home-content.gif);
	background-repeat: repeat-y;
	padding: 0px 21px 21px 21px;
}
#contentinside {
	width: 678px;
	padding: 0px 40px 40px 40px;
}

#left {
	width: 467px;
	float: left;
}

#right {
	width: 207px;
	float: right;
}

#testiholder {
	width: 157px;
	background-image: url(../images/bg-testimonial-bottom.gif);
	background-repeat: no-repeat;
	padding: 25px 25px 0px 25px;
	background-position: left bottom;
}
#bgtesti {
	background-image: url(../images/bg-testimonial.gif);
	background-repeat: no-repeat;
}
#headings {
	padding: 35px;
}

/* INSIDE HEADER IMAGES */
#headerservices {
	width: 758px;
	height: 100px;
	background-image: url(../images/image-services.jpg);
	background-repeat: no-repeat;
}
#headerwriting {
	width: 758px;
	height: 100px;
	background-image: url(../images/image-writing-sample.jpg);
	background-repeat: no-repeat;
}
#headerstaff {
	width: 758px;
	height: 100px;
	background-image: url(../images/image-staff.jpg);
	background-repeat: no-repeat;
}
#headercontact {
	width: 758px;
	height: 100px;
	background-image: url(../images/image-contact.jpg);
	background-repeat: no-repeat;
}

/* CONTENT SEPERATION */
#boxleft {
	float: left;
}
#boxright {
	float: right;
}

#footer {
	width: 758px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

/* SPACER */
#spacer {
	clear: both;
}
#gradientinside {
	width: 758px;
	height: 20px;
	background-image: url(../images/grad-inside.gif);
	background-repeat: repeat-x;
}
