﻿body {
	margin: 4px;
	background-image: url('');
}

img {
border:0 solid #000000;
}

a:link {
	color: #237abf;
	text-decoration: none;
}

a:visited {
	color: #237abf;
	text-decoration: none;
}

a:hover, a:active {
	color:#cda35e; 
	text-decoration: none;
	}

div.container {
	width:700px;
	float:left;
	text-align: left;
	}

div.content {
	width: 640px;
	margin: 6px;
	float: left;
	font-family: Times, Times Roman, sans-serif;
	color:#7A7A7A;
}

div.header {
	display:inline;
	margin: 0px;
	width: auto;
	background-color: white;
	clear: left;
}
div.firstname {
	width: 250px;
	display:inline;

	font-family: Times, Times Roman, serif;
	font-size: 500%;
	font-weight: bolder;
	color: #237abf;
	border-color: #FF0000;
	border-width: 0;
	border-style: solid;
}
div.lastname {
	width: 260px;
	margin-top: 0px;
	position:absolute;
	left:315px;
	top:20px;
	float:none;
	border-width:0px;
	letter-spacing:2px;
	font-family: Times, Times Roman, serif;
	font-size: 150%;
	font-weight: normal;
	color: #cda35e;
	border-width: 0;
	border-top-color: #00FF00;
	border-top-style: solid;
}

div.page {
	width: 260px;
	margin-top: 0px;
	position:absolute;
	left:500px;
	top:100px;
	float:none;
	border-width:0px;
	letter-spacing:2px;
	font-family:Times New Roman, Times, serif;
	font-style: italic;
	font-size: 150%;
	font-weight: normal;
	color: #237abf;
	border-width: 0;
	border-top-color: #00FF00;
	border-top-style: solid;
}

div.title {

	width: auto;
	font-family: Times, Times Roman, serif;
	font-size: 150%;
	position:absolute;
	left:315px;
	top:50px;
	font-style:italic;
	letter-spacing:0px;
	font-weight: normal;
	color: #cda35e;
}
div.rule {
	height:4px;
	width:100%;
	background-color:#cda35e;
}

div.textmenu {
	text-decoration:none;	
	width: auto;
	height:28px;
	background-color: #e9ce87;
	clear: left;
	font-family: Times, Times Roman, serif;	
	font-size:large;
	color: white;
	text-decoration: none;
}
div.explanation {
	font-style: italic;
	margin: 4px;
	width: 640px;
}
div.features {
	width: 640px;
	margin: 0px;
	padding: 6px;
	border:0px solid red;
	background-color: #cda35e;
}
div.footer {
	height:28px;
	width: auto;
	font-style: italic;
	color: black;
	background-color: #e9ce87;
	margin-top: 4px;
	clear: left;
}
li {
	text-align: left;
	font-family: Times, Times Roman, serif;
	color: #7A7A7A;
}
div.iconbox {
	float:left;
	display:inline;
	border:0px solid red;
	margin: 4px;
	width: 200px;
	height:auto;
	overflow:hidden;
	text-align:center;	
}

div.iconbox2 {
	float:left;
	display:inline;
	border:0px solid red;
	margin: 4px;
	width: 200px;
	height:150px;
	overflow:hidden;
	text-align:center;	
}

div.desc {
  float:left;
  border:0px solid green;
  text-align: left;
  width: 200px;
  margin: 2px;
}
