
BODY
{
    background-color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}

H1
{
    color: #90a5f7;
    font-size: 120%;
    font-weight: bold; 
    width: 100%;
    text-align: center;
}
		
A:link, A:visited, A:active
{	
	text-decoration:	underline;
	font-weight: normal;
	color:#fff;
}	
		
A:hover
{	
	text-decoration:	underline;
	font-weight: normal;
	color:#b8c5fa;
}

IMG
{
	margin: 0;
	padding: 0;
	border: 0;
}

DIV.mainContainer
{
	margin: 0px auto 0px auto;
	padding: 0;
	display: block;
	clear: both; 
	background-image: url(/images/bakStrip.jpg); 
	background-repeat: repeat-x; 
	background-position: 0px 75px;
	height: 567px;
}

#main, #header, #strap, #footer
{
    width: 980px;
	margin: 0px auto 0px auto;
	padding: 0;
	display: block;
	clear: both;
	background: transparent;
}
#navWrapper
{
    width: 980px;
    margin:  0px auto 0px auto;
    clear: both; display: block;
}
#nav
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	clear: both;
}
.homeNavBak
{
    background-image: url(/images/pic_homeTop.jpg);
    background-repeat: no-repeat;
}
.innerLeft
{
    display: inline;
    float: left;
    width: 400px;
    margin: 14px 0px 0px 0px;
}
.innerRight
{
    display: inline;
    float: right;
    width: 560px;
    margin: 14px 0px 0px 20px;
}
.pageTitle
{
    display: block;
    clear: both;
    float: left;
    text-align: left;
}
.contentBlock
{
    display: block;
    clear: both;
    text-align: justify;
    padding-top: 14px;
}

/* old stuff */
#inner
{
    width: 740px;
    min-height: 370px;
	margin: 0;
	padding: 30px 30px 0px 30px;
	display: block;
	clear: both;
	margin: auto;
	color: #fff;
}
html * #inner{height: 340px;}
.bakClients{
    background-image: url(/images/bakClients.jpg); background-repeat:no-repeat; background-position: center top;
}
.bakInner1{
    background-image: url(/images/bakInner1.jpg); background-repeat:no-repeat; background-position: center top;
}
.bakInner2{
    background-image: url(/images/bakInner2.jpg); background-repeat:no-repeat; background-position: center top;
}
.bakInner3{
    background-image: url(/images/bakInner3.jpg); background-repeat:no-repeat; background-position: center top;
}

.backNoPic
{
    background-image:url(/images/blockBak.jpg);
    background-repeat: no-repeat;
}
.backPic
{
    background-image:url(/images/blockBakPic.jpg);
    background-repeat: no-repeat;
}
.blockBott
{
	display: block;
	clear: both;
	text-align: justify;
	margin: 0px auto 0px auto;
	padding: 0;
	width: 800px;
    height: 30px;
    /*background-image:url(/images/blockBottBak.jpg);
    background-repeat: no-repeat;*/
}
.bothMargin
{
    margin-left: 60px;
    margin-right: 60px;
}
.leftMargin
{
    margin-left: 340px;
}
.rightMargin
{
    margin-right: 340px;
}
/* end */


.leftAlign
{
    text-align: left;
}
.rightAlign
{
    text-align: right;
}
.centered
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.emphasis
{
	font-weight: bold;
}
.colorise
{
	color:	#dd67cf;
}
