/*
	Strike Force
	Feb. 26_09
*/

/* CSS RESET ----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
	 font-family:Arial, Helvetica, sans-serif;
}

body {
     line-height: 1;
	 font-family:Arial, Helvetica, sans-serif;
	 background-color:#e1eee5;
}

:focus {
     outline: 0
}

/* table {
     border-collapse: collapse;
     border-spacing: 0
} */

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

img {float:left;}

/* ------------------------------------------------------------------------------- */

@import 'clearfix.css';

img {
border:0;
float:left;
}

p {color:#000000; text-decoration:none; font-size:14px; line-height:18px;}

a {color:#000000; text-decoration:none; font-size:14px; line-height:18px;}

a:hover {text-decoration:underline;}

h1 {color:#98895b; font-size:19px; text-decoration:none; font-weight:bold; line-height:30px;}
h2 {color:#98895b; font-size:11px; text-decoration:none; line-height:12px;}
h3 {color:#ffffff; font-size:24px; font-weight:bold; padding-bottom:5px;}

li { margin-bottom:10px; margin-left:15px; font-size:14px; line-height:18px;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*---- LAYOUT ----*/

#wrapper {
height:auto;
width:767px;
margin:0 auto 0 0;
background-image:url(../images/right_nav_bg.jpg);
background-repeat:repeat-y;
background-position:left;
padding-bottom:30px;
}

#content {
height:auto;
width:767px;
margin:0 auto 0 0;
}

/*---- HEADER ----*/

#header {
height:161px;
width:767px;
margin:0 auto 0 auto;
background-image:url(../images/main_img.jpg);
background-repeat:no-repeat;
}

/*---- NAV ----*/

#nav {
height:19px;
width:568px;
margin:0 auto 0 auto;
padding-left:199px;
background-image:url(../images/nav.jpg);
background-repeat:no-repeat;
}

#title {
height:29px;
width:767px;
margin:0 auto 0 auto;
background-image:url(../images/lives_beautiful.jpg);
background-repeat:no-repeat;
}


/*---- LEFT ----*/

#left {
height:auto;
width:141px;
margin:0 auto 0 auto;
padding-top:30px;
float:left;
}


/*---- RIGHT ----*/

#right {
height:auto;
width:568px;
margin:0 auto 0 auto;
padding-top:30px;
padding-left:28px;
padding-right:30px;
float:left;
_padding-top:50px;
_padding-left:28px;
_padding-right:0px;
}

/*---- BOTTOM ----*/

#bottom_img {
height:auto;
width:598px;
margin:0 auto 0 auto;
padding-top:50px;
float:left;
}

#bottom {
height:auto;
width:598px;
margin:0 auto 0 auto;
padding-top:40px;
float:left;
}

#bottom p{font-size:17px; font-weight:bold; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; line-height:24px; color:#011947; text-decoration:none; text-align:center;}

#bottom a  { font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#011947; text-decoration:none; text-align:center;}

#bottom a:hover  { text-decoration:underline; text-align:center;}