 
/*
-----------------------------------------------

Name:     BCryanCo Website
Designer: David W. Alvey
Date:     06 March 2006
----------------------------------------------- */


	/* Primary layout */

body	{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
	background: #124 url("images/body.jpg") top center repeat-y;
	font: arial, helvetica, sans-serif;
	}

img		{
	border: 0;
	display: inline;
	}


	/* Wrapper */

#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
	text-align: left;
	background: #fff url("images/sidebarblue.jpg") top left repeat-y;
		}
	

	/* Header */

#header	{
	background: #fff;
	margin: 0 auto;
	padding: 0 0 15px 15px;
	border: 0;
	}


	
	/* Inner layout */

#content	{
	padding: 0;
	}
	
#sidebar	{
	width: 225px;
	float: left;
        padding: 0 25px;
	}

#main	{
	width: 500px;
        float: right;
        padding: 0 20px 0 0;
	}
	
	/* Bottom layout */


#footer  {
  clear: both;
  color: #000; 
  text-align: center;
  background: #124 url("images/body.jpg") top center repeat-y;
    }

	/* Default links 	*/

a:link {
  font-weight : bold; 
  text-decoration : none;
  color: #124;
  background: transparent; 
  } 

a:visited {
  font-weight : bold; 
  text-decoration : none;
  color: #124;
  background: transparent; 
  }

a:hover {
  font-weight : bold; 
  text-decoration : none;
  color: #01d;
  background-color:#E6D4A1; 
  }

a:active {
  font-weight : bold; 
  text-decoration : none;
  color: #124;
  background: transparent;  
  }
	
	/* Typography */



	
#main p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	}

h2, h3, h4, h5	{
	margin: 25px 0 0 0;
	padding: 0;
	}

h2	{
	font-size: large;
	}

 