/* Global Resetting */
/* CSS RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

#leftbar h2 {
	position: absolute;
	top: 133px;
	left: 10px;
	color: #fff;
	font-size: 205%;
}

#leftbar h2 a {
	color: #fff;
	text-decoration: none;
}

#text h2 {
	font-size: 180%;
}
q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

body {
    font: 13px / 1.231 arial, helvetica, clean, sans-serif; *

font-size:small; * font:x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace; *
font-size:    108%;
line-height:    100%;
}

/* Layout CSS */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 95%;
    background-color: #fff;
}
h1 {
	font-weight: bold;
	font-size: 120%;
}
h2 {
	font-weight: bold;
		font-size: 110%;
}

h3 {
	font-weight: bold;
		font-size: 100%;
}

#text a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

#text a:hover {
	text-decoration: underline;
}
#wrapper {
	background-image: url("bg_wrapper.gif");
	background-repeat: repeat-y;
	background-position: -50px 0px;
	float:left;
}

.invisible {
	height:1px; left:-2000px; position:absolute; top:-2000px;
}


div#navigation {
	margin-top: 90px;
  width: 630px;
	width: 100%;
	height: 90px;
	background-color: #5b1582;
}

div#navigation {
	width: 900px;
	_margin-top: -457px;
	* margin-top: -457px;
}

div#navigation ul {
    width: 630px;
	width: 100%;
	float:left;	
}
div#navigation ul li {
	float:left;
	
}
div#navigation ul li a {
	border-left: 2px solid #fff;
	display: block;
	height: 90px;
	background-color: #5b1582;
	width: 120px;
	color: #fff;
	text-decoration: none;
	font-size: 100%;

}
div#navigation ul li a span {
	position: relative;
	top: 60px;
	left: 15px;
}
div#navigation ul li a.current span {
	font-weight: bold;
}
div#navigation ul li a.last {
	border-right: 2px solid #fff;
	text-decoration: none;
}


div#navigation ul li a:hover {
	background-color: #fff;
	color: #5b1582;


}

div#content {
    margin-left: 350px;
}

#text {
	margin: 40px 60px 20px 30px;
	width: 600px;
}

#text h2 {
	margin-bottom: 30px;
}
#text ul {
	margin-left: 30px;
}
#text ul li {
	list-style-image: url("lister.gif");
}

.tangerine {
        font-family: 'Tangerine', serif;
        font-size: 32px;
		font-weight: bold;

 }

h2.tangerine {
	font-size: 45px;
}
h3.tangerine {
		font-size: 45px;
}

div#navigation ul li a.tangerine  {
	font-size: 30px;
}

div#left {
    float: left;
    width: 420px;
	background-image: url("bg_left.gif");
	background-repeat: repeat-x;
	border:1px solid blue;
}


div#leftbar {
    float: left;
    width: 350px;
	background-image: url("bg_left.gif");
	background-repeat: repeat-x;

}

#leftbar img {
	margin: 200px 0 50px 23px;
}

div#footer {
	clear: both;
	height: 70px;
	background-image: url("bg_wrapper.gif");
	background-repeat: repeat-y;
	background-position: -50px 0px;
	border-top: 15px solid #5b1582;

}

div#footer a {
	color: #5b1582;
	text-decoration: none;

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

div#footer ul {
	margin-top: 10px;
	margin-left: 170px;
}
div#footer ul li {
	float:left;
	margin-top: 5px;
	margin-left: 5px;
}

