/* Annabel Simms website CSS file - http://www.annabelsimms.com */

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
margin: 0px;
padding: 0px;
margin-bottom: 0px;
background-color: white;
color: black;
background-image: url(../images/bg.jpg);
background-repeat: repeat;
}

#container {
position: relative;
border: 2px #008000 solid;
border-top: none;
border-bottom: none;
background-color: #FFFFFF;
margin-left: 5%;
margin-right: 5%;
max-width: 1290px;
}

#title {
margin: 0px;
margin-bottom: 8px;
padding-left: 25px;
padding-top: 1px;
padding-bottom: 0px;
background-color: #ffffcc;
color: #006699;
height: 115px;
background-image: url(../images/crisp-banner.jpg);
background-position: left;
background-repeat: no-repeat;

}

#title h1 {

padding-bottom: 0px;
text-align: left;
font-style: italic;
font-size: 36px;
display: none;
}

#nav {
position: relative;
float: left;
width: 200px;
color: white;
font-size: 0px;
background-color: white;
border-right-width: 1px;
border-right-color: #c7cacb;
border-right-style: solid;
padding-top: 0px;
padding-bottom: 5px;
margin-bottom: 30px;
}

#nav li {
color: white;
list-style-type: none;
font-size: 0px;
padding-bottom: 20px;
padding-right: 5px;
background-color: white;
}

#nav li a {
font-size: 15px;
}

a:link,
a:visited {
color: #339933;
}

#nav a:link,
#nav a:visited,
#nav a:active,
#nav a:hover {
text-decoration: none;
font-weight: normal;
}


#content {
position: relative;
margin-top: 0px;
margin-left: 205px;
margin-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
padding-top: 0px;
margin-bottom: 10px;
background-color: white;
color: black;
}

#bottom {
position: relative;
clear: both;
text-align: center;
font-size: 12px;
padding-top: 5px;
padding-bottom: 1px;
padding-left: 10px;
padding-right: 10px;
background-color: #FFFFCC;
}

#footer-links ul {
padding-left: 0px;
	}
	
#footer-links li {
	display: inline;
}

.nohover a:hover,
.nohover a:active
.nohover a:visited {
background-color: white;
color: black;
}

@media print {

#noprint {
display: none;
visibility: hidden;
}

}