/*	Desc: Bevmccann.com Screen Style Sheet
	Author: SSE Design Group http://ssedesigngroup.com
	Date: 20071009
	+ Colours
	- dac097  beige (accent)
	  5b2019  red (link)
	  9b503b  lt red (visited link)
	  2f2923  brown (text)
	  591c16  lt brown (hover link)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
body {padding: 0;margin: 0; background-image:url(/images/bkgrd.jpg); background-repeat:repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#2f2923;}

/*=COMMON
=== === === === === === === === === === */
a {color: #5b2019; text-decoration:underline;}
a:visited {color: #9b503b;}
a:hover {color: #591c16;}
h1 {}
h2 {}
h3 {}
h4 {}
.smtext {font-size:10px;}
td {font-size:12px;}

img {border: 0px;}
.img {border:1px solid #000;}
.img2left {float:left; margin-right:8px; border:1px solid #000;}
.img2right {float:right; margin-left:8px; border:1px solid #000;}

.red {background-color:#5b2019;}
.ltred {background-color:#9b503b;}
.brown {background-color:#2f2923;}
.ltbrown {background-color:#591c16;}

/*=WRAPPER
=== === === === === === === === === === */
#wrapper {margin:auto; width: 780px; border:1px solid #000; background-image:url(/images/content.jpg); background-repeat:repeat;}

/*=MASTHEAD
=== === === === === === === === === === */
#masthead {background-image:url(/images/masthead343.jpg); height:343px;}
#masthead h1 {text-indent: -9999px;font-size: 1%}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {height: 78px; width:780px;}

/*=CONTENT
=== === === === === === === === === === */
#content {padding: 25px;}

/*=FOOTER
=== === === === === === === === === === */
#footer {height:78px;}
#footernav, #footernav a, #footernav a:visited, #footernav a:hover {text-align:center; font-size:10px; color: #dac097;}