/* Global style
-------------------------------------------------------------- */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, code, em, img,  ol, ul, li, fieldset, form, label, legend
                  { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit;  font-family:inherit; vertical-align:baseline; }
table             { border-collapse:separate; border-spacing:0;  }
th, td  		      { text-align:left; }
.clr              { clear:both;font-size:0; line-height:0;height:0 }
.float_l          { float:left!important; }
.float_r          { float:right;}
* html            { height:1% }

a img             { border:none; }


body { background:  url(gfx/head.png) 0 0 repeat-x ; text-align: justify; font-family:Arial, tahoma;  font-size: 12px; color: #2e2e2e;  }




h1,h2,h3,h4,h5,h6 { font-weight:bold;}
h1                { font-size: 1.6em;  margin-bottom: 0.5em; }
h2                { font-size: 1.5em; margin-bottom: 0.75em; }
h3                { font-size: 14px;  margin-bottom: 0.5em; }
h4                { font-size: 1.2em; line-height: 1.25; margin-bottom: 0.2em;  }
h5                { font-size:1.1em; margin-bottom: 0.5em; }
h6                { font-size: 1em;  margin-bottom: 0.2em;  }
p                 { margin: 0 0 10px }
em                { font-style: italic;}
ol                { list-style-type: decimal; margin:0px 5px 0px 20px;}
ul			          { margin:0 5px 8px 5px;   }
li 			          { padding: 1px 5px 1px 0px;}

.blockbg {
	background: #D9D785;
}

div#middle { width: 900px; margin: 0 auto;	padding-top: 20px; }


blockquote {
	background: url(gfx/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}



img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}


/* Header */
div#header { width: 900px; margin: 0 auto; height: 71px;}
div#logo { float: left; margin-top: 35px;}
div#logo a { display:block; padding-left: 10px;text-align: center;font-size: 2.2em;color: #000000;float: left;margin:5px 0 0 0; text-decoration: none;}


div#slogan { clear: both; margin: 0 auto; width: 900px; height: 209px; background: url(gfx/head.jpg) no-repeat left top; margin: 0 auto; margin-top: 20px;}
div#slogan h1 {	font-style: italic;margin: 0 0 0 15px;padding: 60px 20px 0px 0px;font-size: 37px;}




/* Menu */
div#nav { float:right; height:40px; margin: 21px auto 0; }
div#nav ul { margin: 0; list-style: none; }
div#nav li { display: inline; margin:0; padding:0;}
div#nav a { display: block; float: left; padding: 15px 12px 0 12px; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: bold;font-size: 11px;	color: #2e2e2e; }
div#nav a:hover { background: url(gfx/img03.jpg) no-repeat center top; }






div#content{
	padding: 0px;
	line-height: 22px;
	font-size: 12px;
}

div#left-side {
	float: left;
	width: 600px;
	padding: 0px 10px 0px 0px;

}
div#right-side {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
}

div#right-side div.entry {
}

div#right-side div.entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

div#right-side .more {
	background: url(gfx/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}



/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(gfx/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

div#footer {width: 900px;height: 50px; margin: 10px auto 20px;color: #aaa; border-top:3px solid #2B2B2B; padding:10px 0}
div#footer a {color: #aaa;}
div#copyrights {float: left;}
div#links {	float: right;}
