body{
margin:0;
padding:0;
background: #53abd1 url('/ims/background.png') repeat-x;
font-size: 12px;
font-family: "Helvetica Neue", Arial;
color: #a6a4a4;
}

img {
border: 0;
}

.site-wrapper {
width: 920px;
margin: auto;
}

a {
color: #53abd1;
text-decoration: none;
}

a:hover {
color: #53abd1;
text-decoration: underline;
}

.header {
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
}

.whitebox-top {
background: url('/ims/whitebox-top.png') no-repeat;
height: 20px;
width:920px;
margin: auto;
}

.whitebox-main {
background: url('/ims/whitebox-content.png') repeat-y;
width:920px;
margin: auto;
}

.whitebox-content {
width: 900px;
margin: auto;
}

.whitebox-bottom {
background: url('/ims/whitebox-bottom.png') no-repeat;
height: 20px;
width:920px;
margin: auto;
}

.mini-column {
width: 300px;
float: left;
}

.padding {
padding: 10px 20px;
}

.clear {
clear: both;
}


h1 {
margin:0;
padding:0;
font-size: 30px;
font-weight: normal;
}

h2 {
color: #53abd1;
margin:0;
padding:0;
font-size: 16px;
font-weight: normal;
}

.portfolio-small {
background: url('/ims/portfolio-small.png') no-repeat;
height: 164px;
width:300px;
}

.portfolio-small img {
margin-top: 10px;
margin-left:20px;
}

.copyright {
text-align: center;
color: #e8e8e8;
}




.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px;
height:320px;
}

.sliderwrapperpic{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px;
height:210px;
}


.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: left;
padding: 5px 20px;
height: 20px;
}

.pagination a{
padding: 0px 8px;
margin-right: 5px;
text-decoration: none; 
color: #a6a4a4;
background: #a6a4a4;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #53abd1;
}