﻿* 
{ 
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
body {
    margin:20px 0 0 0;
    padding:0;
    border:0;			
    width:100%;
    background:#000000;
    /*font-family:Trebuchet MS;*/
    font-family: Trebuchet MS;
}
h1 {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:normal;
	font-family:Sans-Serif;
}
h2{
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.yellow-text {
	color: #FFC000;
	font-weight: normal;
	line-height: 15px;
}
.p-10{
	margin-bottom: 10px;
	line-height: 16px;
}
.p-15{
	margin-bottom: 15px;
}
.p-25{
	margin-bottom: 25px;
}
a{
	color:#26CBEC;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 0;
    width: 755px;
    height: 567px;
	background: #000000 url(images/master_background.jpg) no-repeat;
}
#container 
{
}
#side-a {
	float: left;
	width: 218px;
    height: 565px;
	border-right: solid 1px #EDEDED;
	border-left: solid 1px #BFBFBF;
    border-top: solid 1px #B9B9B9;
    border-bottom: solid 1px #B9B9B9;
}
#side-a a {
	color: #FFFFFF;
	text-decoration: none;
}
#side-a #logo {
	width: 177px;
    height: 127px;
    display: block;
    padding: 20px 20px 0px 20px;
}
#side-a #menu {
	clear: both;
    padding: 20px;
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-family:Sans-Serif;
}
#side-a #menu img {
	clear: both;
}

#side-a #menu .one-text {
    position: absolute;
	left:90px;
	top:42px;
	z-index:20;
}
#side-a #menu .two-text {
    position: absolute;
	left:72px;
	top:105px;
	z-index:20;
}
#side-a #menu .three-text {
    position: absolute;
	left:72px;
	top:168px;
	z-index:20;
}
#side-a #menu .four-text {
    position: absolute;
	left:52px;
	top:231px;
	z-index:20;
}
#side-a #menu .five-text {
    position: absolute;
	left:78px;
	top:294px;
	z-index:20;
}
#side-a #menu .six-text {
    position: absolute;
	left:62px;
	top:357px;
	z-index:20;
}
#side-a #menu .one {
    position: absolute;
	left:30px;
	top:30px;
	z-index:10;
}
#side-a #menu .two {
    position: absolute;
	left:30px;
	top:93px;
	z-index:10;
}
#side-a #menu .three {
    position: absolute;
	left:30px;
	top:156px;
	z-index:10;
}
#side-a #menu .four {
    position: absolute;
	left:30px;
	top:219px;
	z-index:10;
}
#side-a #menu .five {
    position: absolute;
	left:30px;
	top:282px;
	z-index:10;
}
#side-a #menu .six {
    position: absolute;
	left:30px;
	top:345px;
	z-index:10;
}
#side-b { 
	margin: 0;
	padding: 20px;
	float: left;
	width: 495px;
    height: 525px;
    border-top: solid 1px #41474A;
    border-bottom: solid 1px #41474A;
	background: #FFFFFF url(images/master_bg_right.jpg) no-repeat;
    color: #FFFFFF;
    font-size: 14px;
    text-align:justify;
}
#side-b .bio {
	width:237px;
	float:left;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}
#side-b .bio img{
	width: 125px;
	height: 157px;
}
#side-b #sub-items{
	margin: 30px 0px 30px 0px;
	color: #FFFFFF;
	line-height: 15px;
}
#side-b #services a{
	color: #FFC000;
	text-decoration:none;
	margin: 8px 0px 8px 0px;
	display: block;
}
#side-b #services p{
	margin-bottom: 3px;
}
#side-b #sub-menu a{
	color: #FFC000;
	text-decoration:none;
	line-height: 12px;
	display:block;
}
