/***************************************************************************
 *                                  css/style.css
 *                            ------------------------
 *   begin                : 09/18/06
 *   author               : Chad Berg
 *   email                : chad@bdhtechnology.com
 *   description          : This files contains the page styles for the entire site.
 *
 ***************************************************************************/

/* main page and link styles */
body{
	background-color:#c8bb89;
	color:#000000;
	margin:0px;
}
body,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a,a:visited{ 
	background-color:inherit;
	color:#9e1b32;
	text-decoration:none;
}
a:hover, a:active{
	background-color:inherit;
	color:#9e1b32;
	text-decoration:underline;
}

#maincontainer {
        background:url(../img/bg.jpg);
        min-width:100px;
        max-width:200px;
        margin:0 auto;
}

#box-tail-top {
        background:url(../img/box-tail-top.jpg) repeat-x;
}
#box-tail-right {
        background:url(../img/box-tail-right.jpg) right 0 repeat-y;
}
#box-tail-bottom {
        background:url(../img/box-tail-bot.jpg) 0 bottom repeat-x;
}
#box-tail-left{
        background:url(../img/box-tail-left.jpg) 0 0 repeat-y;
}
#corner-top-left {
        background:url(../img/corner-top-left.jpg) 0 0 no-repeat;
}
#corner-top-right {
        background:url(../img/corner-top-right.jpg) right 0 no-repeat;
}
#corner-bottom-right {
        background:url(../img/corner-bot-right.jpg) right bottom no-repeat;
}
#corner-bottom-left {
        background:url(../img/corner-bot-left.jpg) 0 bottom no-repeat;
        width:100%;
}
#boxcontainer {
        padding: 20px 14px 15px 14px;
}

#h1 {
	font-size:10px;
}
#h2 {
	font-size:12px;
}

/* Copyright and bottom info */
.copyright{
	background-color:inherit;
	color:#000000; 
	text-align:center;
	font-weight:800; 
	font-size:12px;
}
a.copyright, a.copyright:visited{
	background-color:inherit;
	color:#000000;
	text-decoration:none;
} 
a.copyright:hover, a.copyright:active {
	background-color:inherit;
	color:#000000; 
	text-decoration:underline;
}

