/* martinpaling.com*/


/*

------------------------------------------------------
Copyright Martin Paling
------------------------------------------------------

*/


body {
padding: 0 0 0 0;
margin: 0 0 0 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
background-color: #ffffff;
color: #000000;
}

#wrapper{
height: auto;
width:730px;
margin-right:auto;
margin-left:auto;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 0px;
padding-top: 0px;
background-color: #ffffff;  }

#head {
height: 100px;
width: 610px;
padding-left: 120px;
background-color: #ffffff;
background-image: url(images/martin-head.png);
background-repeat: no-repeat; 
margin-bottom: 10px;}

#content {
width: 730px;
float: right;
text-align: justify;}

#footer {
float: left;
width: 730px;
text-align: center;
padding-top: 10px;
margin-bottom: 15px;
margin-top: 15px;
border-top: 1px #999999 solid; }


#content-page {
width: 605px;
margin-right: 5px;
float: left;
text-align: justify;}

#ad {
float: right;
width: 120px;}

h1 {
font-size: 1.7em; 
padding-top:20px; }

h2 {
font-size: 1.3em;
border-bottom: 1px #999999 solid; }

a:link {
color: #349D9D; }

a:hover{
color: #000000; }

a:visited {
color: #BB70C2; }

p.tagline {
font-size: .8em;
position: relative;
top: -10px; }

/*img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}*/

img {
float: left;
padding-right: 5px;}

#pq-contentcolumn{
float: right;
text-align: justify;
width:580px;
margin-left: 15px;
padding-bottom: 25px; }

.clearboth { clear: both; }

CSS
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#navlist li
{
display: inline;
padding-bottom: 14px;
padding-left: 20px;
background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
background-image: url(images/martin-bullet.png);
background-position: 0 -28px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: black;
padding-left: 20px;
background-image: url(images/martin-bullet.png);
background-repeat: no-repeat;
background-position: 0 -14px;} 