html,
body {
	
	height:100%;
}


}



h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #000;

}



h1 { font-size: 2.8em; }

h2 {
	font-size: 1.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h3 { font-size: 1.2em; }



p, blockquote, ul, ol {

	margin-bottom: 1.5em;

	text-align: justify;

	line-height: 1.8em;

}



blockquote, ul, ol {

	margin-left: 3em;

}



blockquote {

	margin-right: 3em;

}



a {
	color: #33CCCC;

}



a:hover {

	text-decoration: none;

	color: #FFFFFF;

}



img { border: none; }



img.left {

	float: left;

	margin-top: 15;

	margin-right: 15px;

	margin-bottom: 10px;

	margin-left: 0;

}



img.right {

	float: right;

	margin: 0 15px 0 15px;

}



hr { display: none; }



.hr {

}



/* Boxed */



.boxed {

}



.boxed .title {

	margin: 0;

	padding: 5px 15px;

	background: url(images/img08.gif) no-repeat left center;

	text-transform: uppercase;

	font-size: small;

}



.boxed .content {
	background-image: url(images/img09.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}



.boxed ol, .boxed ul {

	margin-left: 0;

	list-style-position: inside;

}



/* Logo */



#header {
	width: 950px;
	height: 200px;
	background-color: #000000;
	background-image: url(images/header_w.jpg);

}



/* Page */





#container {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	min-height:100%;

}

#main {
	overflow:auto;
	width: 950px;
	background-color: #FFF;
	padding-bottom:51px;

}

/* Content */



#content {
	float: left;
	width: 670px;
	padding: 20px;
	background-image: url(images/content_w.jpg);
	background-repeat: no-repeat;	

}







#olist {

	clear: left;

	float: left;

	width: 230px;

}



#ulist {

	float: left;

	width: 230px;

	padding-left: 20px;

}



/* Sidebar */



#sidebar {
	float:right;
	width: 220px;
	background-image: url(images/sidebar_w.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;

}



#sidebar blockquote {

	margin-left: 0;

	margin-right: 0;

}



/* Menu */



#menu {
	margin-bottom: 19px;
	margin-top: 55px;

}



#menu h2 {

	display: none;

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

	line-height: normal;

}



#menu li {

	display: block;

	padding-top: 1px;

	background: url(images/img07.gif) repeat-x;

}



#menu li.first {

	background: none;

}



#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
	color: #000;

}



#menu a:hover {
	margin-left: 5px;
	color: #06F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;





}



/* Footer */



#footer {
	width: 950px;
	background-image: url(images/footer_px.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	height: 52px;
	clear:both;
	text-align: center;
	}


}



#footer p {

	margin: 0;

	text-align: center;

	font-size: x-small;

	color: #000000;

}



#footer a {

	color: #000000;

}
