/*
Theme Name: Integrity
Theme URI: http://www.madewithintegrity.co.uk
Description: Theme for Integrity's web site.
Version: 1
Author: Adrian Johnson
Tags:

Theme for Adrian Johnson's web site
*/


body
{
    background-color: #C2D2E3;
    margin: 0;
    padding: 0;
    font: 75%/150% "Trebuchet MS", Tahoma, Arial;
}


#main
{
	background: transparent;
}


#main .container
{
    height: 350px;
    background-color: #fff;
    padding:10px;
	margin-top: 5%;
}

.container
{
	width:900px;
	margin:0 auto;
  	position:relative;
}

img
{
    border: 0;
}

/*
    Main content area.
*/

#maincontent

{
    background-color: #fff;
    height: 350px;
}

#maincontent h1
{
    font-weight: normal;
    font-size: x-large;
    color: #ad0303;
}

#maincontent h1 .subtext
{
    font-weight: normal;
    font-size: medium;
    color: #ad0303;
}

#maincontent a
{
    color:#007de2;
	text-decoration:none;
}

#maincontent a:Hover
{
    text-decoration:underline;
}

.colleft
{
    width: 440px;
    float: left;
    height: 360px;
    margin: 0 10px 0 0;
    background-color: #fff;
}

.colright
{
    width: 440px;
    float: right;
    height: 360px;
    margin: 0 0 0 10px;
    background-color: #fff;
}

/*
    Footer.
*/

#footer
{
    margin: 10px 0 0 0;
    background-color: #ad0303;
    height: 60px;
    padding: 5px;
}


#copyright
{
	clear: both;
    font-size: x-small;
    color: #969696;
    font-weight: normal;
}

#copyright a
{
    font-size: x-small;
    color: #969696;
    font-weight: bold;
    text-decoration: none;
}

#copyright a:hover
{
    text-decoration: underline;
}



