@charset "UTF-8";
/* CSS Document */

body{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font:Helvetica;
font-size:.8em;
margin: 0px;
line-height: 1.5;
}
p{
margin-top: 0px;
margin-bottom: 10px;
}
a{
color: #000000;
}
a:hover{
color: #662d8d;
}
strong{
color: #662d8d;
font-weight: bold;
}
strong a{
color: #662d8d;
font-weight: bold;
}
strong a:hover{
color: #000000;
font-weight: bold;
}
.mainbox{

width: 900px;
border: #5B5D5F 1px solid;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 50px;
}

.header{
width: 900px;
height:120px;
margin-bottom: 30px;
float: left;
}

/* PAGE SPECIFIC ITEMS */

/* HOME PAGE */
.centrehome{
/* 350px total width */
width: 285px;
height:100%;
padding-left: 65px;
float: left;
min-height:500px;
background: URL('../images/homebg.png') left top no-repeat;
}

/* LITERATURE PAGE */
.centrelit{
width: 436px;
height:100%;
padding-left: 65px;
float: left;
min-height:500px;
background: URL('../images/literaturebg.png') left top no-repeat;
}

/* PHOTOGRAPHY PAGE */
.centrephoto{
width: 436px;
height:100%;
padding-left: 65px;
float: left;
min-height:500px;
background: URL('../images/photographybg.png') left top no-repeat;
}

/* ILLUSTRATION PAGE */
.centreillus{
width: 436px;
height:100%;
padding-left: 65px;
float: left;
min-height:500px;
background: URL('../images/illustrationbg.png') left top no-repeat;
}

/* PR PAGE */
.centrepr{
width: 436px;
height:100%;
padding-left: 65px;
float: left;
min-height:500px;
background: URL('../images/prbg.png') left top no-repeat;
}


.leftbar{
/* 220px total width */
width: 200px;
height: 100%;
padding-left: 20px;
float: left;
}
.righthome{
/* 330px total width */
width: 320px;
height:100%;
padding-left: 10px;
float: left;
}
.rightcontent{
/* 179px total width */
width: 169px;
height:100%;
padding-left: 10px;
float: left;
}
.footer{
width: 900px;
height: 100px;
clear: both;
text-align:center;
line-height: 2;
}
.button{
margin-bottom: 20px;
}
.address{
margin-top:30px;
}
.iconthumb{
margin-left: 15px;
margin-bottom: 15px;
}