html, body
{
margin:0;
padding:0;
border:0;
}

body
{
background:#7f0104; 
font-family:verdana, tahoma, arial, palatino, sans serif;
font-size:86%;
text-align:left;
margin:30px 0;
color:#34342c;
}

/* all the font and text styles start here */

p
{
font-weight:normal;
margin:5px 30px;
margin-bottom:10px;
line-height:17px;
text-indent:10px;
}

h1, h2, h3, h5, h6
{
font-family:georgia, times, times new roman, courier, serif;
font-weight:bold;
text-align:center;
margin:5px 10px;
margin-bottom:20px;
}

h1
{font-size:23px;}

h2
{font-size:18px;}

h3
{font-size:16px;}

h4
{
margin:11px 5px;
font-family:arial, tahoma, verdana, sans serif;
text-align:left;
font-size:14px;
display:block; 
margin-left:50px; 
padding-left:22px;
}

* html h4   /* stupid hack because IE shifts the last line over 3px under a float, idiots */
{
display:inline-block; 
padding-left:2px;
}

h5
{
text-align:center;
font-size:12px;
margin:5px 10px 0 10px;
}

h6
{
font-size:10px;
text-align:left;
font-weight:normal;
margin:0;
margin-left:90px;
}

/* link styling */

a, a:visited
{
text-decoration:underline;
color:#36648b;
font-weight:bold;
}

a:hover
{
text-decoration:overline underline;
color:#b11e0d;
}

img
{border:0;}

/* font styles continue here */

.default
{font-family:arial, tahoma, verdana, sans-serif;}

.georgia
{font-family:georgia, times, times new roman, courier, serif;}

.arial
{font-family:arial, tahoma, verdana, sans-serif;}

.bold
{font-weight:bold;}

.italic
{font-style:oblique;}

.center
{text-align:center;}

.imgctr /* style for the shadow below the text boxes */
{
margin:0 0 0 100px;
border:0;
padding:0;
}

/* colors for the text start here */

.red
{color:#ee0027;}

.blue
{color:#4e74a3;}

.hilite
{
background:#ff0;
font-weight:bold;
color:#ee0027;
}

/* placement and clearing styles start here */

.right
{
float:right;
margin:5px 30px 0 0;
}

.left
{
float:left;
margin:0;
margin-bottom:20px;
padding:0;
}

.left2
{
float:left;
margin:0 5px 0 40px;
padding:5px;
}

.center
{text-align:center;}

.clear
{clear:both;}

/* different list type styles start here */

/* main content area  */

#wrapper 
{
margin:0 auto;
margin-bottom:10px;
padding:0;
width:600px;
border-top:10px solid #fff;
border-right:1px solid #fff;
border-left:1px solid #fff;
border-bottom:10px solid #fff;
text-align:left;
background:#fff;
}

#header
{
position:relative;
background:#fff;
background-position:top center;
background-repeat:no-repeat;
width:600px;
height:75px;
margin:0 auto;
}

#header-two
{
position:relative;
background:#fff;
background-position:top center;
background-repeat:no-repeat;
width:600px;
height:75px;
margin:0 auto;
}


#textbox /* this is the text box with the yellow background */
{
width:400px;
margin:0 auto;
margin-top:20px;
background:#faf7da;
border:1px solid #34342c;
}

#textbox p
{
margin:10px;
font-family:courier;
font-size:100%;
text-indent:5px;
}

#textbox p.lgr
{
text-indent:0;
font-size:120%;
line-height:1em;
text-indent:5px;
}

#textbox ol li
{
padding:5px;
font-size:13px;
font-weight:bold;
}

#textbox form
{margin:0 auto;}

/* contains floated html */

#floatbox
{
float:left;
width:275px;
margin:0;
}

#floatbox p
{
margin:5px 10px;
text-indent:0;
}

#floatbox ul li
{
margin:0 10px;
padding:0;
padding-left:4px;
padding-bottom:5px;
list-style-image:url(http://tygerzdesigns.com/images/arrow_right.gif);
}

#listbox
{
width:500px;
margin:0 auto;
}

#listbox ul li
{
list-style-image:url(http://tygerzdesigns.com/images/arrow_right.gif);
margin:5px;
margin-left:15px;
padding-left:-6px;
}

* html #listbox ul li
{padding-left:0;}

#listbox ol li
{
margin:5px;
margin-left:15px;
}

/* put your footer image in here.  size it the same width as your wrapper div */
#footer
{
height:25px;
margin:0;
width:600px;
border:0;
background:#34342c;
padding-top:5px;
font-size:12px;
color:#fff;
font-weight:bold;
text-align:center;
}

#footer a, #footer a:visited, #footer a:hover
{
color:#fff;
font-weight:bold;
text-decoration:underline;
}

#footer a:hover
{text-decoration:overline underline;}



