/* **************************** */
/* ******* THE BIG BOYS ******* */
/* **************************** */

img		{
		border:none;
		}

html,body	{
		margin:0; padding:0;
		}

body	{
		font-family:verdana,sans-serif;
		text-align:center;
		padding:25px 0 50px 0;
		background:#fff url('grayline.gif') repeat-x left 40px;	
		}

#container	{
		background:transparent;
		text-align:left;
		width:1020px;
		margin:0 auto;
		border:none;
		}

#header 	{
		height:130px;
		line-height:30px;
		margin:80px 0 30px 0;
		padding:0;
		background:transparent;
		}

#header .strapline	{
		font-family:arial,sans-serif;
		font-size:14px;
		color:#ccc;
		background:#fff;
		float:right;
		margin-right:15px;
		margin-top:85px;
		text-align:center;
		}

#wrapper	{
		float:left; 
		width:100%;
		}

/* ************************** */
/* *** MAIN TYPOGRAPHY ****** */
/* ************************** */

a			            { color: blue; text-decoration: none;} /* 1e5596 */
a:link 		        { color: blue; text-decoration: none; }
a:visited 	      { color: blue; text-decoration: none; }
a:hover		        { color: #000000; text-decoration: underline; }
a:active 	        { color: #000000; text-decoration: none; }

.post a           { font-weight:bold; }
.post a:link      { font-weight:bold; }
.post a:visited   { font-weight:bold; }
.post a:hover     { font-weight:bold; }
.post a:active    { font-weight:bold; }

h3 		{
		font-family:arial,verdana,sans-serif;
		font-size:1.1em;
		padding: 0 0 0 6px;
		margin: 45px 0 -8px 0;
		border-bottom:1px solid #527bbd;
		border-left:1px solid #527bbd;
		}

h5 		{
		font-size:110%;
		color:#36387a;
		background: #fff url('oddy3.png') no-repeat right bottom;
		padding: 0 20px 0 6px;
		margin: 45px 0 -10px 0;
		border-bottom:1px solid #4040ff;
		border-left:1px solid #4040ff;
		}
		
/* ************************** */
/* ******** CONTENT ********* */
/* ************************** */

#content	{
		margin: 0 275px 0 180px;
		padding:0 30px 0 30px;
		color:#666;
		font-family:arial,sans-serif;
		font-size:1em;
		line-height:1.3em;
		text-align:justify;		
		}

/* ********************************** */
/* ********* NAVIGATION ************* */
/* ********************************** */

#navigation	{
		background:transparent;
		padding:0 0 0 8px;
		width:180px;
		float:left;
		margin-left:-1020px;
		}

#navigation img {
		margin:0;
		}

#navigation a, #navigation a:link { 
		font-family: verdana, sans-serif;
		margin: 0px 0px 0px 10px;
		}
		
#navigation a:hover {
		text-decoration: none;
		}

#navigation h1  {
    background:#f2f2f2;
    font-family: arial,sans-serif;
    font-size:1.2em;
    padding:0 0 0 4px;
    margin:0;
    color:#666;
    }
    
#navigation ul  {
    margin:3px 0 20px 0;
    }
    
#navigation ul li {
    font-family:arial,sans-serif;
    font-size:.9em;
    list-style:none;
    padding:0;
    margin:0 0 0 0px;
    color:#ccc;
    }

/* ***************************** */
/* ********* EXTRA ************* */
/* ***************************** */

#extra		{
		height:100%;
		background: transparent;
		float:left;
		width:260px;
		margin-left:-260px;
		}

/* ****************************** */
/* ********* FOOTER ************* */
/* ****************************** */

#footer		{
		clear:left;
		width:100%;
		margin:60px 0 0 0;
		padding:15px 0 15px 0;
		background: #808080; /* #ceccec; */
		text-align:center;
		border:1px solid #000;
		}

#footer p	{
		color:#222;
		font-family:arial,verdana,sans-serif;
		font-size:.7em;
		line-height:1.5em;
		}		

#footer a		    	{ color:#fff; text-decoration:none; }
#footer	a:link		{ color:#fff; text-decoration:none; }
#footer a:visited	{ color:#fff; text-decoration:none; }
#footer a:hover		{ color:#000080; text-decoration:underline; }
#footer a:active	{ color:#000080; text-decoration:none; }


  

