					/* WHAT MAKES ANTHONY TICK - HOME WEBSITE CSS CODE */
* {
padding: 0;
margin: 0;
}

body {
font-family: Lucida, Verdana, sans-sarif;
font-size: 1em;
background: #8fc5a6 url(../images/body_grid.gif);
}
#container {
margin: 10px auto;
background:#fbf5ee;
width: 85%;
border: 4px solid #8D898F;
}

#header {
background: #FFF url(../images/grid.gif); 
text-align: center;
}

#header h1 {
font-family: Helvetica, Verdana, sans-sarif;
font-size: 1.2em;
margin: 0 0 0 0;
color: #8D898F;
}

#header img {
margin: 5px 0 5px 0;
}

#wrapper {

text-align: center;
}

#nav .home {
margin: 15px 0 0 15px;
float: left;
font-size: .8em;
}

#nav .contact {
margin: 15px 15px 0 0;
float: right;
font-size: .8em;
}

#nav {			/* IMAGE ROLOVER NAVIGATION */
background: #d7ba98 url(../images/nav_bg.gif) top left repeat-x;
}

#nav img {
border-style: none;
}

#nav ul li {
display: inline;
}

#nav h2 {
margin: 0;
padding: 0px 5px;
text-align: left;
display: block;
background: #d7ba98 url(../images/h2_bar.gif) bottom left no-repeat;
}

#content nav img {
margin: 0 4px 0 4px;
}

#container li {
list-style: none;	
}

			/* LINK COLOURS */
			
a:link, a:visited {
font-size: 1em;
text-decoration: none;
color: #000;
}

a:hover, a:active {
color: #FFF;	
}
			/* MAIN CONTENT */
#content {
background: #fbf5ee;
text-align: left;
}

#content img {
margin: 8px 8px 0px 0;	
}

#content .content_image {
margin: 8px 8px 15px 0;	
}

#content p {
margin: 1em 8px;
text-align: left;
display: block;
}

#content ul {	
}

#content {
text-align: center;
}

#image_box img {
margin: 0 0 5px 0;
border: 3px solid #d7ba98;
}
.clear {
clear: both;	
}

#image_box {
margin: 5px;
float: right;
width: 160px;
}

#other_stuff {
float: right;
border-top: 2px solid #8D898F;
border-left: 2px solid #8D898F;
border-bottom: 2px solid #8D898F;
background: #ccc;
padding: 5px;
margin: 0 0 0 15px;
text-align: left;	
}

#other_stuff h2 {
font-size: 1.1em;
color: #8D898F;
}

#other_stuff ul li a {
display: block;
padding: 5px 0 0 0;
}

#other_stuff ul li a:hover {

}

#footer {
margin: 0 0 5px 0;
padding: 5px 0 5px 8px;
background: #CCC url(../images/mail_grey.jpg) left no-repeat;
font-size: 0.8em;
line-height: 22px;
text-align: center;
}

#footer a {
margin: 0 0 0 75px;
float: left;
}