/*Natasha Hill Web Design Studio Web Site's CSS*/
/*
author: Natasha Hill
email:info@natashahill.co.uk
website: http://www.natashahill.co.uk
*/

#header, #mainnav, #rightcol, #pagedescription, #icon, #secondnav, #footer, #extranav, #image, .back, #breadcramps, #logo {
display:none;
}
* {
padding:0;
margin:0;
}
h1, ul, ol {margin:20px 0;}
h2, h3, h4, h5, h6 {margin:20px 0 0 0;}
p {margin:0 0 20px 0;}

body {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size:62.5%;
background: #ffffff;
width:100%;
}
	
#wrapper {
text-align: left;
position: relative;
width: 100%;
}
#contact{
position: relative;
left: 20px;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
}
#main {
font-size: 14px;
text-align: left;
margin: 20px 0 0 0;
padding: 20px ;
}

a {
text-decoration: underline;
color: #ba0000;
font-weight: bold;
}
h2, h3, h4, strong, blockquote {
font-weight: bolder;
color: #666666;
}
h1 {
font-size: 2.2em;
font-weight:normal;
color:#666666;
}
h2 {
font-size: 14px;
}
h3{
font-size: 12px;
}
h4{
font-size: 10px;
}
.center {
text-align: center;
}
.decor {
color:#ba0000;
font-weight: bolder;
}
a img{
border: 0;
}
#ask{
font-size: 8px;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.borderleft{
border-left: 5px double #ba0000;
padding: 0 0 0 20px;
}
.simpleborder{
border: 1px solid black;
margin: 20px 0;
}
li {
list-style-type: none;
}
.bullet li{
list-style-image: url(../images/bullet.gif);
margin: 5px 0 0 20px;
}

