* {
	margin: 0; 
	padding: 0;
	}

body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background: #CCCCCC;
	}

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

a:hover {
	text-decoration: underline;
	color: #C4C4C4;
	}

img { border: 0; }

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}

#container {
	background-color: #FFFFFF;
	width: 970px;
	margin: auto auto;
	text-align: left;
	margin-top: 25px;
	}

/****Header****/
#header {
	height: 125px;
	position: relative;
	}

	#header ul {
		list-style-type: none;
		position: absolute;
		top: -26px; left: 5px;
		}

		#header ul li {
			float: left;
			padding: 2px 3px;
			font-weight: bold;
			font-family: Verdana;
			}

		#header ul li a {
			display: block;
			background-color: #666666;
			color: #FFFFFF;
			padding: 5px 10px;
			text-decoration: none;
			}

	#header .logo {
		clear: both;
		float: left;
		padding: 10px 10px 2px;
		}

/****Content****/
#content {
	clear: both;
	width: 700px;
	float: left;
	padding: 0 0 20px 10px;
	}

	#content .categories {
		list-style-type: none;
		background: url(images/menu.jpg) no-repeat;
		height: 30px;
		overflow: hidden;

		}

		#content .categories li {
			float: left;
			border-right: 2px solid #FFFFFF;
			}

		#content .categories li a {
			display: block;
			padding: 9px 6px 13px;
			color: #FFFFFF;
			text-decoration: none;
			}

		#content .categories li a:hover {
			color: #000000;
			text-decoration: none;
			}

	#content .text { padding: 10px 20px 10px 10px; }

		#content .text h2 {
			margin-bottom: 20px;
			font-size: 2em;
			}

		#content .text p {
			line-height: 1.5em;
			margin-bottom: 10px;
			}

		#content .text ul {
			list-style-position: inside;
			margin-bottom: 10px;
			}

		#content .text li {
			line-height: 1.5em;
			padding: 2px 25px;
			}

		#content .text blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #D1D1D1;
			border: 1px solid #000000;
			}

/****Sidebar****/
#sidebar {
	width: 250px;
	float: right;
	padding: 0 10px 0 0px;
	}

	#sidebar .box {
		margin-bottom: 10px;
		}

		#sidebar .box h2 {
			background: url(images/sidebar.jpg) no-repeat;
			font-weight: bold;
			font-size: 1.1em;
			font-family: Verdana;
			color: #FFFFFF;
			padding: 8px 10px 7px;
			}

		#sidebar .box ul {
			padding: 5px 10px;
			border: 1px solid #747474;
			list-style-type: none;
			}

			#sidebar .box ul li {
				line-height: 1.4em;
				padding: 5px 15px;
				border-bottom: 1px dotted #D1D1D1;
				}

			#sidebar .box ul li a {
				color: #747474;
				text-decoration: none;
				}

			#sidebar .box ul li a:hover {
				color: #ED8B00;
				text-decoration: none;
				padding: 0 10px;
 				}

/****Footer****/
#footer {
	clear: both;
	color: #000000;
	padding: 20px;
	font-family: Verdana;
	font-size: 0.9em;
	}
