/* CSS Document */

html {
	text-align: center;
	min-height: 100%;
	background:url(../img/bkgrd.jpg) repeat-x bottom;
	}

a:link {
	color:#5c449a;
	}
a:hover {
	color:#bba287;
	}

td {
	text-align:left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
div.logo {
	position:absolute;
	float:left;
	width:157px;
	height:168px;
	top:25px;
	z-index:100;
	}

div.navigation { position:absolute; width:753px; height:98px; margin-left:202px; z-index:100; }

strong {
	color:#5c449a;
	}


/* Body of site */
#Body, #BodyHome {
	position:relative;
	margin: 12px 0 30px 0;
	z-index:5;
	width:953px;
	height:530px;
	}

#BodyHome {
	margin: 100px 0 0 0;
	}

.mainBody {
	position:relative;
	margin: 150px 100px 50px 100px;
	line-height:18px;
	}

.mainTitle {
	position:relative;
	margin:0px 0px 40px 155px;
	}

.mainPhoto {
	position:relative;
/*	margin:-103px 0px 0px 0px;*/
	padding:35px 0 0 50px;
	z-index:1;
	}

.client {
	list-style-image:url(../img/bullet.gif);
	padding:3px;
	margin:10px 0px 0px -20px;
	width:210px;
	}

.clientMedia {
	list-style-image:url(../img/bullet.gif);
	padding:3px;
	margin:10px 0px 0px -10px;
	width:320px;
	}

/* Frame */
.frameTop {
	background: url(../img/frame_top.png) no-repeat;
	width: 977px;
	height: 18px;
	}

.frameLt {
	background:url(../img/frame_lt.png) repeat-y;
	width:12px;
	height:33px;
	}

.frameRt {
	background:url(../img/frame_rt.png) repeat-y;
	width:12px;
	height:56px;
	}

.frameBottom {
	background: url(../img/frame_bottom.png) no-repeat;
	width: 977px;
	height: 18px;
	}
	
.frameUpperLt {
	background: url(../img/frame_u_lt.png) no-repeat;
	width: 12px;
	height: 351px;
	}

.frameUpperRt {
	background: url(../img/frame_u_rt.png) no-repeat;
	width: 12px;
	height: 295px;
	}

.frameLowerLt {
	background: url(../img/frame_l_lt.gif) no-repeat;
	margin: 0px 0px 0px 11px;
	width: 1px;
	height: 290px;
	}

.frameLowerRt {
	background: url(../img/frame_l_rt.gif) no-repeat;
	width: 1px;
	height: 342px;
	}
	
	
