body {
		 background-image: url("images/bg-page.jpg");
		 background-repeat: repeat-x;
		 text-decoration: none;
		 margin: 0px;
		 background-color: #505050;
}

p {
    font-family: helvetica, tahoma, verdana;
		font-size: 13px;
		color: #EEE;
}

a {
	  color: #59E;
	 	font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		font-size: 16px;
		font-weight: bolder;
	 	text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

ul {
	  color: #EEE;
}

#topbar {
		background-image: url("images/bg-header.png");
		height: 100px;
		width: 100%;
		vertical-align: center;
}

#myphoto {
		position: absolute;
		z-index: 5;
		left: 160px;
		top: 120px;
}

#headerfield {
		background-image: url("images/field1.png");
		background-color: none;
		position: absolute;
		left: 620px;
		top: 120px;
		width: 250px;
		height: 75px;
		text-align: center;
}

#headerfield a {
		color: #058;
		font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		font-weight: bolder;
		font-size: 22px;
		text-align: center;
		text-decoration: none;
		line-height: 68px;
		vertical-align: middle;
}

#headerfield a:hover {
		text-decoration: underline;
}

#buttonfield1 {
	  background-image: url("images/field3.png");
		background-color: none;
		position: absolute;
		left: 650px;
		top: 200px;
		width: 272px;
		height: 68px;
		text-align: center;
}

#buttonfield1 a {
		color: #EFF;
		font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		font-weight: bolder;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		line-height: 68px;
		vertical-align: middle;
}

#buttonfield1 a:hover {
		text-decoration: underline;
}

#buttonfield2 {
	  background-image: url("images/field3.png");
		background-color: none;
		position: absolute;
		left: 650px;
		top: 280px;
		width: 272px;
		height: 68px;
		text-align: center;
}

#buttonfield2 a {
		color: #EFF;
		font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		font-weight: bolder;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		line-height: 68px;
		vertical-align: middle;
}

#buttonfield2 a:hover {
		text-decoration: underline;
}

#headerfield2 {
		background-image: url("images/field2.png");
		background-color: none;
		position: absolute;
		left: 200px;
		top: 150px;
		width: 400px;
		height: 200px;
		padding: 0px;
		margin: 10px;
}

.largemainheader {
		color: #058;
		font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		position: relative;
		top: 10px;
		left: 150px;
		font-size: 26px;
		line-height: 40px;
		font-weight: bolder;
		z-index: 1;
}

.smallmainheader {
		color: #047;
		font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		position: relative;
		left: 155px;
		font-size: 18px;
		line-height: 30px;
		font-weight: bolder;
		z-index: 1;
}

#maincontent {
		position: absolute;
		left: 200px;
		right: 200px;
		top: 380px;
		padding: 5px;
}

.headertitle {
	  font-family: "Palatino Linotype", helvetica, tahoma, verdana;
		font-size: 22px;
		color: #FFF;
}

#contactinfo {
		position: absolute;
		top: 200px;
		left: 200px;
		right: 200px;
		bottom: 200px;
}

#contactinfo p {
		font-family: helvetica, tahoma, verdana;
		font-size: 14px;
		color: #EEE;
}

#cvmaincontent {
		position: absolute;
		left: 200px;
		top: 200px;
		right: 200px;
		bottom: 200px;
}

#cvmaincontent p {
	  color: #FFF; 
		position: relative;
		left: 30px;
}

#cvmaincontent h1 {
		color: #5AF;
}

#cvmaincontent h2 {
		color: #49E;
}

#cvmaincontent h3 {
		color: #49E;
		position: relative;
		left: 10px;
}

#cvmaincontent h4 {
		color: #EEF;
		position: relative;
		left: 20px;
}

#myservices {
		position: absolute;
		left: 200px;
		right: 200px;
		top: 200px;
		bottom: 200px;
}

#footer {
		background-color: #666;
		position: fixed;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 16px;
		text-align: center;
}

.designby {
		font-size: 9px;
		line-height: 14px;
		color: #AAA;
		font-style: italic;
		vertical-align: middle;
}