@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

#container
{
	width: 955px;
	margin: 10px auto;
	background-color: #FFF;
	color: #333;
	border: 1px solid gray;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
}
#header
{
	background-color: #FFF;
	height: 75px;
}

#content
{
	max-width: 100%;
	background-color: #FFF;
	text-align: center;
	background-image: url(../images/resume_bg.jpg);
}

#footer
{
	color: #FFF;
	background-color: #3980D5;
	font-size: 10px;
	float: left;
	width: 655px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer_menu  {
	font-size: 10px;
	background-color: #3980D5;
	text-align: right;
	float: right;
	width: 290px;
	margin: 0;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

