﻿body
{
	margin: 0 auto;
	padding: 0 0 0 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	width: 1000px;
	font-family: Tahoma;
}
/*
body *{
	border: 1px solid red;
}*/

#content{
	width:100%;
	background-image: url(   'Images/background-bottom-1.jpg' );
	background-repeat: no-repeat;
	background-position: bottom right;
	height:auto;
	float:left;
}
#bottom{
	width:100%;
	background-image: url(   'Images/background-bottom-2.jpg' );
	background-repeat: no-repeat;
	background-position: bottom right;
	height:auto;
	float:left;
}
.div-test
{
	border: solid 1px red;
}

.div-main
{
	height: auto;

}

.div-top
{
	background-image: url(   'Images/background-top.jpg' );
	background-repeat: no-repeat;
	height: 500px;
}

.top-right-header
{
	font-size: x-large;
	font-weight: bold;
	color: #135ba3;
}

.top-right-sub-header
{
	color: #77a500;
	font-weight: bold;
}

.clear-both
{
	clear: both;
}

.div-mid
{
	width:100%;
	background-image: url(   'Images/line-top-left.gif' );
	background-repeat: no-repeat;
	float:left;
	height: auto;
}

.div-mid-founder
{
	background-image: url(   'Images/line-top-left.gif' );
	background-repeat: no-repeat;
	height: auto;
}

.div-mid-founder-public
{
	background-image: url(   'Images/line-top-left.gif' );
	background-repeat: no-repeat;
	height: 550px;
}

.div-mid-project
{
	background-image: url(   'Images/line-top-left.gif' );
	background-repeat: no-repeat;
	height: 850px;
}

.div-bottom
{
	height: 160px;

	width:100%;

}

.menu-link
{
	color: #2c689e;
	font-weight: bold;
	text-decoration: none;
}

.menu-link a:visit, .menu-link a:link, .menu-link a:hover
{
	color: #2c689e;
	font-weight: bold;
	text-decoration: none;
}

.menu-sub-link
{
	color: #2c689e;
	font-weight: normal;
	text-decoration: none;
}

.menu-sub-link a:visit, .menu-sub-link a:link, 
{
	color: #2c689e;
	text-decoration: none;
	font-weight: normal;
}
.menu-sub-link a:hover{
	color:#006633;

}
.menu-line
{
	background-image: url(  'Images/line-menu.jpg' );
	background-repeat: no-repeat;
	background-position: bottom;
}

.index-mid
{
	float: left;
	position: relative;
	width: 437px;
	background-image: url( 'Images/index-mid-background.jpg' );
	background-repeat: no-repeat;
	height: 557px;
}

.index-left
{
	float:left;
	position:relative;
	width:280px;
	height:557px;
	background-image: url( 'Images/advisor-backgrounda.jpg' );
	background-repeat: no-repeat;
	background-position:bottom right;
	background-color:#eaeff3;
}
.indexlink{
	color: #1462a4;
	text-decoration: none;
	font-size:16pt;font-weight:bold;
}

.indexlink a:visit, .indexlink a:hover{
	color: red;
	text-decoration: none;
}

.index-right
{
	float:right;
	position: relative;
	width:283px;
	height:557px;
	background-image: url( 'Images/consulting-backgrounda.jpg' );
	background-repeat: no-repeat;
	background-position:bottom left;
	background-color:#eaeff3;
}
