/**
 * @version $Id$
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

/* Global Reset of Styles */
* {
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin: 0.5em 0;
}
li, dd { margin-left: 1em; }
fieldset { padding:.5em; }


/* 3 column layout, Positioning */

body { text-align: center;}

#wrap {
	min-width: 760px;
	max-width: 960px;
	width: auto !important;
	width:960px;
	margin: 0 auto;
	text-align: left; 
}
	
#header {  }
#sidebar { float:left; width:20%; overflow:hidden }
#content { float:left; width:60%; overflow:hidden }
#content60 { float:left; width:60%; overflow:hidden }
#content80 { float:left; width:80%; overflow:hidden }
#content100 { float:left; width:100%; overflow:hidden }
#sidebar-2 { float:left; width: 20%; overflow:hidden }
#footer { clear: both; }
.inside { padding: 10px; }

/* Background css's */
body  { /*background-color: #000000;*/
background-image: url(http://www.sw-st.org/templates/swst/images/hhouse_bg.jpg);
background-repeat: repeat;
}

#wrap { 
background-image: url(../images/thigh_bone.gif); 
background-repeat:repeat-y;
background-position:left;
}
#wrap_center 
{
margin-left:18px;
margin-right:18px; 
background-image:none; 
background-color:#FFFFFF; 
}
#wrap_right
{
margin:0;
background-image: url(../images/thigh_bone.gif); 
background-repeat:repeat-y;
background-position:right;
}

#header_l { 
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
width: 84px; height: 84px; 
float:left;
}



/* Typography css ? */
body { 
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	margin: 1em 0; 
}
#wrap { border: 1px solid #999; }
#header { border-bottom: 1px solid #999; }
#footer { border-top: 1px solid #999; }

a { text-decoration: none; }
a:hover { text-decoration:none; }
h1,.componentheading { font-size:1.7em; }
h2,.contentheader { font-size:1.5em; }
h3 {font-size:1.3em; }
h4 {font-size: 1.2em; }
h5 {font-size: 1.1em; }
h6 {font-size: 1em; font-weight:bold; }
#footer,.small,.createdate,.modifydate,.mosimage_caption{ font: 0.8em Arial, Helvetica, sans-serif; color:#999; }
