@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	background-image: url(../images/interface/bg.gif);
	background-repeat: repeat-x;
	right: 150px;
	font-family: "Century Gothic", Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	margin-left: 200px;
}
#container {
	margin-top: 40px;
}
#header {
	font-size: 16px;
	color: #CCC;
}
#header a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #000000;
}
#header a:link {
	color: #CCC;
	text-decoration: none;
}
#header a:visited {
	color: #CCCCCC;
	text-decoration: none;
}


#containerresume {
	margin-top: 20px;
	width: 700px;
	font-size: 12px;
}
#resumetitles {
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FF0000;
	font-weight: bolder;
	font-size: 18px;
}
#resumehilite {
	font-weight: bold;
	color: #FFFF99;
}
a:hover {
	color: #FF9900;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

a img {
	border: 2px solid #000000;
}

a:hover img {
	border: 2px solid #FF9900;
}
#name {
	color: #F00;
}

