@import "all.css"; 

body {
	background: url('/img/tile.jpg');
	margin: 0;
	font-family: Arial,Sans-serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a {
	font-size: 12px;
	color: #005B7F;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

#container {
	background: url('/img/bg.gif') no-repeat;
	width: 928px;
	height: 723px;
	position: relative;
}

#nav {
	position: absolute;
	left: 218px;
	z-index: 1000;
}

/*
	homepage images
*/

#interests {
	position: absolute;
	left: 180px;
	top: 343px;
}

#work-experience {
	position: absolute;
	left: 0px;
	top: 0px;
}

#contact {
	position: absolute;
	left: 0px;
	top: 508px;
}

#cv-promo {
	position: absolute;
	left: 205px;
	top: 559px;
}

#beach {
	position: absolute;
	left: 301px;
	top: 182px;
}

#krister-robinson {
	position: absolute;
	left: 284px;
	top: 152px;
}

#referees-qualifications {
	position: absolute;
	left: 420px;
	top: 221px;
}

/*
	content pages
*/

#content-head-image {
	position: absolute;
	left: 110px;
	top: 142px;
}

#content {
	width: 670px;
	height: 385px;
	overflow: auto;
	position: absolute;
	left: 120px;
	top: 190px;
}

#previous-button {
	position: absolute;
	left: 105px;
	top: 585px;
}

#next-button {
	position: absolute;
	left: 765px;
	top: 595px;
}

/*
	contact form
*/

div.standard-form .form_element {
	border: 1px solid #999;
}

div.standard-form td.label {
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	padding: 6px 10px 0px 0px;
	color: #0C3C39;
}	

div.standard-form td.form_column {
	padding: 3px 0;
}	

div.standard-form div.form-feedback {
	min-height: 32px;
	margin-left: 10px;
}

div.standard-form div.form-error {
	background: url(/weblib/img/form-feedback/FFF-error.gif) no-repeat 0px 0px;
}

div.standard-form div.form-ok {
	background: url(/weblib/img/form-feedback/FFF-ok.gif) no-repeat 0px 0px;
	padding-top:13px;
}

div.form-feedback {
	min-height: 22px;
	padding: 8px 20px 0px 45px;
	margin: 5px 20px 10px 0px;
	font-size: 9pt;
	font-weight: bold;
}

div.form-error {
	background: url(/img/form/icon-error.gif) no-repeat 0px 0px;
	color: #900;
}

div.form-ok {
	background: url(/img/form/icon-ok.gif) no-repeat 0px 0px;
	color: #060;
}
