body {
color:#333;
background: #66CCFF url(images/paw_1.gif) right center fixed;
margin: 80px 0px 20px 0px;
padding: 0px;
font:14px verdana, arial, helvetica, sans-serif;
width: 100% !important;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color: #4F6384;
}
h2 {
font:bold 16px/18px verdana, arial, helvetica, sans-serif;
margin:0px 0px 5px 0px;
padding:0px;
}
h3 {
font:bold 14px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 0px 0px;
padding:0px;
}
h4 {
font:bold 20px/24px verdana, arial, helvetica, sans-serif;
margin:0px 0px 0px 0px;
padding:0px;
}
p {
font:14px/20px verdana, arial, helvetica, sans-serif;
margin:0px 0px 14px 0px;
padding:0px;
}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}
a {
color:#09c;
font-size:11px;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
p a:hover {background-color: Aqua;}

/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:auto;
min-width:120px;
margin:0px 40px 20px 190px;
border:1px solid black;
background: #EAEAEA url(images/paw_text.gif) right center fixed !important;
background: #EAEAEA url(images/paw_text.gif);
padding:10px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#navAlpha {
position: fixed !important;
position:absolute;
width:150px;
top:70px;
left:20px;
background: transparent;
padding:10px;
z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
width:108px;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:135px;}
#navAlpha ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
Background: url(images/navbar.jpg) 50px 0px 0px 0px !important;
Background: url(images/navbar.jpg);
}
#navAlpha li {
border-top: 1px solid #F1DCFF;
border-bottom: 1px solid #F1DCFF;
margin: 0;
}
#navAlpha li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #7B000C;
border-right: 10px solid #FF7575;
background: transparent;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #navAlpha li a {
width: auto;
}
#navAlpha li a:hover {
border-left: 10px solid #7B000C;
border-right: 10px solid #FF7575;
background: #FB5F4F;
color: #fff;
}

#titlebar
{
position: fixed !important;
position: absolute;
top: 0px;
right: 0px;
height: 60px;
width: 100%;
padding: 0px;
margin: 0px;
border-bottom: #7B000C solid;
border-top: Black thin solid;
background: #FF5908 url(images/title_back.gif) right center;
z-index: 5;
}
#titlebar h1 a
{
position: absolute;
font-size: 0.9em;
margin: 0px; 
padding: 0.85em 0.5em 0 0.25em; 
font-size: 0.7em;
  font-family: Verdana, sans-serif; 
line-height: 0.85em; 
letter-spacing: -0.13em;
width: 80%;
border-bottom: 1px solid #7B000C;
border-left: #7B000C;
border-left-style: solid;
border-left-width: 1em;
color: #F1DCFF;
}
#titlebar h1 a:hover
{
background-color: transparent;
}

#thumbnail
{
	border: solid black;
	margin: 10px;
	width: 100px;
}
