/* General
======================================*/
body, p, h1, h2, h3 {
margin:0;
padding:0;
}

body {
background:url(images/bg_main.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:1.8em;
color:#535353;
}

img {
border: 0;
}

a:link, a:visited {
	color: #555;
	font-weight : bold; 
	outline:none;
  }

a:hover {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

a:active {
	color: #000;
	font-weight : bold; 
	outline:none;
  }

p.ind {
text-indent:1cm;
font-size:12px;
margin-bottom:15px;
}

p {
text-decoration:none;
font-size:12px;
margin-bottom:15px;
}

h1 {
font-size:20px;
font-weight:bold;
}

h2 {
font-size:18px;
font-weight:bold;
}

h3 {
font-size:14px;
font-weight:bold;
}
#pageWrap {
background:url(images/bgblue.jpg) repeat-y right top #f7f5f5;
width:830px;
margin:0 auto;
border:3px solid #d6d6d6;
}
/* Header
======================================*/
#head1 {height:300px;
}
#head2 {
background:url(images/h2-04.jpg) no-repeat;
height:151px;
}



/* Body
======================================*/
#bodyWrap {
margin:0;
height:100%;
}
#leftCol {
float:left;
width:570px;
}
#rightCol {
float:right;
width:249px;
height:324px;
background:url(images/frm.jpg) no-repeat top;
}
#leftContent {
padding:10px;
}
#title {
font-family:"Trebuchet MS", Arial, Verdana;
font-size:24px;
font-weight:bolder;
text-align:right;
color:#333;
}
#rightContent {
padding:10px;
}
#clear {
clear:both;
}
.client-image {
	width:120px;
	height:106px;
	margin:0 auto;
	margin-bottom:10px;
	border:5px solid #CCC;
}
.center {
	text-align:center;
}


/* Gallery
======================================*/
#gallery {
text-align:center;
width:500px;
margin:0 auto;
}
#gal {
overflow:hidden;
}
#gal ul {
list-style:none;
float:left;
text-align:center;
}
#gal li {
list-style:none;
float:left;
margin:2px;
}
#gal li img {
width:6em;
height:5em;
}
#gal li a {
display:block;
margin:2px;
padding:3px;
background:#d1d1d1;
}
#gal li a:hover {
background:#0072d5;
}



/* Footer
======================================*/
#footerMaster {
background:url(images/bg_ftr.jpg) repeat-x;
text-align:center;
margin:auto;
height:50px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}
a.footer:link, a.footer:visited {
text-decoration:none;
color:#333;;
}
a.footer:hover {
text-decoration:underline;
color:#ffffff;
/*background-color:#333333;*/
}
.footrLine {
padding:20px;
font-family:"Times New Roman", Times, serif;
color:#333;
/*visibility:hidden;*/
}
.footrCopyright {
color:#333;
}
