body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #121212;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #121212;
}
#container  a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container a:hover {
	color: #FECA4E;
}


#header {
	color: #121212;

}
#header .title {
	background-image: url(images/title.png);
	position: relative;
	left: 0px;
	top: 0px;
	height: 132px;
	width: 380px;
	margin: 0px;
	padding-top: 135px;
	padding-right: 80px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: justify;
	overflow: visible;
}

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #availability {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: auto;
	width: 400px;
	top: 30px;
	right: 0px;
}
#header #About {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	height: 300px;
	width: 420px;
	top: 30px;
	right: 30px;
	text-align: justify;
}
#header #About    img  {
	position: relative;
	left: 40px;
	top: 0px;
}
#header #About    #AboutText  {
	position: absolute;
	height: 150px;
	width: 380px;
	left: 65px;
	top: 40px;
	text-align: justify;
}

#mainContent {
	background-color: #121212;
	color: #FFFFFF;
}
.block {
	background-image: url(images/block.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 970px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent #info {
	position: relative;
	height: 600px;
}
#mainContent #info #contact img {
	top: 70px;
	position: absolute;
	left: 40px;
}
#mainContent #info #contactform {
	position: absolute;
	top: 120px;
	left: 65px;
}
#mainContent #info #contactform ul {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}
#mainContent #info #contactform li {
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
	width: 150px;
}
#mainContent #info #contactform input {
	width: 250px;
	background-color: #181818;
	border: 1px solid #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	overflow: visible;
	margin-bottom: 15px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent #info #contactform input:hover {
	border: 1px solid #666666;

}
#mainContent #info #contactform input:focus {

border: 1px solid #FFFFFF;

}
#mainContent #info #contactform textarea {
	width: 450px;
	background-color: #181818;
	border: 1px solid #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 15px;
}
#mainContent   #info   #contactform   #contact2   .submit {
	width: 110px;
}

#mainContent #info #contactform textarea:hover {
	border: 1px solid #666666;

}
#mainContent #info #contactform textarea:focus {

border: 1px solid #FFFFFF;

}
#mainContent  #info  #contactform  label {
	margin: 0px;
	padding: 0px;
}


#mainContent #info #skills {
	right: 10px;
	position: relative;
}

#mainContent  #info  #skills  img   {
	position: absolute;
	top: 70px;
	left: 665px;
}
#mainContent #info #skills #skillsList {
	position: absolute;
	top: 120px;
	left: 660px;
	width: 281px;
	height: 205px;
}
#mainContent #info #skills #skillsList li {
	margin-top: 5px;
	margin-bottom: 5px;
}





#mainContent .block .siteaddress {
	position: absolute;
	height: 20px;
	width: 350px;
	top: 40px;
	right: 10px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
}
#mainContent .block .blockimage {
	position: absolute;
	height: 192px;
	width: 605px;
	left: 40px;
	top: 80px;
	border: 1px solid #666666;
}



#footer #footercontent {
	top: 20px;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 280px;
	width: 970px;
	left: 20px;
	font-size: 12px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer #validation {
	width: 280px;
	height: 200px;
	top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer #footercontent #links #validation .validation a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	width: 81px;
	height: 15px;
	left: 55px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

#footer #footercontent #links #validation .validation a:hover {
	color: #CCCCCC;
}



#footer #footercontent #links #validation .validation {
	list-style-image: none;
	list-style-type: none;
}

#footer #footercontent a {
	display: block;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}



#footer #footercontent #links {
	position: relative;
	left: 0px;
	top: 25px;
	width: 970px;
	height: 260px;
	clear: both;
}
#footer  #footercontent  #validation  {
	position: relative;
	height: 200px;
	width: 240px;
	list-style-image: none;
	list-style-type: none;
	top: 0px;
	float: left;
}



#footer #footercontent #links .last a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #footercontent #links #favorites {
	float: left;
	display: inline;
	margin-right: 5px;
}

#footer #footercontent #links #resources {
	float: left;
	display: inline;
	margin-right: 5px;
}

#footer #footercontent #links a:hover {
	background-image: none;
	background-color: #333333;
}

#footer #footercontent #links ul {
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0px;
	width: 290px;
}
#footercontent #links li {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer #footercontent #links .first {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: normal;
	padding-bottom: 20px;
	width: 280px;
	left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}
#footer #footercontent #disclaimer {
	position: relative;
	left: 360px;
	width: 290px;
	bottom: -60px;
	color: #999999;
	font-family: Helvetica, sans-serif;
}
#footer #footercontent #links #validation li {
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
	width: 290px;
	text-align: center;
}
