/*
------------------------------------------
Style sheet

Site: Wattle & Stone
Author: Kevin Bennett 
Version: 2009.09
------------------------------------------ */

body {
background: #E0DBD6 url(images/background_paper.jpg) no-repeat fixed;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
text-align: center;
color: #000000;
}

#container{
background: url(images/mountains.png) repeat-y;
margin: 0px auto;
width: 1024px;

}

#wrapper {
margin: 0px auto;
width: 860px;
height: 1300px;
padding-top: 30px;
text-align: left;
}

#copy {
position: relative;
width: 350px;
top: -200px;
left: 30px;
}

#nav {
position:relative;
top: -230px;
left: 30px;
width: 350px;
}

.border2 {
padding-top: 10px;
}

#small {
width: 280px;
float: left;
margin: -100px 5px 0px 0px;
}

#large{
width: 280px;
float: left;
margin: -100px 0px 0px 5px;
}

#fortified {
width: 280px;
float: right;
margin: -100px 0px 0px 0px;
}

#column1 {
background: url(images/construction.png) no-repeat bottom right;
float:left;
text-align: left;
padding-top: 30px;
padding-left: 50px;
padding-bottom: 220px;
width: 350px;
}

#column2 {
float: right;
text-align: left;
padding-top: 30px;
padding-right: 50px;
width: 350px;
}

#links {
position: relative;
top: 20px;
font-size: 12px;
text-align: left;
width: 350px;
}

#footer{
position: relative;
top: -150px;
padding: 20px;
}

a[href^="http"]{
background: url(images/external.png) no-repeat right top;
padding-right: 10px;
text-decoration: none;
font-style: italic;
color: black;
}

a:hover{
color:#00385D;
}

a {
text-decoration: none;
color: black;
}
