#container
{
	width: 640px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
}
#top
{
	width: 640px;
	height: 100px;
	background-image: url(images/top.gif);
}
#left
{
	width: 100px;
	height: 280px;
	background-image: url(images/left.gif);
	float: left;
}
#right
{
	width: 100px;
	height: 280px;
	background-image: url(images/right.gif);
	float: right;
}
#content
{
	width: 440px;
	height: 280px;
	background-image: url(images/center.gif);
	float: left;
}
#footer
{
	width: 640px;
	height: 100px;
	background-image: url(images/menu.gif);
	clear: both;
}
#inner
{
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: auto;
	height: 270px;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 13px;
	color: White;
	background-color: transparent;
	text-align: left;
}
.photo
{
	float: left;
	width: 180px;
	height: 80px;
	border: 3px solid #DEB887;
	margin-right: 3px;
	margin-bottom: 10px;
}
hr
{
	width: 300px;
	margin: auto;
}
#menu
{
	margin-left: -140px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
	font-variant: small-caps;
	color: #9400D3;
	background-color: transparent;
}
a
{
	color: #9400D3;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
div#menu ul
{
	margin-top: 0px;
}
div#menu li
{
	display: inline;
}
h3
{
	clear: both;
	text-align: left;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A52A2A;
	font-weight: bold;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width: 400px;
	height: 20px;
	background-color: #FFF8DC;
	font-variant: small-caps;
}
li
{
	list-style-type: none;
	margin-top: 3px;
}
.lista li
{
	list-style-type: disc;
	margin-top: 3px;
}
p
{
	margin-top: 15px; 
}
#bio li
{
	margin-left: -15px;
}
#gratz li
{
	margin-top: 3px;
	list-style-image: url(gfx/medal_gold_1.png);
}
h1, h2
{
  display: inline;
  font-weight: bold;
  font-size:13px;
}
.projects h2
{
	color: #A52A2A;
  display: inline;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	background-color: #FFF8DC;
}
