/* colour 
=============*/

/* colouring the typography 
----------------------------*/

#content h1, #content h6, #content a {
color:darkred;
}
#content h2 {
color:#666666;
}
#content h3 {
color:#000;
}
#content h3 span {
color: #666666;
}
#content h4 {
background: #ff3300 none;
border-bottom:2px solid darkred;
padding:2px;
color:white;
text-align:center;
font-family:Arial, sans-serif;
margin:0 0 3px 0;
}

#content h5, #content a:hover{
color:#ff3300;
}

#content p, #content ul {
color:#333333;
}

#content .intro{
color:#000;
}


/* specific site styles */

#content .visual {
margin:0px !important;
height:600px;
width:250px;
position:absolute;
top:-6px;
}
#content .eightpixel {
height:8px;
display:block;
}

#content .textholder img {
margin:4px 0 0 0;
}

#content a.h4_link {
background: #ff3300 none;
border-bottom:2px solid darkred;
padding:2px;
color:white;
text-align:center;
font-family:Arial, sans-serif;
margin:0 0 3px 0;
display:block;
font-size:14px;
line-height:16px;
font-weight:900;
}
#content a.h4_link:hover {
background: darkred none;
border-bottom:2px solid #ff3300;
}


