/* CSS Document */
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #ffffff;

}
p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:1em;
}
em
{
	font-weight: bold;
	font-style: normal;
}
h1
{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}
h2
{
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 2px;
}
h3
{
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
a:link
{
	text-decoration: none;
	font-weight: bold;
	border: 0px none;
	color: #000000
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
	border: 0;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
	border: 0;
	color: #0000FF;
}
#frame
{
	margin: 40px 0 0 100px;
	background-color:#ffffff;
	width: 761px;
}
#title
{
}
#menu
{
	height:47px;
}
#menu2
{
	float:left;
	width: 153px;
	padding: 30px 10px 0 0;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 100px;
}
#text
{
	margin: 20px 0 10px 110px;
	width: 500px;
}
#image
{
	float:right;
	width:100px;
	margin: 0 50px 100px 10px
}
#textProjects
{
	margin-top: 20px;
	width: 761px;
}
#frontImage
{
	margin-top: 10px;
	height: 430px;
}
#dates
{
	float:left;
	width: 50px;
	margin-bottom:200px;
}
#row1
{
	margin-bottom:10px;
}
#row2
{
	margin-bottom:10px;
}
#row3
{
	margin-bottom:10px;
}
#row4
{
	margin-bottom:10px;
}
#retail
{
	width: 710px;
}
#leisure
{
	width: 710px;
}
#res
{
	width: 710px;
}
#int
{
	width: 710px;
}
#border
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	height: 11px;
}
/*classes */
.clear
{
	clear:both;
}
.smalltext
{
	font-weight: normal;
	font-size:0.8em;
}
.bigMargin
{
	margin-bottom:300px;