
/* --- main element styling --- */
BODY{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    background: #fff url(/images/bakGrad.jpg) repeat-x;
}

H1{
    color: #009;
    font-size: 120%;
    font-weight: bold; 
    width: 100%;
    margin-top: 0px;
}
		
A:link, A:visited, A:active{	
	text-decoration:	underline;
	font-weight: normal;
	color:#004584;
}			
#footer A:link, #footer A:visited, #footer A:active{
    color: #555;
}
A:hover, #footer A:hover{	
	color:#009;
}

IMG{
	margin: 0;
	padding: 0;
	border: 0;
}


/* --- blocks and containers --- */
#mainContainer{
	display: block;
	clear: both;
	margin: 0px auto 15px auto;
	padding: 0;
	width: 980px;
	background-color: #fff;
}

#header, #nav, #strap, #footer{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
}
#nav{
	background-color: #8B0526;
	text-align: left;
}
#footer{
	text-align: right;
	padding-top: 10px;
    color: #555;
}
.footerInner {
	font-size: smaller;
    padding-right: 20px;
}

#mainTwoCol {
    display: block;
    clear: both;
    float: left;
	background-color: #fff;
    width: 100%;
    margin-top: 15px;

}

#leftCol{
    display: inline;
    float: left;
    width: 230px;
    text-align: left;
}

#rightCol{
    display: inline;
    float: right;
    width: 750px;
    text-align: left;
}

.sidebar {
    width: 186px;
    margin: 5px 15px 20px 19px;
}
.sidebarContent {
    width: 166px;
    /*margin: 20px 10px 10px 10px;*/
    margin-left: 10px;
    padding-top: 40px;
    font-size: 85%;
}

#sidebarServices {
    background: #fff url(/images/sidebar_services.jpg) no-repeat;
    height: 186px;
}
#sidebarContact {
    background: #fff url(/images/sidebar_contact.jpg) no-repeat;
    height: 54px;
}




.innerBlock{
    width: 730px;
	margin: 0;
	display: block;
	clear: both;
	font-size: small; text-align: justify;
}

.picSpacer {
    width:40px;
    height:1px;
}

.boxed {
    width: 90%;
	margin: 0px auto 0px auto; padding: 10px;
	display: block;
	clear: both;
	text-align: justify;
	border: solid 1px #888;
}

/* --- general styling -- */

.mainClear {
    display: block; 
    clear: both;
}
.buffer {
    display: block; 
    clear: both; 
    padding-top: 5px;
}
.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;
}
.smaller{ 
    font-size: 80%;
}
