body

{
	background: url('../images/bg.gif') fixed bottom right no-repeat #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #666;
	text-decoration: underline;
}

a:visited
{
	color: #333;
	text-decoration: underline;
}

img
{
	border: 0px;
}

img.photo
{
margin: 10px;
float: right;
}

td
{
	font-size: 10pt;
}

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color:#666;
	margin-bottom: 3px;
}

h2
{
	font-size: 18pt;
	border-bottom: 2px dotted #EC1D90;
}

h3
{
	font-size: 14pt;
}

h4
{
	font-size: 12pt;
}

h5
{
	font-size: 11pt;
}

#main-container
{
	margin: 0px auto;
	width: 770px;
}

#menu-container
{
	width: 118px;
	float: left;
}

#content
{
	padding: 0px 10px;
	width: 625px;
	font: 10pt "Arial", sans-serif;
	float: right;
}


.description
	{
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	position: absolute;
	z-index: 1000;
	margin: 3px;
	margin-left: 15px;
	width: 595px;
	height: 60px;
	background: #000;
	font: 9pt "Arial", sans-serif;
	color: #FFF;
	}

.description p
	{
	padding: 10px;
	}

/* boxes for various sections */

#logo
{
	font: 12pt "Arial", sans-serif;
	margin-bottom: 3px;
}

.section-box

{
	padding: 0px 5px;
	margin-bottom: 5px;
	width: 70px;
	height: 80px;
	text-align: right;
	font: 10pt "Arial Black", sans-serif;
	color: #333;
}

.section-box a:link
{
	text-decoration: none;
}

.section-box a:visited
{
	text-decoration: none;
}

.section-box a:hover
{
	color: #FFF;
	text-decoration: none;
}


.current-section-box

{
	padding: 0px 5px;
	margin-bottom: 5px;
	width: 108px;
	height: 118px;
	text-align: right;
	font: 12pt "Arial Black", sans-serif;
	color: #FFF;
}

.current-section-box a:link

{
	color: #FFF;
	text-decoration: none;
}

.current-section-box a:visited
{
	color: #FFF;
	text-decoration: none;
}


#portfolio
{
	background: #F0C7D9;
}

#services
{	
	background: #BCBCBC;
}

#vision
{
	background: #ECA5C4;
}

#contact
{
	background: #DCDCDC;
}


/* resume styles */
.left-block
{
	width: 25%;
	float: left;
}

.right-block
{
	width: 75%;
	float:right;
}

.indent
{
	margin-top: 0px;
	margin-left: 15px;
}