/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#a49fbc;
	font-family:arial, helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

a:link {
	color: #cc3366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A4A0BB;
}
a:hover {
	text-decoration: none;
	color: #cc3366;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-size:32px;
	font-weight:bold;
	color:#cc3366;
	margin-top:10px;
	padding-left:400px;
	margin-bottom:5px;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(images/backgroundImage.jpg);
	background-repeat:no-repeat;
	background-color: #d5d5dd;
	border-color:#e1e2e8;
	border-style:solid;
	border-width:3px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	height: 172px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:3em 0 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:left;
		padding-left:400px;
		padding-right:60px;
	}
	
#about-off_ {
	position:absolute;
	left:86px;
	top:219px;
	width:214px;
	height:37px;
}

#contentArea_ {
	position:absolute;
	left:300px;
	top:219px;
	width:606px;
	height:auto;
}

#services-off_ {
	position:absolute;
	left:86px;
	top:256px;
	width:214px;
	height:33px;
}

#samples-off_ {
	position:absolute;
	left:86px;
	top:289px;
	width:214px;
	height:33px;
}

#client-off_ {
	position:absolute;
	left:86px;
	top:322px;
	width:214px;
	height:36px;
}

#education-off_ {
	position:absolute;
	left:86px;
	top:358px;
	width:214px;
	height:47px;
}

#home-off_ {
	position:absolute;
	left:726px;
	top:149px;
	width:77px;
	height:23px;
}

#contact-off_ {
	position:absolute;
	left:803px;
	top:149px;
	width:103px;
	height:23px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc3366;
}
	div#footer p {
		margin:0;
		padding-left:400px;
		padding-top:30px;
		padding-bottom:26px;
	}