body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC91F;
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 22px 0px;
}
#head {
	height: 201px;
	width: 100%;
	position: relative;
}
#bar {
	background-attachment: scroll;
	background-image: url(images/bar_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 48px;
	width: 100%;
	background-color: #FFC91F;
	position: relative;
	top: 0px;
}
#head #flash {
	height: 201px;
	width: 767px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#bar #bar_left {
	position: absolute;
	height: 48px;
	width: 430px;
	left: 0px;
	top: 0px;
	color: #000000;
	font-size: 14px;
}
#bar #bar_right {
	height: 48px;
	width: 570px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
}
#bar #bar_right p {
	height: 22px;
	margin-top: 10px;
}
#bar #bar_left p {
	margin-top: 7px;
	margin-left:  10px;
}
#nav {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	position: relative;
	width: 100%;
	top: 0px;
	height: 38px;
	padding-top: 10px;
}
#content {
	position: relative;
	width: 100%;
	top: 0px;
}
#content #left {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
#content #left p {
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
#content #right {
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/globe_back.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 581px;
}
#content #right #right_content .box {
	text-align: center;
	height: 33px;
	background-attachment: scroll;
	background-image: url(images/bar_back_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#content #right #right_content {
	position: relative;
	top: 125px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#content #right #right_content p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#content #right #right_content .left {
	text-align: left;
}
#content #right #right_content .justify {
	text-align: justify;
}
ul li{
	margin-left: 0px;
	font-weight:  bold;
}

#content #right #right_content .heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.center {
    text-align:  center;
}
#forbes {
	text-align: center;
	height: 25px;
	padding-top: 10px;
	position: relative;
	top: 591px;
	width:  100%
}

#content #right #right_content #specialize {
	width:  450;
	font-weight:  bold;
}
#nav a:link {
    text-decoration:  none;
	color:  #FFC91F;
}
#nav a:visited {
    text-decoration:  none;
	color:  #999999;
}
#nav a:hover {
    text-decoration:  underline overline;
	color:  #FFFFFF;
}
#nav a:active {
    text-decoration:  none;
	color:  #FFFF00;
}

a:link {
    text-decoration:  none;
	color:  #FFFFFF;
	font-weight:  bold;
}
a:visited {
    text-decoration:  none;
	color:  #999999;
		font-weight:  bold;
}
a:hover {
    text-decoration:  underline overline;
	color:  #CCCCCC;
		font-weight:  bold;
}
a:active {
    text-decoration:  none;
	color:  #FFFF00;
	font-weight:  bold;
}

