/*
Theme Name: blanktheme
Description: Blank Theme for WordPress by adeptec
Version: 1.0
Author: http://www.adeptec.co.uk
*/




html, body { height: 100%; }

body {
         background: url(images/bg.png);
         background-repeat: repeat;
        margin: 0 auto;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
#newsletter {
       font-family: garimond, arial, verdana, helvetica, sans-serif;
       font-size: 13px;
       text-align: left;
}
#text {
      position: absolute;
      top: 590px;
      width: 850px;
      height: 40px;
      font-size: 1.4em;
      font-family: arial, verdana, helvetica, sans-serif;
      text-align: center;
      color: #aa8259;
}
a.nav:link {color: #aa112c; text-decoration: underlined;}
a.nav:visited {color: #aa112c; text-decoration: underlined;}
a.nav:hover {color: #aa112c; text-decoration: underlined;}
a.nav:active {color: #aa112c; text-decoration: underlined;}

h2 {
	color: #aa112c;
	text-align: center;
}
h1 {
	color: #aa112c;
	text-align: center;
}













