/****************************************************************************************************

Project: reidofliverpool.com

Version: 1.0

Author: Gearbox Media [www.gearboxmedia.com] 

Date: 27/08/2007

****************************************************************************************************/


/****************************************************************************************************

Body

****************************************************************************************************/

body {

	background-color: #333;
	background-image:url(http://www.reidofliverpool.com/img/background.jpg);
    font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	
}

/****************************************************************************************************

Miscellaneous

****************************************************************************************************/

img {

	border: 0;

}

a {

	text-decoration:none;
	color: #fff;
	font-weight: bold;

}

a:hover {

	text-decoration: underline;
	color: #ccc;
	font-weight: bold;

}

p {

margin:0px;
padding:0px;
}

/****************************************************************************************************

Header

****************************************************************************************************/

#pagecontainer {

	width: 100%;

}

#headerlogo {

	height:200px;
	width: 780px;
	margin: 0 auto;
	margin-top:30px;
	border-top:1px solid #666666;;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;


}



/****************************************************************************************************

Content

****************************************************************************************************/



#content {

	margin: 0 auto;
	background-image:url(../../img/content-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width: 760px;
	height:500px;
	background-color:#1E4D47;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	padding-left:20px;
	line-height:17px;

}


h1 {

	font-size:22px;
	color:#D9DFB1;
	font-style:italic;

}

hr {

	height:1px;
	width:400px;
	border-bottom:1px solid #D9DFB1;
	}


#content a {

color:#D9DFB1;
text-decoration:none;

}

#content a:hover {

color:#fff;
text-decoration:underline;

}







/****************************************************************************************************

Footer

****************************************************************************************************/

#footer {
	margin: 0 auto;
	width: 760px;
	height:22px;
	text-align:right;
	font-size:13px;
	background-color:#8B8997;
	background-image:url(http://www.reidofliverpool.com/img/footer-bg.jpg);
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
	padding-bottom:10px;
	color:#fff;
	border:1px solid #666666;

	
}

#footer a {

	text-decoration: none;
	color: #1E4D47;

}

#footer a:hover {

	text-decoration: underline;
	color: #fff;

}

#bottomlinks {


font-size:11px;

}

#designby {
margin-top:5px;
margin-bottom:20px;
float:left;

}

#copyright {
margin-top:5px;
margin-bottom:20px;
float:right;
}


